MyHealth@Eu Patient Summary
1.0.0-ci-build - ci-build 150

MyHealth@Eu Patient Summary - Local Development build (v1.0.0-ci-build) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Resource Profile: BundleMyHealthEuEps - Detailed Descriptions

Page standards status: Draft Maturity Level: 1

Definitions for the bundle-eps-myhealtheu resource profile.

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

0. Bundle
Definition

Patient Summary bundle.


A container for a collection of resources.

ShortPatient Summary bundleContains a collection of resources
Control0..*
Is Modifierfalse
Impose ProfileThis profile also requires that the instance also conform this additional profile:
Summaryfalse
Invariantsbdl-1: total only when a search or history (total.empty() or (type = 'searchset') or (type = 'history'))
bdl-2: entry.search only when a search (entry.search.empty() or (type = 'searchset'))
bdl-3: entry.request mandatory for batch/transaction/history, otherwise prohibited (entry.all(request.exists() = (%resource.type = 'batch' or %resource.type = 'transaction' or %resource.type = 'history')))
bdl-4: entry.response mandatory for batch-response/transaction-response/history, otherwise prohibited (entry.all(response.exists() = (%resource.type = 'batch-response' or %resource.type = 'transaction-response' or %resource.type = 'history')))
bdl-7: FullUrl must be unique in a bundle, or else entries with the same fullUrl must have different meta.versionId (except in history bundles) ((type = 'history') or entry.where(fullUrl.exists()).select(fullUrl&resource.meta.versionId).isDistinct())
bdl-9: A document must have an identifier with a system and a value (type = 'document' implies (identifier.system.exists() and identifier.value.exists()))
bdl-10: A document must have a date (type = 'document' implies (timestamp.hasValue()))
bdl-11: A document must have a Composition as the first resource (type = 'document' implies entry.first().resource.is(Composition))
bdl-12: A message must have a MessageHeader as the first resource (type = 'message' implies entry.first().resource.is(MessageHeader))
eps-bundle-patient-ref: If the Bundle contains patient-based resources (AllergyIntolerance, Immunization, ImmunizationRecommendation), each SHALL have patient.reference populated. (entry.where( resource.is(AllergyIntolerance) or resource.is(Immunization) or resource.is(ImmunizationRecommendation) ).empty() or entry.where( resource.is(AllergyIntolerance) or resource.is(Immunization) or resource.is(ImmunizationRecommendation) ).all(resource.patient.reference.exists()))
eps-bundle-subject-ref: If the Bundle contains subject-based clinical resources, each SHALL have subject.reference populated. (entry.where( resource.is(Composition) or resource.is(CarePlan) or resource.is(ClinicalImpression) or resource.is(Condition) or resource.is(Consent) or resource.is(DeviceUseStatement) or resource.is(DiagnosticReport) or resource.is(DocumentReference) or resource.is(Flag) or resource.is(ImagingStudy) or resource.is(MedicationRequest) or resource.is(MedicationStatement) or resource.is(Procedure) or resource.is(Observation) ).empty() or entry.where( resource.is(Composition) or resource.is(CarePlan) or resource.is(ClinicalImpression) or resource.is(Condition) or resource.is(Consent) or resource.is(DeviceUseStatement) or resource.is(DiagnosticReport) or resource.is(DocumentReference) or resource.is(Flag) or resource.is(ImagingStudy) or resource.is(MedicationRequest) or resource.is(MedicationStatement) or resource.is(Procedure) or resource.is(Observation) ).all(resource.subject.reference.exists()))
eps-bundle-resource-code: For the IPS some resources require a code element. If the Bundle contains such resources (e.g. Medication), they SHALL have code populated. (entry.where( resource.is(Medication) ).empty() or entry.where( resource.is(Medication) ).all(resource.code.exists()))
bdl-1: total only when a search or history (total.empty() or (type = 'searchset') or (type = 'history'))
bdl-2: entry.search only when a search (entry.search.empty() or (type = 'searchset'))
bdl-3: entry.request mandatory for batch/transaction/history, otherwise prohibited (entry.all(request.exists() = (%resource.type = 'batch' or %resource.type = 'transaction' or %resource.type = 'history')))
bdl-4: entry.response mandatory for batch-response/transaction-response/history, otherwise prohibited (entry.all(response.exists() = (%resource.type = 'batch-response' or %resource.type = 'transaction-response' or %resource.type = 'history')))
bdl-7: FullUrl must be unique in a bundle, or else entries with the same fullUrl must have different meta.versionId (except in history bundles) ((type = 'history') or entry.where(fullUrl.exists()).select(fullUrl&resource.meta.versionId).isDistinct())
bdl-9: A document must have an identifier with a system and a value (type = 'document' implies (identifier.system.exists() and identifier.value.exists()))
bdl-10: A document must have a date (type = 'document' implies (timestamp.hasValue()))
bdl-11: A document must have a Composition as the first resource (type = 'document' implies entry.first().resource.is(Composition))
bdl-12: A message must have a MessageHeader as the first resource (type = 'message' implies entry.first().resource.is(MessageHeader))
2. Bundle.implicitRules
Definition

A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.

ShortA set of rules under which this content was created
Comments

Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc.

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

A persistent identifier for the bundle that won't change as a bundle is copied from server to server.

ShortReport instance identifierPersistent identifier for the bundle
Comments

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.

NoteThis is a business identifier, not a resource identifier (see discussion)
Control10..1
TypeIdentifier
Is Modifierfalse
Obligations
    ObligationsActorSource
    SHALL:populateCreator (IPS)from Bundle (EPS)
    SHALL:handleConsumer (IPS)from Bundle (EPS)
    SHALL:populate & SHALL:handleCreator (IPS)EHDSI Handlerfrom Bundle (EPS)
    SHALL:handleConsumer (IPS)from Bundle (EPS)
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    6. Bundle.type
    Definition

    Indicates the purpose of this bundle - how it is intended to be used.

    Shortdocument | message | transaction | transaction-response | batch | batch-response | history | searchset | collection
    Comments

    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.

    Control1..1
    BindingThe codes SHALL be taken from BundleTypehttp://hl7.org/fhir/ValueSet/bundle-type|4.0.1
    (required to http://hl7.org/fhir/ValueSet/bundle-type|4.0.1)

    Indicates the purpose of a bundle - how it is intended to be used.

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

    The date/time that the bundle was assembled - i.e. when the resources were placed in the bundle.

    ShortReport instance datetimeWhen the bundle was assembled
    Comments

    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.

    Control10..1
    Typeinstant
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Obligations
      ObligationsActorSource
      SHALL:populateCreator (IPS)from Bundle (EPS)
      SHALL:handleConsumer (IPS)from Bundle (EPS)
      SHALL:populate & SHALL:handleCreator (IPS)EHDSI Handlerfrom Bundle (EPS)
      SHALL:handleConsumer (IPS)from Bundle (EPS)
      Summarytrue
      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      10. Bundle.link
      Definition

      A series of links that provide context to this bundle.

      ShortLinks related to this Bundle
      Comments

      Both Bundle.link and Bundle.entry.link are defined to support providing additional context when Bundles are used (e.g. HATEOAS).

      Bundle.entry.link corresponds to links found in the HTTP header if the resource in the entry was read directly.

      This specification defines some specific uses of Bundle.link for searching and paging, but no specific uses for Bundle.entry.link, and no defined function in a transaction - the meaning is implementation specific.

      Control0..0*
      TypeBackboneElement
      Is Modifierfalse
      Summarytrue
      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      15. Bundle.entry
      Definition

      An entry resource included in the patient summary document bundle resource.


      An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

      ShortEntry resource in the patient summary bundleEntry in the bundle - will have a resource or information
      Comments

      Must contain the IPS Composition as the first entry (only a single Composition resource instance may be included) and a Patient resource. Additional constraints are specified in the IPS Composition profile.

      Control20..*
      TypeBackboneElement
      Is Modifierfalse
      Obligations
        ObligationsActor
        SHALL:handleEHDSI Handler
        Summarytrue
        Invariantsbdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
        bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
        ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
        bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
        SlicingThis element introduces a set of slices on Bundle.entry. The slices areUnordered and Open, and can be differentiated using the following discriminators:
        • type @ resource
        • profile @ resource
        • 17. Bundle.entry.modifierExtension
          Definition

          May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

          Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

          ShortExtensions that cannot be ignored even if unrecognized
          Comments

          There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

          Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

          Alternate Namesextensions, user content, modifiers
          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
          19. Bundle.entry.fullUrl
          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.
          ShortURI for resource (Absolute URL server address or URI for UUID/OID)
          Comments

          fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).


          fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).

          Control10..1
          Typeuri
          Is Modifierfalse
          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
          Summarytrue
          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          21. Bundle.entry.resource
          Definition

          The Resource for the entry. The purpose/meaning of the resource is determined by the Bundle.type.

          ShortA resource in the bundle
          Control10..1
          TypeResource
          Is Modifierfalse
          Summarytrue
          23. Bundle.entry.search
          Definition

          Information about the search process that lead to the creation of this entry.

          ShortSearch related information
          Control0..01
          This element is affected by the following invariants: bdl-2
          TypeBackboneElement
          Is Modifierfalse
          Summarytrue
          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          26. Bundle.entry.request
          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.

          ShortAdditional execution information (transaction/batch/history)
          Control0..01
          This element is affected by the following invariants: bdl-3
          TypeBackboneElement
          Is Modifierfalse
          Summarytrue
          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          31. Bundle.entry.response
          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.

          ShortResults of execution (transaction/batch/history)
          Control0..01
          This element is affected by the following invariants: bdl-4
          TypeBackboneElement
          Is Modifierfalse
          Summarytrue
          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          35. Bundle.entry:composition
          Slice Namecomposition
          Definition

          An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

          ShortEntry in the bundle - will have a resource or information
          Control10..1*
          TypeBackboneElement
          Is Modifierfalse
          Obligations
            ObligationsActorSource
            SHALL:populateCreator (IPS)from Bundle (EPS)
            SHALL:handleConsumer (IPS)from Bundle (EPS)
            SHOULD:displayConsumer (IPS)from Bundle (EPS)
            Summarytrue
            Invariantsbdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
            bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
            ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
            bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
            bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
            37. Bundle.entry:composition.modifierExtension
            Definition

            May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

            Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

            ShortExtensions that cannot be ignored even if unrecognized
            Comments

            There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

            Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

            Alternate Namesextensions, user content, modifiers
            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
            39. Bundle.entry:composition.fullUrl
            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.
            ShortURI for resource (Absolute URL server address or URI for UUID/OID)
            Comments

            fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).


            fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).

            Control10..1
            Typeuri
            Is Modifierfalse
            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
            Summarytrue
            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
            41. Bundle.entry:composition.resource
            Definition

            Patient Summary composition. A composition is a set of healthcare-related information that is assembled together into a single logical document that provides a single coherent statement of meaning, establishes its own context and that has clinical attestation with regard to who is making the statement. While a Composition defines the structure, it does not actually contain the content: rather the full content of a document is contained in a Bundle, of which the Composition is the first resource contained.


            The Resource for the entry. The purpose/meaning of the resource is determined by the Bundle.type.

            ShortPatient Summary compositionA resource in the bundle
            Comments

            While the focus of this specification is on patient-specific clinical statements, this resource can also apply to other healthcare-related statements such as study protocol designs, healthcare invoices and other activities that are not necessarily patient-specific or clinical.

            Control10..1
            TypeCompositionResource(Composition: EPS)
            Is Modifierfalse
            Obligations
              ObligationsActor
              SHALL:handleEHDSI Handler
              Summaryfalse
              43. Bundle.entry:composition.search
              Definition

              Information about the search process that lead to the creation of this entry.

              ShortSearch related information
              Control0..01
              This element is affected by the following invariants: bdl-2
              TypeBackboneElement
              Is Modifierfalse
              Summarytrue
              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              46. Bundle.entry:composition.request
              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.

              ShortAdditional execution information (transaction/batch/history)
              Control0..01
              This element is affected by the following invariants: bdl-3
              TypeBackboneElement
              Is Modifierfalse
              Summarytrue
              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              51. Bundle.entry:composition.response
              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.

              ShortResults of execution (transaction/batch/history)
              Control0..01
              This element is affected by the following invariants: bdl-4
              TypeBackboneElement
              Is Modifierfalse
              Summarytrue
              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              55. Bundle.entry:patient
              Slice Namepatient
              Definition

              An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

              ShortEntry in the bundle - will have a resource or information
              Control10..1*
              TypeBackboneElement
              Is Modifierfalse
              Summarytrue
              Invariantsbdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
              bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
              ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
              bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
              57. Bundle.entry:patient.modifierExtension
              Definition

              May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

              Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

              ShortExtensions that cannot be ignored even if unrecognized
              Comments

              There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

              Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

              Alternate Namesextensions, user content, modifiers
              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
              59. Bundle.entry:patient.fullUrl
              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.
              ShortURI for resource (Absolute URL server address or URI for UUID/OID)
              Comments

              fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).


              fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).

              Control10..1
              Typeuri
              Is Modifierfalse
              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
              Summarytrue
              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              61. Bundle.entry:patient.resource
              Definition

              Demographics and other administrative information about an individual or animal receiving care or other health-related services.


              The Resource for the entry. The purpose/meaning of the resource is determined by the Bundle.type.

              ShortInformation about an individual or animal receiving health care servicesA resource in the bundle
              Control10..1
              TypePatientResource(Patient (EPS))
              Is Modifierfalse
              Obligations
                ObligationsActor
                SHALL:handleEHDSI Handler
                Summaryfalse
                Alternate NamesSubjectOfCare Client Resident
                63. Bundle.entry:patient.search
                Definition

                Information about the search process that lead to the creation of this entry.

                ShortSearch related information
                Control0..01
                This element is affected by the following invariants: bdl-2
                TypeBackboneElement
                Is Modifierfalse
                Summarytrue
                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                66. Bundle.entry:patient.request
                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.

                ShortAdditional execution information (transaction/batch/history)
                Control0..01
                This element is affected by the following invariants: bdl-3
                TypeBackboneElement
                Is Modifierfalse
                Summarytrue
                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                71. Bundle.entry:patient.response
                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.

                ShortResults of execution (transaction/batch/history)
                Control0..01
                This element is affected by the following invariants: bdl-4
                TypeBackboneElement
                Is Modifierfalse
                Summarytrue
                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                75. Bundle.entry:allergyintolerance
                Slice Nameallergyintolerance
                Definition

                An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

                ShortEntry in the bundle - will have a resource or information
                Control0..*
                TypeBackboneElement
                Is Modifierfalse
                Summarytrue
                Invariantsbdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                77. Bundle.entry:allergyintolerance.modifierExtension
                Definition

                May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                ShortExtensions that cannot be ignored even if unrecognized
                Comments

                There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                Alternate Namesextensions, user content, modifiers
                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                79. Bundle.entry:allergyintolerance.fullUrl
                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.
                ShortURI for resource (Absolute URL server address or URI for UUID/OID)
                Comments

                fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).


                fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).

                Control10..1
                Typeuri
                Is Modifierfalse
                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                Summarytrue
                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                81. Bundle.entry:allergyintolerance.resource
                Definition

                Risk of harmful or undesirable, physiological response which is unique to an individual and associated with exposure to a substance.


                The Resource for the entry. The purpose/meaning of the resource is determined by the Bundle.type.

                ShortAllergy or Intolerance (generally: Risk of adverse reaction to a substance)A resource in the bundle
                Comments

                Substances include, but are not limited to: a therapeutic substance administered correctly at an appropriate dosage for the individual; food; material derived from plants or animals; or venom from insect stings.

                Control10..1
                TypeAllergyIntoleranceResource(Allergy Intolerance: MyHealth@EU EPS)
                Is Modifierfalse
                Obligations
                  ObligationsActor
                  SHALL:handleEHDSI Handler
                  Summaryfalse
                  Alternate NamesAllergy, Intolerance, Adverse Reaction
                  83. Bundle.entry:allergyintolerance.search
                  Definition

                  Information about the search process that lead to the creation of this entry.

                  ShortSearch related information
                  Control0..01
                  This element is affected by the following invariants: bdl-2
                  TypeBackboneElement
                  Is Modifierfalse
                  Summarytrue
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  86. Bundle.entry:allergyintolerance.request
                  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.

                  ShortAdditional execution information (transaction/batch/history)
                  Control0..01
                  This element is affected by the following invariants: bdl-3
                  TypeBackboneElement
                  Is Modifierfalse
                  Summarytrue
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  91. Bundle.entry:allergyintolerance.response
                  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.

                  ShortResults of execution (transaction/batch/history)
                  Control0..01
                  This element is affected by the following invariants: bdl-4
                  TypeBackboneElement
                  Is Modifierfalse
                  Summarytrue
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  95. Bundle.entry:careplan
                  Slice Namecareplan
                  Definition

                  An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

                  ShortEntry in the bundle - will have a resource or information
                  Control0..*
                  TypeBackboneElement
                  Is Modifierfalse
                  Summarytrue
                  Invariantsbdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                  bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                  ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                  bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                  97. Bundle.entry:careplan.modifierExtension
                  Definition

                  May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                  Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                  ShortExtensions that cannot be ignored even if unrecognized
                  Comments

                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                  Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                  Alternate Namesextensions, user content, modifiers
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                  99. Bundle.entry:careplan.fullUrl
                  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.
                  ShortURI for resource (Absolute URL server address or URI for UUID/OID)
                  Comments

                  fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).


                  fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).

                  Control10..1
                  Typeuri
                  Is Modifierfalse
                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                  Summarytrue
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  101. Bundle.entry:careplan.resource
                  Definition

                  The Resource for the entry. The purpose/meaning of the resource is determined by the Bundle.type.

                  ShortA resource in the bundle
                  Control10..1
                  TypeCarePlanResource
                  Is Modifierfalse
                  Summarytrue
                  103. Bundle.entry:careplan.search
                  Definition

                  Information about the search process that lead to the creation of this entry.

                  ShortSearch related information
                  Control0..01
                  This element is affected by the following invariants: bdl-2
                  TypeBackboneElement
                  Is Modifierfalse
                  Summarytrue
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  106. Bundle.entry:careplan.request
                  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.

                  ShortAdditional execution information (transaction/batch/history)
                  Control0..01
                  This element is affected by the following invariants: bdl-3
                  TypeBackboneElement
                  Is Modifierfalse
                  Summarytrue
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  111. Bundle.entry:careplan.response
                  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.

                  ShortResults of execution (transaction/batch/history)
                  Control0..01
                  This element is affected by the following invariants: bdl-4
                  TypeBackboneElement
                  Is Modifierfalse
                  Summarytrue
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  115. Bundle.entry:condition
                  Slice Namecondition
                  Definition

                  An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

                  ShortEntry in the bundle - will have a resource or information
                  Control0..*
                  TypeBackboneElement
                  Is Modifierfalse
                  Summarytrue
                  Invariantsbdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                  bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                  ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                  bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                  117. Bundle.entry:condition.modifierExtension
                  Definition

                  May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                  Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                  ShortExtensions that cannot be ignored even if unrecognized
                  Comments

                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                  Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                  Alternate Namesextensions, user content, modifiers
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                  119. Bundle.entry:condition.fullUrl
                  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.
                  ShortURI for resource (Absolute URL server address or URI for UUID/OID)
                  Comments

                  fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).


                  fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).

                  Control10..1
                  Typeuri
                  Is Modifierfalse
                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                  Summarytrue
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  121. Bundle.entry:condition.resource
                  Definition

                  A clinical condition, problem, diagnosis, or other event, situation, issue, or clinical concept that has risen to a level of concern.


                  The Resource for the entry. The purpose/meaning of the resource is determined by the Bundle.type.

                  ShortDetailed information about conditions, problems or diagnosesA resource in the bundle
                  Control10..1
                  TypeConditionResource(Condition: EPS)
                  Is Modifierfalse
                  Obligations
                    ObligationsActor
                    SHALL:handleEHDSI Handler
                    Summaryfalse
                    123. Bundle.entry:condition.search
                    Definition

                    Information about the search process that lead to the creation of this entry.

                    ShortSearch related information
                    Control0..01
                    This element is affected by the following invariants: bdl-2
                    TypeBackboneElement
                    Is Modifierfalse
                    Summarytrue
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    126. Bundle.entry:condition.request
                    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.

                    ShortAdditional execution information (transaction/batch/history)
                    Control0..01
                    This element is affected by the following invariants: bdl-3
                    TypeBackboneElement
                    Is Modifierfalse
                    Summarytrue
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    131. Bundle.entry:condition.response
                    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.

                    ShortResults of execution (transaction/batch/history)
                    Control0..01
                    This element is affected by the following invariants: bdl-4
                    TypeBackboneElement
                    Is Modifierfalse
                    Summarytrue
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    135. Bundle.entry:device
                    Slice Namedevice
                    Definition

                    An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

                    ShortEntry in the bundle - will have a resource or information
                    Control0..*
                    TypeBackboneElement
                    Is Modifierfalse
                    Summarytrue
                    Invariantsbdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                    bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                    ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                    bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                    137. Bundle.entry:device.modifierExtension
                    Definition

                    May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                    Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                    ShortExtensions that cannot be ignored even if unrecognized
                    Comments

                    There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                    Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                    Alternate Namesextensions, user content, modifiers
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                    139. Bundle.entry:device.fullUrl
                    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.
                    ShortURI for resource (Absolute URL server address or URI for UUID/OID)
                    Comments

                    fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).


                    fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).

                    Control10..1
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Summarytrue
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    141. Bundle.entry:device.resource
                    Definition

                    A type of a manufactured item that is used in the provision of healthcare without being substantially changed through that activity. The device may be a medical or non-medical device.


                    The Resource for the entry. The purpose/meaning of the resource is determined by the Bundle.type.

                    ShortItem used in healthcareA resource in the bundle
                    Control10..1
                    TypeDeviceResource(Device: EPS)
                    Is Modifierfalse
                    Obligations
                      ObligationsActor
                      SHALL:handleEHDSI Handler
                      Summaryfalse
                      143. Bundle.entry:device.search
                      Definition

                      Information about the search process that lead to the creation of this entry.

                      ShortSearch related information
                      Control0..01
                      This element is affected by the following invariants: bdl-2
                      TypeBackboneElement
                      Is Modifierfalse
                      Summarytrue
                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      146. Bundle.entry:device.request
                      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.

                      ShortAdditional execution information (transaction/batch/history)
                      Control0..01
                      This element is affected by the following invariants: bdl-3
                      TypeBackboneElement
                      Is Modifierfalse
                      Summarytrue
                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      151. Bundle.entry:device.response
                      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.

                      ShortResults of execution (transaction/batch/history)
                      Control0..01
                      This element is affected by the following invariants: bdl-4
                      TypeBackboneElement
                      Is Modifierfalse
                      Summarytrue
                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      155. Bundle.entry:deviceusestatement
                      Slice Namedeviceusestatement
                      Definition

                      An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

                      ShortEntry in the bundle - will have a resource or information
                      Control0..*
                      TypeBackboneElement
                      Is Modifierfalse
                      Summarytrue
                      Invariantsbdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                      bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                      bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                      157. Bundle.entry:deviceusestatement.modifierExtension
                      Definition

                      May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                      Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                      ShortExtensions that cannot be ignored even if unrecognized
                      Comments

                      There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                      Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                      Alternate Namesextensions, user content, modifiers
                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                      159. Bundle.entry:deviceusestatement.fullUrl
                      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.
                      ShortURI for resource (Absolute URL server address or URI for UUID/OID)
                      Comments

                      fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).


                      fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).

                      Control10..1
                      Typeuri
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Summarytrue
                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      161. Bundle.entry:deviceusestatement.resource
                      Definition

                      A record of a device being used by a patient where the record is the result of a report from the patient or another clinician.


                      The Resource for the entry. The purpose/meaning of the resource is determined by the Bundle.type.

                      ShortRecord of use of a deviceA resource in the bundle
                      Control10..1
                      TypeDeviceUseStatementResource(DeviceUseStatement: EPS)
                      Is Modifierfalse
                      Obligations
                        ObligationsActor
                        SHALL:handleEHDSI Handler
                        Summaryfalse
                        163. Bundle.entry:deviceusestatement.search
                        Definition

                        Information about the search process that lead to the creation of this entry.

                        ShortSearch related information
                        Control0..01
                        This element is affected by the following invariants: bdl-2
                        TypeBackboneElement
                        Is Modifierfalse
                        Summarytrue
                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        166. Bundle.entry:deviceusestatement.request
                        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.

                        ShortAdditional execution information (transaction/batch/history)
                        Control0..01
                        This element is affected by the following invariants: bdl-3
                        TypeBackboneElement
                        Is Modifierfalse
                        Summarytrue
                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        171. Bundle.entry:deviceusestatement.response
                        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.

                        ShortResults of execution (transaction/batch/history)
                        Control0..01
                        This element is affected by the following invariants: bdl-4
                        TypeBackboneElement
                        Is Modifierfalse
                        Summarytrue
                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        175. Bundle.entry:diagnosticreport
                        Slice Namediagnosticreport
                        Definition

                        An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

                        ShortEntry in the bundle - will have a resource or information
                        Control0..*
                        TypeBackboneElement
                        Is Modifierfalse
                        Summarytrue
                        Invariantsbdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                        bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                        ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                        bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                        177. Bundle.entry:diagnosticreport.modifierExtension
                        Definition

                        May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                        Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                        ShortExtensions that cannot be ignored even if unrecognized
                        Comments

                        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                        Alternate Namesextensions, user content, modifiers
                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                        179. Bundle.entry:diagnosticreport.fullUrl
                        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.
                        ShortURI for resource (Absolute URL server address or URI for UUID/OID)
                        Comments

                        fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).


                        fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).

                        Control10..1
                        Typeuri
                        Is Modifierfalse
                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                        Summarytrue
                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        181. Bundle.entry:diagnosticreport.resource
                        Definition

                        Diagnostic Report EU core


                        The Resource for the entry. The purpose/meaning of the resource is determined by the Bundle.type.

                        ShortDiagnostic Report EU coreA resource in the bundle
                        Comments

                        This is intended to capture a single report and is not suitable for use in displaying summary information that covers multiple reports. For example, this resource has not been designed for laboratory cumulative reporting formats nor detailed structured reports for sequencing.

                        Control10..1
                        TypeDiagnosticReportResource(DiagnosticReport (EPS))
                        Is Modifierfalse
                        Summaryfalse
                        Alternate NamesReport, Test, Result, Results, Labs, Laboratory
                        183. Bundle.entry:diagnosticreport.search
                        Definition

                        Information about the search process that lead to the creation of this entry.

                        ShortSearch related information
                        Control0..01
                        This element is affected by the following invariants: bdl-2
                        TypeBackboneElement
                        Is Modifierfalse
                        Summarytrue
                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        186. Bundle.entry:diagnosticreport.request
                        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.

                        ShortAdditional execution information (transaction/batch/history)
                        Control0..01
                        This element is affected by the following invariants: bdl-3
                        TypeBackboneElement
                        Is Modifierfalse
                        Summarytrue
                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        191. Bundle.entry:diagnosticreport.response
                        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.

                        ShortResults of execution (transaction/batch/history)
                        Control0..01
                        This element is affected by the following invariants: bdl-4
                        TypeBackboneElement
                        Is Modifierfalse
                        Summarytrue
                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        195. Bundle.entry:flag
                        Slice Nameflag
                        Definition

                        An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

                        ShortEntry in the bundle - will have a resource or information
                        Control0..*
                        TypeBackboneElement
                        Is Modifierfalse
                        Summarytrue
                        Invariantsbdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                        bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                        ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                        bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                        197. Bundle.entry:flag.modifierExtension
                        Definition

                        May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                        Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                        ShortExtensions that cannot be ignored even if unrecognized
                        Comments

                        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                        Alternate Namesextensions, user content, modifiers
                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                        199. Bundle.entry:flag.fullUrl
                        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.
                        ShortURI for resource (Absolute URL server address or URI for UUID/OID)
                        Comments

                        fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).


                        fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).

                        Control10..1
                        Typeuri
                        Is Modifierfalse
                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                        Summarytrue
                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        201. Bundle.entry:flag.resource
                        Definition

                        Prospective warnings of potential issues when providing care to the patient.


                        The Resource for the entry. The purpose/meaning of the resource is determined by the Bundle.type.

                        ShortKey information to flag to healthcare providersA resource in the bundle
                        Control10..1
                        TypeFlagResource(Flag:Patient (EPS))
                        Is Modifierfalse
                        Obligations
                          ObligationsActor
                          SHALL:handleEHDSI Handler
                          Summaryfalse
                          Alternate NamesBarriers to Care, Alert, Warning
                          203. Bundle.entry:flag.search
                          Definition

                          Information about the search process that lead to the creation of this entry.

                          ShortSearch related information
                          Control0..01
                          This element is affected by the following invariants: bdl-2
                          TypeBackboneElement
                          Is Modifierfalse
                          Summarytrue
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          206. Bundle.entry:flag.request
                          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.

                          ShortAdditional execution information (transaction/batch/history)
                          Control0..01
                          This element is affected by the following invariants: bdl-3
                          TypeBackboneElement
                          Is Modifierfalse
                          Summarytrue
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          211. Bundle.entry:flag.response
                          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.

                          ShortResults of execution (transaction/batch/history)
                          Control0..01
                          This element is affected by the following invariants: bdl-4
                          TypeBackboneElement
                          Is Modifierfalse
                          Summarytrue
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          215. Bundle.entry:imagingstudy
                          Slice Nameimagingstudy
                          Definition

                          An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

                          ShortEntry in the bundle - will have a resource or information
                          Control0..*
                          TypeBackboneElement
                          Is Modifierfalse
                          Summarytrue
                          Invariantsbdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                          bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                          ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                          bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                          217. Bundle.entry:imagingstudy.modifierExtension
                          Definition

                          May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                          Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                          ShortExtensions that cannot be ignored even if unrecognized
                          Comments

                          There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                          Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                          Alternate Namesextensions, user content, modifiers
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                          219. Bundle.entry:imagingstudy.fullUrl
                          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.
                          ShortURI for resource (Absolute URL server address or URI for UUID/OID)
                          Comments

                          fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).


                          fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).

                          Control10..1
                          Typeuri
                          Is Modifierfalse
                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                          Summarytrue
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          221. Bundle.entry:imagingstudy.resource
                          Definition

                          Representation of the content produced in a DICOM imaging study. A study comprises a set of series, each of which includes a set of Service-Object Pair Instances (SOP Instances - images or other data) acquired or produced in a common context. A series is of only one modality (e.g. X-ray, CT, MR, ultrasound), but a study may have multiple series of different modalities.


                          The Resource for the entry. The purpose/meaning of the resource is determined by the Bundle.type.

                          ShortA set of images produced in single study (one or more series of references images)A resource in the bundle
                          Control10..1
                          TypeImagingStudyResource(ImagingStudy (IPS))
                          Is Modifierfalse
                          Summaryfalse
                          223. Bundle.entry:imagingstudy.search
                          Definition

                          Information about the search process that lead to the creation of this entry.

                          ShortSearch related information
                          Control0..01
                          This element is affected by the following invariants: bdl-2
                          TypeBackboneElement
                          Is Modifierfalse
                          Summarytrue
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          226. Bundle.entry:imagingstudy.request
                          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.

                          ShortAdditional execution information (transaction/batch/history)
                          Control0..01
                          This element is affected by the following invariants: bdl-3
                          TypeBackboneElement
                          Is Modifierfalse
                          Summarytrue
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          231. Bundle.entry:imagingstudy.response
                          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.

                          ShortResults of execution (transaction/batch/history)
                          Control0..01
                          This element is affected by the following invariants: bdl-4
                          TypeBackboneElement
                          Is Modifierfalse
                          Summarytrue
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          235. Bundle.entry:immunization
                          Slice Nameimmunization
                          Definition

                          An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

                          ShortEntry in the bundle - will have a resource or information
                          Control0..*
                          TypeBackboneElement
                          Is Modifierfalse
                          Summarytrue
                          Invariantsbdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                          bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                          ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                          bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                          237. Bundle.entry:immunization.modifierExtension
                          Definition

                          May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                          Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                          ShortExtensions that cannot be ignored even if unrecognized
                          Comments

                          There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                          Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                          Alternate Namesextensions, user content, modifiers
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                          239. Bundle.entry:immunization.fullUrl
                          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.
                          ShortURI for resource (Absolute URL server address or URI for UUID/OID)
                          Comments

                          fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).


                          fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).

                          Control10..1
                          Typeuri
                          Is Modifierfalse
                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                          Summarytrue
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          241. Bundle.entry:immunization.resource
                          Definition

                          Describes the event of a patient being administered a vaccine or a record of an immunization as reported by a patient, a clinician or another party.


                          The Resource for the entry. The purpose/meaning of the resource is determined by the Bundle.type.

                          ShortImmunization event informationA resource in the bundle
                          Control10..1
                          TypeImmunizationResource(Immunization Obligations (EPS))
                          Is Modifierfalse
                          Summaryfalse
                          243. Bundle.entry:immunization.search
                          Definition

                          Information about the search process that lead to the creation of this entry.

                          ShortSearch related information
                          Control0..01
                          This element is affected by the following invariants: bdl-2
                          TypeBackboneElement
                          Is Modifierfalse
                          Summarytrue
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          246. Bundle.entry:immunization.request
                          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.

                          ShortAdditional execution information (transaction/batch/history)
                          Control0..01
                          This element is affected by the following invariants: bdl-3
                          TypeBackboneElement
                          Is Modifierfalse
                          Summarytrue
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          251. Bundle.entry:immunization.response
                          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.

                          ShortResults of execution (transaction/batch/history)
                          Control0..01
                          This element is affected by the following invariants: bdl-4
                          TypeBackboneElement
                          Is Modifierfalse
                          Summarytrue
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          255. Bundle.entry:medication
                          Slice Namemedication
                          Definition

                          An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

                          ShortEntry in the bundle - will have a resource or information
                          Control0..*
                          TypeBackboneElement
                          Is Modifierfalse
                          Summarytrue
                          Invariantsbdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                          bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                          ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                          bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                          257. Bundle.entry:medication.modifierExtension
                          Definition

                          May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                          Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                          ShortExtensions that cannot be ignored even if unrecognized
                          Comments

                          There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                          Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                          Alternate Namesextensions, user content, modifiers
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                          259. Bundle.entry:medication.fullUrl
                          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.
                          ShortURI for resource (Absolute URL server address or URI for UUID/OID)
                          Comments

                          fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).


                          fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).

                          Control10..1
                          Typeuri
                          Is Modifierfalse
                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                          Summarytrue
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          261. Bundle.entry:medication.resource
                          Definition

                          This resource is primarily used for the identification and definition of a medication for the purposes of prescribing, dispensing, and administering a medication as well as for making statements about medication use.


                          The Resource for the entry. The purpose/meaning of the resource is determined by the Bundle.type.

                          ShortDefinition of a MedicationA resource in the bundle
                          Control10..1
                          TypeMedicationResource(Medication: EPS)
                          Is Modifierfalse
                          Obligations
                            ObligationsActor
                            SHALL:handleEHDSI Handler
                            Summaryfalse
                            263. Bundle.entry:medication.search
                            Definition

                            Information about the search process that lead to the creation of this entry.

                            ShortSearch related information
                            Control0..01
                            This element is affected by the following invariants: bdl-2
                            TypeBackboneElement
                            Is Modifierfalse
                            Summarytrue
                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            266. Bundle.entry:medication.request
                            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.

                            ShortAdditional execution information (transaction/batch/history)
                            Control0..01
                            This element is affected by the following invariants: bdl-3
                            TypeBackboneElement
                            Is Modifierfalse
                            Summarytrue
                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            271. Bundle.entry:medication.response
                            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.

                            ShortResults of execution (transaction/batch/history)
                            Control0..01
                            This element is affected by the following invariants: bdl-4
                            TypeBackboneElement
                            Is Modifierfalse
                            Summarytrue
                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            275. Bundle.entry:medicationrequest
                            Slice Namemedicationrequest
                            Definition

                            An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

                            ShortEntry in the bundle - will have a resource or information
                            Control0..*
                            TypeBackboneElement
                            Is Modifierfalse
                            Summarytrue
                            Invariantsbdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                            bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                            ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                            bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                            277. Bundle.entry:medicationrequest.modifierExtension
                            Definition

                            May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                            Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                            ShortExtensions that cannot be ignored even if unrecognized
                            Comments

                            There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                            Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                            Alternate Namesextensions, user content, modifiers
                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                            279. Bundle.entry:medicationrequest.fullUrl
                            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.
                            ShortURI for resource (Absolute URL server address or URI for UUID/OID)
                            Comments

                            fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).


                            fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).

                            Control10..1
                            Typeuri
                            Is Modifierfalse
                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                            Summarytrue
                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            281. Bundle.entry:medicationrequest.resource
                            Definition

                            An order or request for both supply of the medication and the instructions for administration of the medication to a patient. The resource is called "MedicationRequest" rather than "MedicationPrescription" or "MedicationOrder" to generalize the use across inpatient and outpatient settings, including care plans, etc., and to harmonize with workflow patterns.


                            The Resource for the entry. The purpose/meaning of the resource is determined by the Bundle.type.

                            ShortOrdering of medication for patient or groupA resource in the bundle
                            Control10..1
                            TypeMedicationRequestResource(MedicationRequest: EPS)
                            Is Modifierfalse
                            Obligations
                              ObligationsActor
                              SHALL:handleEHDSI Handler
                              Summaryfalse
                              Alternate NamesPrescription, Order
                              283. Bundle.entry:medicationrequest.search
                              Definition

                              Information about the search process that lead to the creation of this entry.

                              ShortSearch related information
                              Control0..01
                              This element is affected by the following invariants: bdl-2
                              TypeBackboneElement
                              Is Modifierfalse
                              Summarytrue
                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              286. Bundle.entry:medicationrequest.request
                              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.

                              ShortAdditional execution information (transaction/batch/history)
                              Control0..01
                              This element is affected by the following invariants: bdl-3
                              TypeBackboneElement
                              Is Modifierfalse
                              Summarytrue
                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              291. Bundle.entry:medicationrequest.response
                              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.

                              ShortResults of execution (transaction/batch/history)
                              Control0..01
                              This element is affected by the following invariants: bdl-4
                              TypeBackboneElement
                              Is Modifierfalse
                              Summarytrue
                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              295. Bundle.entry:medicationstatement
                              Slice Namemedicationstatement
                              Definition

                              An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

                              ShortEntry in the bundle - will have a resource or information
                              Control0..*
                              TypeBackboneElement
                              Is Modifierfalse
                              Summarytrue
                              Invariantsbdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                              bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                              ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                              bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                              297. Bundle.entry:medicationstatement.modifierExtension
                              Definition

                              May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                              Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                              ShortExtensions that cannot be ignored even if unrecognized
                              Comments

                              There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                              Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                              Alternate Namesextensions, user content, modifiers
                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                              299. Bundle.entry:medicationstatement.fullUrl
                              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.
                              ShortURI for resource (Absolute URL server address or URI for UUID/OID)
                              Comments

                              fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).


                              fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).

                              Control10..1
                              Typeuri
                              Is Modifierfalse
                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                              Summarytrue
                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              301. Bundle.entry:medicationstatement.resource
                              Definition

                              A record of a medication that is being consumed by a patient. A MedicationStatement may indicate that the patient may be taking the medication now or has taken the medication in the past or will be taking the medication in the future. The source of this information can be the patient, significant other (such as a family member or spouse), or a clinician. A common scenario where this information is captured is during the history taking process during a patient visit or stay. The medication information may come from sources such as the patient's memory, from a prescription bottle, or from a list of medications the patient, clinician or other party maintains.

                              The primary difference between a medication statement and a medication administration is that the medication administration has complete administration information and is based on actual administration information from the person who administered the medication. A medication statement is often, if not always, less specific. There is no required date/time when the medication was administered, in fact we only know that a source has reported the patient is taking this medication, where details such as time, quantity, or rate or even medication product may be incomplete or missing or less precise. As stated earlier, the medication statement information may come from the patient's memory, from a prescription bottle or from a list of medications the patient, clinician or other party maintains. Medication administration is more formal and is not missing detailed information.


                              The Resource for the entry. The purpose/meaning of the resource is determined by the Bundle.type.

                              ShortRecord of medication being taken by a patientA resource in the bundle
                              Comments

                              When interpreting a medicationStatement, the value of the status and NotTaken needed to be considered: MedicationStatement.status + MedicationStatement.wasNotTaken Status=Active + NotTaken=T = Not currently taking Status=Completed + NotTaken=T = Not taken in the past Status=Intended + NotTaken=T = No intention of taking Status=Active + NotTaken=F = Taking, but not as prescribed Status=Active + NotTaken=F = Taking Status=Intended +NotTaken= F = Will be taking (not started) Status=Completed + NotTaken=F = Taken in past Status=In Error + NotTaken=N/A = In Error.

                              Control10..1
                              TypeMedicationStatementResource(MedicationStatement (MyHealthEU EPS))
                              Is Modifierfalse
                              Obligations
                                ObligationsActor
                                SHALL:handleEHDSI Handler
                                Summaryfalse
                                303. Bundle.entry:medicationstatement.search
                                Definition

                                Information about the search process that lead to the creation of this entry.

                                ShortSearch related information
                                Control0..01
                                This element is affected by the following invariants: bdl-2
                                TypeBackboneElement
                                Is Modifierfalse
                                Summarytrue
                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                306. Bundle.entry:medicationstatement.request
                                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.

                                ShortAdditional execution information (transaction/batch/history)
                                Control0..01
                                This element is affected by the following invariants: bdl-3
                                TypeBackboneElement
                                Is Modifierfalse
                                Summarytrue
                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                311. Bundle.entry:medicationstatement.response
                                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.

                                ShortResults of execution (transaction/batch/history)
                                Control0..01
                                This element is affected by the following invariants: bdl-4
                                TypeBackboneElement
                                Is Modifierfalse
                                Summarytrue
                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                315. Bundle.entry:practitioner
                                Slice Namepractitioner
                                Definition

                                An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

                                ShortEntry in the bundle - will have a resource or information
                                Control0..*
                                TypeBackboneElement
                                Is Modifierfalse
                                Summarytrue
                                Invariantsbdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                                bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                                ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                                bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                                317. Bundle.entry:practitioner.modifierExtension
                                Definition

                                May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                ShortExtensions that cannot be ignored even if unrecognized
                                Comments

                                There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                Alternate Namesextensions, user content, modifiers
                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                319. Bundle.entry:practitioner.fullUrl
                                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.
                                ShortURI for resource (Absolute URL server address or URI for UUID/OID)
                                Comments

                                fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).


                                fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).

                                Control10..1
                                Typeuri
                                Is Modifierfalse
                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                Summarytrue
                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                321. Bundle.entry:practitioner.resource
                                Definition

                                A person who is directly or indirectly involved in the provisioning of healthcare.


                                The Resource for the entry. The purpose/meaning of the resource is determined by the Bundle.type.

                                ShortA person with a formal responsibility in the provisioning of healthcare or related servicesA resource in the bundle
                                Control10..1
                                TypePractitionerResource(Practitioner (MyHealthEu EPS))
                                Is Modifierfalse
                                Obligations
                                  ObligationsActor
                                  SHALL:handleEHDSI Handler
                                  Summaryfalse
                                  323. Bundle.entry:practitioner.search
                                  Definition

                                  Information about the search process that lead to the creation of this entry.

                                  ShortSearch related information
                                  Control0..01
                                  This element is affected by the following invariants: bdl-2
                                  TypeBackboneElement
                                  Is Modifierfalse
                                  Summarytrue
                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                  326. Bundle.entry:practitioner.request
                                  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.

                                  ShortAdditional execution information (transaction/batch/history)
                                  Control0..01
                                  This element is affected by the following invariants: bdl-3
                                  TypeBackboneElement
                                  Is Modifierfalse
                                  Summarytrue
                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                  331. Bundle.entry:practitioner.response
                                  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.

                                  ShortResults of execution (transaction/batch/history)
                                  Control0..01
                                  This element is affected by the following invariants: bdl-4
                                  TypeBackboneElement
                                  Is Modifierfalse
                                  Summarytrue
                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                  335. Bundle.entry:practitionerrole
                                  Slice Namepractitionerrole
                                  Definition

                                  An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

                                  ShortEntry in the bundle - will have a resource or information
                                  Control0..*
                                  TypeBackboneElement
                                  Is Modifierfalse
                                  Summarytrue
                                  Invariantsbdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                                  bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                                  ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                  bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                                  bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                                  337. Bundle.entry:practitionerrole.modifierExtension
                                  Definition

                                  May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                  Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                  ShortExtensions that cannot be ignored even if unrecognized
                                  Comments

                                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                  Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                  Alternate Namesextensions, user content, modifiers
                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                  339. Bundle.entry:practitionerrole.fullUrl
                                  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.
                                  ShortURI for resource (Absolute URL server address or URI for UUID/OID)
                                  Comments

                                  fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).


                                  fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).

                                  Control10..1
                                  Typeuri
                                  Is Modifierfalse
                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                  Summarytrue
                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                  341. Bundle.entry:practitionerrole.resource
                                  Definition

                                  A specific set of Roles/Locations/specialties/services that a practitioner may perform at an organization for a period of time.


                                  The Resource for the entry. The purpose/meaning of the resource is determined by the Bundle.type.

                                  ShortRoles/organizations the practitioner is associated withA resource in the bundle
                                  Control10..1
                                  TypePractitionerRoleResource(PractitionerRole (MyHealthEu EPS))
                                  Is Modifierfalse
                                  Obligations
                                    ObligationsActor
                                    SHALL:handleEHDSI Handler
                                    Summaryfalse
                                    343. Bundle.entry:practitionerrole.search
                                    Definition

                                    Information about the search process that lead to the creation of this entry.

                                    ShortSearch related information
                                    Control0..01
                                    This element is affected by the following invariants: bdl-2
                                    TypeBackboneElement
                                    Is Modifierfalse
                                    Summarytrue
                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                    346. Bundle.entry:practitionerrole.request
                                    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.

                                    ShortAdditional execution information (transaction/batch/history)
                                    Control0..01
                                    This element is affected by the following invariants: bdl-3
                                    TypeBackboneElement
                                    Is Modifierfalse
                                    Summarytrue
                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                    351. Bundle.entry:practitionerrole.response
                                    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.

                                    ShortResults of execution (transaction/batch/history)
                                    Control0..01
                                    This element is affected by the following invariants: bdl-4
                                    TypeBackboneElement
                                    Is Modifierfalse
                                    Summarytrue
                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                    355. Bundle.entry:procedure
                                    Slice Nameprocedure
                                    Definition

                                    An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

                                    ShortEntry in the bundle - will have a resource or information
                                    Control0..*
                                    TypeBackboneElement
                                    Is Modifierfalse
                                    Summarytrue
                                    Invariantsbdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                                    bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                                    ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                    bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                                    bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                                    357. Bundle.entry:procedure.modifierExtension
                                    Definition

                                    May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                    Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                    ShortExtensions that cannot be ignored even if unrecognized
                                    Comments

                                    There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                    Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                    Alternate Namesextensions, user content, modifiers
                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                    359. Bundle.entry:procedure.fullUrl
                                    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.
                                    ShortURI for resource (Absolute URL server address or URI for UUID/OID)
                                    Comments

                                    fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).


                                    fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).

                                    Control10..1
                                    Typeuri
                                    Is Modifierfalse
                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                    Summarytrue
                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                    361. Bundle.entry:procedure.resource
                                    Definition

                                    An action that is or was performed on or for a patient. This can be a physical intervention like an operation, or less invasive like long term services, counseling, or hypnotherapy.


                                    The Resource for the entry. The purpose/meaning of the resource is determined by the Bundle.type.

                                    ShortAn action that is being or was performed on a patientA resource in the bundle
                                    Control10..1
                                    TypeProcedureResource(Procedure (EPS))
                                    Is Modifierfalse
                                    Obligations
                                      ObligationsActor
                                      SHALL:handleEHDSI Handler
                                      Summaryfalse
                                      363. Bundle.entry:procedure.search
                                      Definition

                                      Information about the search process that lead to the creation of this entry.

                                      ShortSearch related information
                                      Control0..01
                                      This element is affected by the following invariants: bdl-2
                                      TypeBackboneElement
                                      Is Modifierfalse
                                      Summarytrue
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      366. Bundle.entry:procedure.request
                                      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.

                                      ShortAdditional execution information (transaction/batch/history)
                                      Control0..01
                                      This element is affected by the following invariants: bdl-3
                                      TypeBackboneElement
                                      Is Modifierfalse
                                      Summarytrue
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      371. Bundle.entry:procedure.response
                                      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.

                                      ShortResults of execution (transaction/batch/history)
                                      Control0..01
                                      This element is affected by the following invariants: bdl-4
                                      TypeBackboneElement
                                      Is Modifierfalse
                                      Summarytrue
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      375. Bundle.entry:observation-pregnancy-edd
                                      Slice Nameobservation-pregnancy-edd
                                      Definition

                                      An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

                                      ShortEntry in the bundle - will have a resource or information
                                      Control0..*
                                      TypeBackboneElement
                                      Is Modifierfalse
                                      Summarytrue
                                      Invariantsbdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                                      bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                                      bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                                      377. Bundle.entry:observation-pregnancy-edd.modifierExtension
                                      Definition

                                      May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                      Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                      ShortExtensions that cannot be ignored even if unrecognized
                                      Comments

                                      There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                      Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                      Alternate Namesextensions, user content, modifiers
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                      379. Bundle.entry:observation-pregnancy-edd.fullUrl
                                      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.
                                      ShortURI for resource (Absolute URL server address or URI for UUID/OID)
                                      Comments

                                      fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).


                                      fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).

                                      Control10..1
                                      Typeuri
                                      Is Modifierfalse
                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                      Summarytrue
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      381. Bundle.entry:observation-pregnancy-edd.resource
                                      Definition

                                      Measurements and simple assertions made about a patient, device or other subject.


                                      The Resource for the entry. The purpose/meaning of the resource is determined by the Bundle.type.

                                      ShortMeasurements and simple assertionsA resource in the bundle
                                      Comments

                                      Used for simple observations such as device measurements, laboratory atomic results, vital signs, height, weight, smoking status, comments, etc. Other resources are used to provide context for observations such as laboratory reports, etc.

                                      Control10..1
                                      TypeObservationResource(Observation Pregnancy - Expected Delivery Date (EPS))
                                      Is Modifierfalse
                                      Summaryfalse
                                      Alternate NamesVital Signs, Measurement, Results, Tests
                                      383. Bundle.entry:observation-pregnancy-edd.search
                                      Definition

                                      Information about the search process that lead to the creation of this entry.

                                      ShortSearch related information
                                      Control0..01
                                      This element is affected by the following invariants: bdl-2
                                      TypeBackboneElement
                                      Is Modifierfalse
                                      Summarytrue
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      386. Bundle.entry:observation-pregnancy-edd.request
                                      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.

                                      ShortAdditional execution information (transaction/batch/history)
                                      Control0..01
                                      This element is affected by the following invariants: bdl-3
                                      TypeBackboneElement
                                      Is Modifierfalse
                                      Summarytrue
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      391. Bundle.entry:observation-pregnancy-edd.response
                                      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.

                                      ShortResults of execution (transaction/batch/history)
                                      Control0..01
                                      This element is affected by the following invariants: bdl-4
                                      TypeBackboneElement
                                      Is Modifierfalse
                                      Summarytrue
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      395. Bundle.entry:observation-pregnancy-outcome
                                      Slice Nameobservation-pregnancy-outcome
                                      Definition

                                      An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

                                      ShortEntry in the bundle - will have a resource or information
                                      Control0..*
                                      TypeBackboneElement
                                      Is Modifierfalse
                                      Summarytrue
                                      Invariantsbdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                                      bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                                      bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                                      397. Bundle.entry:observation-pregnancy-outcome.modifierExtension
                                      Definition

                                      May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                      Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                      ShortExtensions that cannot be ignored even if unrecognized
                                      Comments

                                      There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                      Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                      Alternate Namesextensions, user content, modifiers
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                      399. Bundle.entry:observation-pregnancy-outcome.fullUrl
                                      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.
                                      ShortURI for resource (Absolute URL server address or URI for UUID/OID)
                                      Comments

                                      fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).


                                      fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).

                                      Control10..1
                                      Typeuri
                                      Is Modifierfalse
                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                      Summarytrue
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      401. Bundle.entry:observation-pregnancy-outcome.resource
                                      Definition

                                      Measurements and simple assertions made about a patient, device or other subject.


                                      The Resource for the entry. The purpose/meaning of the resource is determined by the Bundle.type.

                                      ShortMeasurements and simple assertionsA resource in the bundle
                                      Comments

                                      Used for simple observations such as device measurements, laboratory atomic results, vital signs, height, weight, smoking status, comments, etc. Other resources are used to provide context for observations such as laboratory reports, etc.

                                      Control10..1
                                      TypeObservationResource(Observation Pregnancy - Outcome (EPS))
                                      Is Modifierfalse
                                      Summaryfalse
                                      Alternate NamesVital Signs, Measurement, Results, Tests
                                      403. Bundle.entry:observation-pregnancy-outcome.search
                                      Definition

                                      Information about the search process that lead to the creation of this entry.

                                      ShortSearch related information
                                      Control0..01
                                      This element is affected by the following invariants: bdl-2
                                      TypeBackboneElement
                                      Is Modifierfalse
                                      Summarytrue
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      406. Bundle.entry:observation-pregnancy-outcome.request
                                      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.

                                      ShortAdditional execution information (transaction/batch/history)
                                      Control0..01
                                      This element is affected by the following invariants: bdl-3
                                      TypeBackboneElement
                                      Is Modifierfalse
                                      Summarytrue
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      411. Bundle.entry:observation-pregnancy-outcome.response
                                      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.

                                      ShortResults of execution (transaction/batch/history)
                                      Control0..01
                                      This element is affected by the following invariants: bdl-4
                                      TypeBackboneElement
                                      Is Modifierfalse
                                      Summarytrue
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      415. Bundle.entry:observation-pregnancy-status
                                      Slice Nameobservation-pregnancy-status
                                      Definition

                                      An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

                                      ShortEntry in the bundle - will have a resource or information
                                      Control0..*
                                      TypeBackboneElement
                                      Is Modifierfalse
                                      Summarytrue
                                      Invariantsbdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                                      bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                                      bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                                      417. Bundle.entry:observation-pregnancy-status.modifierExtension
                                      Definition

                                      May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                      Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                      ShortExtensions that cannot be ignored even if unrecognized
                                      Comments

                                      There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                      Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                      Alternate Namesextensions, user content, modifiers
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                      419. Bundle.entry:observation-pregnancy-status.fullUrl
                                      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.
                                      ShortURI for resource (Absolute URL server address or URI for UUID/OID)
                                      Comments

                                      fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).


                                      fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).

                                      Control10..1
                                      Typeuri
                                      Is Modifierfalse
                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                      Summarytrue
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      421. Bundle.entry:observation-pregnancy-status.resource
                                      Definition

                                      Measurements and simple assertions made about a patient, device or other subject.


                                      The Resource for the entry. The purpose/meaning of the resource is determined by the Bundle.type.

                                      ShortMeasurements and simple assertionsA resource in the bundle
                                      Comments

                                      Used for simple observations such as device measurements, laboratory atomic results, vital signs, height, weight, smoking status, comments, etc. Other resources are used to provide context for observations such as laboratory reports, etc.

                                      Control10..1
                                      TypeObservationResource(Observation Pregnancy - Status (EPS))
                                      Is Modifierfalse
                                      Summaryfalse
                                      Alternate NamesVital Signs, Measurement, Results, Tests
                                      423. Bundle.entry:observation-pregnancy-status.search
                                      Definition

                                      Information about the search process that lead to the creation of this entry.

                                      ShortSearch related information
                                      Control0..01
                                      This element is affected by the following invariants: bdl-2
                                      TypeBackboneElement
                                      Is Modifierfalse
                                      Summarytrue
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      426. Bundle.entry:observation-pregnancy-status.request
                                      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.

                                      ShortAdditional execution information (transaction/batch/history)
                                      Control0..01
                                      This element is affected by the following invariants: bdl-3
                                      TypeBackboneElement
                                      Is Modifierfalse
                                      Summarytrue
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      431. Bundle.entry:observation-pregnancy-status.response
                                      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.

                                      ShortResults of execution (transaction/batch/history)
                                      Control0..01
                                      This element is affected by the following invariants: bdl-4
                                      TypeBackboneElement
                                      Is Modifierfalse
                                      Summarytrue
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      435. Bundle.entry:observation-alcohol-use
                                      Slice Nameobservation-alcohol-use
                                      Definition

                                      An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

                                      ShortEntry in the bundle - will have a resource or information
                                      Control0..*
                                      TypeBackboneElement
                                      Is Modifierfalse
                                      Summarytrue
                                      Invariantsbdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                                      bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                                      bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                                      437. Bundle.entry:observation-alcohol-use.modifierExtension
                                      Definition

                                      May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                      Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                      ShortExtensions that cannot be ignored even if unrecognized
                                      Comments

                                      There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                      Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                      Alternate Namesextensions, user content, modifiers
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                      439. Bundle.entry:observation-alcohol-use.fullUrl
                                      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.
                                      ShortURI for resource (Absolute URL server address or URI for UUID/OID)
                                      Comments

                                      fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).


                                      fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).

                                      Control10..1
                                      Typeuri
                                      Is Modifierfalse
                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                      Summarytrue
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      441. Bundle.entry:observation-alcohol-use.resource
                                      Definition

                                      Measurements and simple assertions made about a patient, device or other subject.


                                      The Resource for the entry. The purpose/meaning of the resource is determined by the Bundle.type.

                                      ShortMeasurements and simple assertionsA resource in the bundle
                                      Comments

                                      Used for simple observations such as device measurements, laboratory atomic results, vital signs, height, weight, smoking status, comments, etc. Other resources are used to provide context for observations such as laboratory reports, etc.

                                      Control10..1
                                      TypeObservationResource(Observation Social History - Alcohol Use (IPS))
                                      Is Modifierfalse
                                      Summaryfalse
                                      Alternate NamesVital Signs, Measurement, Results, Tests
                                      443. Bundle.entry:observation-alcohol-use.search
                                      Definition

                                      Information about the search process that lead to the creation of this entry.

                                      ShortSearch related information
                                      Control0..01
                                      This element is affected by the following invariants: bdl-2
                                      TypeBackboneElement
                                      Is Modifierfalse
                                      Summarytrue
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      446. Bundle.entry:observation-alcohol-use.request
                                      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.

                                      ShortAdditional execution information (transaction/batch/history)
                                      Control0..01
                                      This element is affected by the following invariants: bdl-3
                                      TypeBackboneElement
                                      Is Modifierfalse
                                      Summarytrue
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      451. Bundle.entry:observation-alcohol-use.response
                                      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.

                                      ShortResults of execution (transaction/batch/history)
                                      Control0..01
                                      This element is affected by the following invariants: bdl-4
                                      TypeBackboneElement
                                      Is Modifierfalse
                                      Summarytrue
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      455. Bundle.entry:observation-tobacco-use
                                      Slice Nameobservation-tobacco-use
                                      Definition

                                      An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

                                      ShortEntry in the bundle - will have a resource or information
                                      Control0..*
                                      TypeBackboneElement
                                      Is Modifierfalse
                                      Summarytrue
                                      Invariantsbdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                                      bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                                      bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                                      457. Bundle.entry:observation-tobacco-use.modifierExtension
                                      Definition

                                      May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                      Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                      ShortExtensions that cannot be ignored even if unrecognized
                                      Comments

                                      There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                      Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                      Alternate Namesextensions, user content, modifiers
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                      459. Bundle.entry:observation-tobacco-use.fullUrl
                                      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.
                                      ShortURI for resource (Absolute URL server address or URI for UUID/OID)
                                      Comments

                                      fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).


                                      fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).

                                      Control10..1
                                      Typeuri
                                      Is Modifierfalse
                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                      Summarytrue
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      461. Bundle.entry:observation-tobacco-use.resource
                                      Definition

                                      Measurements and simple assertions made about a patient, device or other subject.


                                      The Resource for the entry. The purpose/meaning of the resource is determined by the Bundle.type.

                                      ShortMeasurements and simple assertionsA resource in the bundle
                                      Comments

                                      Used for simple observations such as device measurements, laboratory atomic results, vital signs, height, weight, smoking status, comments, etc. Other resources are used to provide context for observations such as laboratory reports, etc.

                                      Control10..1
                                      TypeObservationResource(Observation Social History - Tobacco Use (IPS))
                                      Is Modifierfalse
                                      Summaryfalse
                                      Alternate NamesVital Signs, Measurement, Results, Tests
                                      463. Bundle.entry:observation-tobacco-use.search
                                      Definition

                                      Information about the search process that lead to the creation of this entry.

                                      ShortSearch related information
                                      Control0..01
                                      This element is affected by the following invariants: bdl-2
                                      TypeBackboneElement
                                      Is Modifierfalse
                                      Summarytrue
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      466. Bundle.entry:observation-tobacco-use.request
                                      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.

                                      ShortAdditional execution information (transaction/batch/history)
                                      Control0..01
                                      This element is affected by the following invariants: bdl-3
                                      TypeBackboneElement
                                      Is Modifierfalse
                                      Summarytrue
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      471. Bundle.entry:observation-tobacco-use.response
                                      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.

                                      ShortResults of execution (transaction/batch/history)
                                      Control0..01
                                      This element is affected by the following invariants: bdl-4
                                      TypeBackboneElement
                                      Is Modifierfalse
                                      Summarytrue
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      475. Bundle.entry:observation-vital-signs
                                      Slice Nameobservation-vital-signs
                                      Definition

                                      An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

                                      ShortEntry in the bundle - will have a resource or information
                                      Control0..*
                                      TypeBackboneElement
                                      Is Modifierfalse
                                      Summarytrue
                                      Invariantsbdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                                      bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                                      bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                                      477. Bundle.entry:observation-vital-signs.modifierExtension
                                      Definition

                                      May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                      Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                      ShortExtensions that cannot be ignored even if unrecognized
                                      Comments

                                      There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                      Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                      Alternate Namesextensions, user content, modifiers
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                      479. Bundle.entry:observation-vital-signs.fullUrl
                                      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.
                                      ShortURI for resource (Absolute URL server address or URI for UUID/OID)
                                      Comments

                                      fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).


                                      fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).

                                      Control10..1
                                      Typeuri
                                      Is Modifierfalse
                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                      Summarytrue
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      481. Bundle.entry:observation-vital-signs.resource
                                      Definition

                                      The FHIR Vitals Signs profile sets minimum expectations for the Observation Resource to record, search and fetch the vital signs associated with a patient.


                                      The Resource for the entry. The purpose/meaning of the resource is determined by the Bundle.type.

                                      ShortFHIR Vital Signs ProfileA resource in the bundle
                                      Comments

                                      Used for simple observations such as device measurements, laboratory atomic results, vital signs, height, weight, smoking status, comments, etc. Other resources are used to provide context for observations such as laboratory reports, etc.

                                      Control10..1
                                      TypeObservationResource(Vital Signs Profile)
                                      Is Modifierfalse
                                      Summaryfalse
                                      Alternate NamesVital Signs, Measurement, Results, Tests
                                      483. Bundle.entry:observation-vital-signs.search
                                      Definition

                                      Information about the search process that lead to the creation of this entry.

                                      ShortSearch related information
                                      Control0..01
                                      This element is affected by the following invariants: bdl-2
                                      TypeBackboneElement
                                      Is Modifierfalse
                                      Summarytrue
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      486. Bundle.entry:observation-vital-signs.request
                                      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.

                                      ShortAdditional execution information (transaction/batch/history)
                                      Control0..01
                                      This element is affected by the following invariants: bdl-3
                                      TypeBackboneElement
                                      Is Modifierfalse
                                      Summarytrue
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      491. Bundle.entry:observation-vital-signs.response
                                      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.

                                      ShortResults of execution (transaction/batch/history)
                                      Control0..01
                                      This element is affected by the following invariants: bdl-4
                                      TypeBackboneElement
                                      Is Modifierfalse
                                      Summarytrue
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      495. Bundle.entry:organization
                                      Slice Nameorganization
                                      Definition

                                      An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

                                      ShortEntry in the bundle - will have a resource or information
                                      Control0..*
                                      TypeBackboneElement
                                      Is Modifierfalse
                                      Summarytrue
                                      Invariantsbdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                                      bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                                      bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                                      497. Bundle.entry:organization.modifierExtension
                                      Definition

                                      May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                      Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                      ShortExtensions that cannot be ignored even if unrecognized
                                      Comments

                                      There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                      Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                      Alternate Namesextensions, user content, modifiers
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                      499. Bundle.entry:organization.fullUrl
                                      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.
                                      ShortURI for resource (Absolute URL server address or URI for UUID/OID)
                                      Comments

                                      fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).


                                      fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).

                                      Control10..1
                                      Typeuri
                                      Is Modifierfalse
                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                      Summarytrue
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      501. Bundle.entry:organization.resource
                                      Definition

                                      A formally or informally recognized grouping of people or organizations formed for the purpose of achieving some form of collective action. Includes companies, institutions, corporations, departments, community groups, healthcare practice groups, payer/insurer, etc.


                                      The Resource for the entry. The purpose/meaning of the resource is determined by the Bundle.type.

                                      ShortA grouping of people or organizations with a common purposeA resource in the bundle
                                      Control10..1
                                      TypeOrganizationResource(Organization (EPS))
                                      Is Modifierfalse
                                      Obligations
                                        ObligationsActor
                                        SHALL:handleEHDSI Handler
                                        Summaryfalse
                                        503. Bundle.entry:organization.search
                                        Definition

                                        Information about the search process that lead to the creation of this entry.

                                        ShortSearch related information
                                        Control0..01
                                        This element is affected by the following invariants: bdl-2
                                        TypeBackboneElement
                                        Is Modifierfalse
                                        Summarytrue
                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        506. Bundle.entry:organization.request
                                        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.

                                        ShortAdditional execution information (transaction/batch/history)
                                        Control0..01
                                        This element is affected by the following invariants: bdl-3
                                        TypeBackboneElement
                                        Is Modifierfalse
                                        Summarytrue
                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        511. Bundle.entry:organization.response
                                        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.

                                        ShortResults of execution (transaction/batch/history)
                                        Control0..01
                                        This element is affected by the following invariants: bdl-4
                                        TypeBackboneElement
                                        Is Modifierfalse
                                        Summarytrue
                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        515. Bundle.entry:specimen
                                        Slice Namespecimen
                                        Definition

                                        An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

                                        ShortEntry in the bundle - will have a resource or information
                                        Control0..*
                                        TypeBackboneElement
                                        Is Modifierfalse
                                        Summarytrue
                                        Invariantsbdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                                        bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                                        ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                                        bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                                        517. Bundle.entry:specimen.modifierExtension
                                        Definition

                                        May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                        Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                        ShortExtensions that cannot be ignored even if unrecognized
                                        Comments

                                        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                        Alternate Namesextensions, user content, modifiers
                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                        519. Bundle.entry:specimen.fullUrl
                                        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.
                                        ShortURI for resource (Absolute URL server address or URI for UUID/OID)
                                        Comments

                                        fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).


                                        fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).

                                        Control10..1
                                        Typeuri
                                        Is Modifierfalse
                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                        Summarytrue
                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        521. Bundle.entry:specimen.resource
                                        Definition

                                        A sample to be used for analysis.


                                        The Resource for the entry. The purpose/meaning of the resource is determined by the Bundle.type.

                                        ShortSample for analysisA resource in the bundle
                                        Control10..1
                                        TypeSpecimenResource(Specimen (IPS))
                                        Is Modifierfalse
                                        Obligations
                                          ObligationsActor
                                          SHALL:handleEHDSI Handler
                                          Summaryfalse
                                          523. Bundle.entry:specimen.search
                                          Definition

                                          Information about the search process that lead to the creation of this entry.

                                          ShortSearch related information
                                          Control0..01
                                          This element is affected by the following invariants: bdl-2
                                          TypeBackboneElement
                                          Is Modifierfalse
                                          Summarytrue
                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          526. Bundle.entry:specimen.request
                                          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.

                                          ShortAdditional execution information (transaction/batch/history)
                                          Control0..01
                                          This element is affected by the following invariants: bdl-3
                                          TypeBackboneElement
                                          Is Modifierfalse
                                          Summarytrue
                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          531. Bundle.entry:specimen.response
                                          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.

                                          ShortResults of execution (transaction/batch/history)
                                          Control0..01
                                          This element is affected by the following invariants: bdl-4
                                          TypeBackboneElement
                                          Is Modifierfalse
                                          Summarytrue
                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          535. Bundle.entry:observation-pregnancy-age
                                          Slice Nameobservation-pregnancy-age
                                          Definition

                                          An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

                                          ShortEntry in the bundle - will have a resource or information
                                          Control0..*
                                          TypeBackboneElement
                                          Is Modifierfalse
                                          Summarytrue
                                          Invariantsbdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                                          bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                                          ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          bdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                                          bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                                          537. Bundle.entry:observation-pregnancy-age.modifierExtension
                                          Definition

                                          May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                          Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                          ShortExtensions that cannot be ignored even if unrecognized
                                          Comments

                                          There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                          Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                          Alternate Namesextensions, user content, modifiers
                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                          539. Bundle.entry:observation-pregnancy-age.fullUrl
                                          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.
                                          ShortURI for resource (Absolute URL server address or URI for UUID/OID)
                                          Comments

                                          fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).


                                          fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).

                                          Control10..1
                                          Typeuri
                                          Is Modifierfalse
                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                          Summarytrue
                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          541. Bundle.entry:observation-pregnancy-age.resource
                                          Definition

                                          Measurements and simple assertions made about a patient, device or other subject.


                                          The Resource for the entry. The purpose/meaning of the resource is determined by the Bundle.type.

                                          ShortMeasurements and simple assertionsA resource in the bundle
                                          Comments

                                          Used for simple observations such as device measurements, laboratory atomic results, vital signs, height, weight, smoking status, comments, etc. Other resources are used to provide context for observations such as laboratory reports, etc.

                                          Control10..1
                                          TypeObservationResource(Observation Pregnancy - Gestational Age (EPS))
                                          Is Modifierfalse
                                          Summaryfalse
                                          Alternate NamesVital Signs, Measurement, Results, Tests
                                          543. Bundle.entry:observation-pregnancy-age.search
                                          Definition

                                          Information about the search process that lead to the creation of this entry.

                                          ShortSearch related information
                                          Control0..01
                                          This element is affected by the following invariants: bdl-2
                                          TypeBackboneElement
                                          Is Modifierfalse
                                          Summarytrue
                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          546. Bundle.entry:observation-pregnancy-age.request
                                          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.

                                          ShortAdditional execution information (transaction/batch/history)
                                          Control0..01
                                          This element is affected by the following invariants: bdl-3
                                          TypeBackboneElement
                                          Is Modifierfalse
                                          Summarytrue
                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          551. Bundle.entry:observation-pregnancy-age.response
                                          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.

                                          ShortResults of execution (transaction/batch/history)
                                          Control0..01
                                          This element is affected by the following invariants: bdl-4
                                          TypeBackboneElement
                                          Is Modifierfalse
                                          Summarytrue
                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          555. Bundle.signature
                                          Definition

                                          Digital Signature - base64 encoded. XML-DSig or a JWT.

                                          ShortReport Digital SignatureDigital Signature
                                          Comments

                                          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.

                                          Control0..1
                                          TypeSignature
                                          Is Modifierfalse
                                          Summarytrue
                                          Requirements

                                          A Signature holds an electronic representation of a signature and its supporting context in a FHIR accessible form. The signature may either be a cryptographic type (XML DigSig or a JWS), which is able to provide non-repudiation proof, or it may be a graphical image that represents a signature or a signature process. This element allows capturing signatures on documents, messages, transactions or even search responses, to support content-authentication, non-repudiation or other business cases. This is primarily relevant where the bundle may travel through multiple hops or via other mechanisms where HTTPS non-repudiation is insufficient.

                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          557. Bundle.signature.type
                                          Definition

                                          An indication of the reason that the entity signed this document. This may be explicitly included as part of the signature information and can be used when determining accountability for various actions concerning the document.

                                          ShortDigital Signature PurposesIndication of the reason the entity signed the object(s)
                                          Comments

                                          Examples include attesting to: authorship, correct transcription, and witness of specific event. Also known as a "Commitment Type Indication".

                                          Control1..*
                                          BindingThe codes SHOULD be taken from SignatureTypeCodeshttp://hl7.org/fhir/ValueSet/signature-type|4.0.1
                                          (preferred to http://hl7.org/fhir/ValueSet/signature-type|4.0.1)

                                          An indication of the reason that an entity signed the object.

                                          TypeCoding
                                          Is Modifierfalse
                                          Summarytrue
                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          559. Bundle.signature.when
                                          Definition

                                          When the digital signature was signed.

                                          ShortWhen was signedWhen the signature was created
                                          Comments

                                          This should agree with the information in the signature.

                                          Control1..1
                                          Typeinstant
                                          Is Modifierfalse
                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                          Summarytrue
                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          561. Bundle.signature.who
                                          Definition

                                          A reference to an application-usable description of the identity that signed (e.g. the signature used their private key).

                                          ShortWho signed.
                                          Comments

                                          This should agree with the information in the signature.

                                          Control1..1
                                          TypeReference(Practitioner, PractitionerRole, RelatedPerson, Patient, Device, Organization)
                                          Is Modifierfalse
                                          Summarytrue
                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          563. Bundle.signature.data
                                          Definition

                                          The base64 encoding of the Signature content. When signature is not recorded electronically this element would be empty.

                                          ShortSignature contentThe actual signature content (XML DigSig. JWS, picture, etc.)
                                          Comments

                                          Where the signature type is an XML DigSig, the signed content is a FHIR Resource(s), the signature is of the XML form of the Resource(s) using XML-Signature (XMLDIG) "Detached Signature" form.

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

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

                                          0. Bundle
                                          Impose ProfileThis profile also requires that the instance also conform this additional profile:
                                          2. Bundle.identifier
                                          ShortReport instance identifier
                                          NoteThis is a business identifier, not a resource identifier (see discussion)
                                          Control1..?
                                          Obligations
                                            ObligationsActorSource
                                            SHALL:populate & SHALL:handleCreator (IPS)EHDSI Handlerfrom Bundle (EPS)
                                            SHALL:handleConsumer (IPS)from Bundle (EPS)
                                            4. Bundle.type
                                            Fixed Valuedocument
                                            6. Bundle.timestamp
                                            ShortReport instance datetime
                                            Control1..?
                                            Obligations
                                              ObligationsActorSource
                                              SHALL:populate & SHALL:handleCreator (IPS)EHDSI Handlerfrom Bundle (EPS)
                                              SHALL:handleConsumer (IPS)from Bundle (EPS)
                                              8. Bundle.link
                                              Control0..0
                                              10. Bundle.entry
                                              Obligations
                                                ObligationsActor
                                                SHALL:handleEHDSI Handler
                                                12. Bundle.entry:composition
                                                Slice Namecomposition
                                                14. Bundle.entry:composition.resource
                                                TypeComposition(Composition: EPS)
                                                Obligations
                                                  ObligationsActor
                                                  SHALL:handleEHDSI Handler
                                                  16. Bundle.entry:patient
                                                  Slice Namepatient
                                                  18. Bundle.entry:patient.resource
                                                  TypePatient(Patient (EPS))
                                                  Obligations
                                                    ObligationsActor
                                                    SHALL:handleEHDSI Handler
                                                    20. Bundle.entry:allergyintolerance
                                                    Slice Nameallergyintolerance
                                                    22. Bundle.entry:allergyintolerance.resource
                                                    TypeAllergyIntolerance(Allergy Intolerance: MyHealth@EU EPS)
                                                    Obligations
                                                      ObligationsActor
                                                      SHALL:handleEHDSI Handler
                                                      24. Bundle.entry:condition
                                                      Slice Namecondition
                                                      26. Bundle.entry:condition.resource
                                                      TypeCondition(Condition: EPS)
                                                      Obligations
                                                        ObligationsActor
                                                        SHALL:handleEHDSI Handler
                                                        28. Bundle.entry:device
                                                        Slice Namedevice
                                                        30. Bundle.entry:device.resource
                                                        TypeDevice(Device: EPS)
                                                        Obligations
                                                          ObligationsActor
                                                          SHALL:handleEHDSI Handler
                                                          32. Bundle.entry:deviceusestatement
                                                          Slice Namedeviceusestatement
                                                          34. Bundle.entry:deviceusestatement.resource
                                                          TypeDeviceUseStatement(DeviceUseStatement: EPS)
                                                          Obligations
                                                            ObligationsActor
                                                            SHALL:handleEHDSI Handler
                                                            36. Bundle.entry:flag
                                                            Slice Nameflag
                                                            38. Bundle.entry:flag.resource
                                                            TypeFlag(Flag:Patient (EPS))
                                                            Obligations
                                                              ObligationsActor
                                                              SHALL:handleEHDSI Handler
                                                              40. Bundle.entry:medication
                                                              Slice Namemedication
                                                              42. Bundle.entry:medication.resource
                                                              TypeMedication(Medication: EPS)
                                                              Obligations
                                                                ObligationsActor
                                                                SHALL:handleEHDSI Handler
                                                                44. Bundle.entry:medicationrequest
                                                                Slice Namemedicationrequest
                                                                46. Bundle.entry:medicationrequest.resource
                                                                TypeMedicationRequest(MedicationRequest: EPS)
                                                                Obligations
                                                                  ObligationsActor
                                                                  SHALL:handleEHDSI Handler
                                                                  48. Bundle.entry:medicationstatement
                                                                  Slice Namemedicationstatement
                                                                  50. Bundle.entry:medicationstatement.resource
                                                                  TypeMedicationStatement(MedicationStatement (MyHealthEU EPS))
                                                                  Obligations
                                                                    ObligationsActor
                                                                    SHALL:handleEHDSI Handler
                                                                    52. Bundle.entry:practitioner
                                                                    Slice Namepractitioner
                                                                    54. Bundle.entry:practitioner.resource
                                                                    TypePractitioner(Practitioner (MyHealthEu EPS))
                                                                    Obligations
                                                                      ObligationsActor
                                                                      SHALL:handleEHDSI Handler
                                                                      56. Bundle.entry:practitionerrole
                                                                      Slice Namepractitionerrole
                                                                      58. Bundle.entry:practitionerrole.resource
                                                                      TypePractitionerRole(PractitionerRole (MyHealthEu EPS))
                                                                      Obligations
                                                                        ObligationsActor
                                                                        SHALL:handleEHDSI Handler
                                                                        60. Bundle.entry:procedure
                                                                        Slice Nameprocedure
                                                                        62. Bundle.entry:procedure.resource
                                                                        TypeProcedure(Procedure (EPS))
                                                                        Obligations
                                                                          ObligationsActor
                                                                          SHALL:handleEHDSI Handler
                                                                          64. Bundle.entry:organization
                                                                          Slice Nameorganization
                                                                          66. Bundle.entry:organization.resource
                                                                          TypeOrganization(Organization (EPS))
                                                                          Obligations
                                                                            ObligationsActor
                                                                            SHALL:handleEHDSI Handler
                                                                            68. Bundle.entry:specimen
                                                                            Slice Namespecimen
                                                                            70. Bundle.entry:specimen.resource
                                                                            Obligations
                                                                              ObligationsActor
                                                                              SHALL:handleEHDSI Handler
                                                                              72. Bundle.signature
                                                                              ShortReport Digital Signature
                                                                              74. Bundle.signature.type
                                                                              ShortDigital Signature Purposes
                                                                              76. Bundle.signature.when
                                                                              ShortWhen was signed
                                                                              78. Bundle.signature.who
                                                                              ShortWho signed.
                                                                              80. Bundle.signature.data
                                                                              ShortSignature content

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

                                                                              0. Bundle
                                                                              Definition

                                                                              Patient Summary bundle.

                                                                              ShortPatient Summary bundle
                                                                              Control0..*
                                                                              Is Modifierfalse
                                                                              Impose ProfileThis profile also requires that the instance also conform this additional profile:
                                                                              Summaryfalse
                                                                              Invariantsbdl-1: total only when a search or history (total.empty() or (type = 'searchset') or (type = 'history'))
                                                                              bdl-2: entry.search only when a search (entry.search.empty() or (type = 'searchset'))
                                                                              bdl-3: entry.request mandatory for batch/transaction/history, otherwise prohibited (entry.all(request.exists() = (%resource.type = 'batch' or %resource.type = 'transaction' or %resource.type = 'history')))
                                                                              bdl-4: entry.response mandatory for batch-response/transaction-response/history, otherwise prohibited (entry.all(response.exists() = (%resource.type = 'batch-response' or %resource.type = 'transaction-response' or %resource.type = 'history')))
                                                                              bdl-7: FullUrl must be unique in a bundle, or else entries with the same fullUrl must have different meta.versionId (except in history bundles) ((type = 'history') or entry.where(fullUrl.exists()).select(fullUrl&resource.meta.versionId).isDistinct())
                                                                              bdl-9: A document must have an identifier with a system and a value (type = 'document' implies (identifier.system.exists() and identifier.value.exists()))
                                                                              bdl-10: A document must have a date (type = 'document' implies (timestamp.hasValue()))
                                                                              bdl-11: A document must have a Composition as the first resource (type = 'document' implies entry.first().resource.is(Composition))
                                                                              bdl-12: A message must have a MessageHeader as the first resource (type = 'message' implies entry.first().resource.is(MessageHeader))
                                                                              eps-bundle-patient-ref: If the Bundle contains patient-based resources (AllergyIntolerance, Immunization, ImmunizationRecommendation), each SHALL have patient.reference populated. (entry.where( resource.is(AllergyIntolerance) or resource.is(Immunization) or resource.is(ImmunizationRecommendation) ).empty() or entry.where( resource.is(AllergyIntolerance) or resource.is(Immunization) or resource.is(ImmunizationRecommendation) ).all(resource.patient.reference.exists()))
                                                                              eps-bundle-subject-ref: If the Bundle contains subject-based clinical resources, each SHALL have subject.reference populated. (entry.where( resource.is(Composition) or resource.is(CarePlan) or resource.is(ClinicalImpression) or resource.is(Condition) or resource.is(Consent) or resource.is(DeviceUseStatement) or resource.is(DiagnosticReport) or resource.is(DocumentReference) or resource.is(Flag) or resource.is(ImagingStudy) or resource.is(MedicationRequest) or resource.is(MedicationStatement) or resource.is(Procedure) or resource.is(Observation) ).empty() or entry.where( resource.is(Composition) or resource.is(CarePlan) or resource.is(ClinicalImpression) or resource.is(Condition) or resource.is(Consent) or resource.is(DeviceUseStatement) or resource.is(DiagnosticReport) or resource.is(DocumentReference) or resource.is(Flag) or resource.is(ImagingStudy) or resource.is(MedicationRequest) or resource.is(MedicationStatement) or resource.is(Procedure) or resource.is(Observation) ).all(resource.subject.reference.exists()))
                                                                              eps-bundle-resource-code: For the IPS some resources require a code element. If the Bundle contains such resources (e.g. Medication), they SHALL have code populated. (entry.where( resource.is(Medication) ).empty() or entry.where( resource.is(Medication) ).all(resource.code.exists()))
                                                                              2. Bundle.id
                                                                              Definition

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

                                                                              ShortLogical id of this artifact
                                                                              Comments

                                                                              The only time that a resource does not have an id is when it is being submitted to the server using a create operation.

                                                                              Control0..1
                                                                              Typeid
                                                                              Is Modifierfalse
                                                                              Summarytrue
                                                                              4. Bundle.meta
                                                                              Definition

                                                                              The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.

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

                                                                              A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.

                                                                              ShortA set of rules under which this content was created
                                                                              Comments

                                                                              Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc.

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

                                                                              The base language in which the resource is written.

                                                                              ShortLanguage of the resource content
                                                                              Comments

                                                                              Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).

                                                                              Control0..1
                                                                              BindingThe codes SHOULD be taken from CommonLanguages
                                                                              (preferred to http://hl7.org/fhir/ValueSet/languages|4.0.1)

                                                                              A human language.

                                                                              Additional BindingsPurpose
                                                                              AllLanguagesMax Binding
                                                                              Typecode
                                                                              Is Modifierfalse
                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                              Summaryfalse
                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                              10. Bundle.identifier
                                                                              Definition

                                                                              A persistent identifier for the bundle that won't change as a bundle is copied from server to server.

                                                                              ShortReport instance identifier
                                                                              Comments

                                                                              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.

                                                                              NoteThis is a business identifier, not a resource identifier (see discussion)
                                                                              Control1..1
                                                                              TypeIdentifier
                                                                              Is Modifierfalse
                                                                              Obligations
                                                                                ObligationsActorSource
                                                                                SHALL:populateCreator (IPS)from Bundle (EPS)
                                                                                SHALL:handleConsumer (IPS)from Bundle (EPS)
                                                                                SHALL:populate & SHALL:handleCreator (IPS)EHDSI Handlerfrom Bundle (EPS)
                                                                                SHALL:handleConsumer (IPS)from Bundle (EPS)
                                                                                Summarytrue
                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                12. Bundle.type
                                                                                Definition

                                                                                Indicates the purpose of this bundle - how it is intended to be used.

                                                                                Shortdocument | message | transaction | transaction-response | batch | batch-response | history | searchset | collection
                                                                                Comments

                                                                                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.

                                                                                Control1..1
                                                                                BindingThe codes SHALL be taken from BundleType
                                                                                (required to http://hl7.org/fhir/ValueSet/bundle-type|4.0.1)

                                                                                Indicates the purpose of a bundle - how it is intended to be used.

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

                                                                                The date/time that the bundle was assembled - i.e. when the resources were placed in the bundle.

                                                                                ShortReport instance datetime
                                                                                Comments

                                                                                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.

                                                                                Control1..1
                                                                                Typeinstant
                                                                                Is Modifierfalse
                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                Obligations
                                                                                  ObligationsActorSource
                                                                                  SHALL:populateCreator (IPS)from Bundle (EPS)
                                                                                  SHALL:handleConsumer (IPS)from Bundle (EPS)
                                                                                  SHALL:populate & SHALL:handleCreator (IPS)EHDSI Handlerfrom Bundle (EPS)
                                                                                  SHALL:handleConsumer (IPS)from Bundle (EPS)
                                                                                  Summarytrue
                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                  16. Bundle.total
                                                                                  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.

                                                                                  ShortIf search, the total number of matches
                                                                                  Comments

                                                                                  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.

                                                                                  Control0..1
                                                                                  This element is affected by the following invariants: bdl-1
                                                                                  TypeunsignedInt
                                                                                  Is Modifierfalse
                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                  Summarytrue
                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                  18. Bundle.link
                                                                                  Definition

                                                                                  A series of links that provide context to this bundle.

                                                                                  ShortLinks related to this Bundle
                                                                                  Comments

                                                                                  Both Bundle.link and Bundle.entry.link are defined to support providing additional context when Bundles are used (e.g. HATEOAS).

                                                                                  Bundle.entry.link corresponds to links found in the HTTP header if the resource in the entry was read directly.

                                                                                  This specification defines some specific uses of Bundle.link for searching and paging, but no specific uses for Bundle.entry.link, and no defined function in a transaction - the meaning is implementation specific.

                                                                                  Control0..0
                                                                                  TypeBackboneElement
                                                                                  Is Modifierfalse
                                                                                  Summarytrue
                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                  25. Bundle.entry
                                                                                  Definition

                                                                                  An entry resource included in the patient summary document bundle resource.

                                                                                  ShortEntry resource in the patient summary bundle
                                                                                  Comments

                                                                                  Must contain the IPS Composition as the first entry (only a single Composition resource instance may be included) and a Patient resource. Additional constraints are specified in the IPS Composition profile.

                                                                                  Control2..*
                                                                                  TypeBackboneElement
                                                                                  Is Modifierfalse
                                                                                  Obligations
                                                                                    ObligationsActor
                                                                                    SHALL:handleEHDSI Handler
                                                                                    Summarytrue
                                                                                    Invariantsbdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                                                                                    bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                                                                                    ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                    SlicingThis element introduces a set of slices on Bundle.entry. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                    • type @ resource
                                                                                    • profile @ resource
                                                                                    • 27. Bundle.entry.id
                                                                                      Definition

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

                                                                                      ShortUnique id for inter-element referencing
                                                                                      Control0..1
                                                                                      Typestring
                                                                                      Is Modifierfalse
                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                      Summaryfalse
                                                                                      29. Bundle.entry.extension
                                                                                      Definition

                                                                                      May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                      ShortAdditional content defined by implementations
                                                                                      Comments

                                                                                      There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                                                                      May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                      Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                      ShortExtensions that cannot be ignored even if unrecognized
                                                                                      Comments

                                                                                      There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                                                                      Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

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

                                                                                      A series of links that provide context to this entry.

                                                                                      ShortLinks related to this entry
                                                                                      Control0..*
                                                                                      TypeSeettp://hl7.org/fhir/StructureDefinition/Bundle#Bundle.link
                                                                                      Is Modifierfalse
                                                                                      Summarytrue
                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                      35. Bundle.entry.fullUrl
                                                                                      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.
                                                                                      ShortURI for resource (Absolute URL server address or URI for UUID/OID)
                                                                                      Comments

                                                                                      fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).

                                                                                      Control1..1
                                                                                      Typeuri
                                                                                      Is Modifierfalse
                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                      Summarytrue
                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                      37. Bundle.entry.resource
                                                                                      Definition

                                                                                      The Resource for the entry. The purpose/meaning of the resource is determined by the Bundle.type.

                                                                                      ShortA resource in the bundle
                                                                                      Control1..1
                                                                                      TypeResource
                                                                                      Is Modifierfalse
                                                                                      Summarytrue
                                                                                      39. Bundle.entry.search
                                                                                      Definition

                                                                                      Information about the search process that lead to the creation of this entry.

                                                                                      ShortSearch related information
                                                                                      Control0..0
                                                                                      This element is affected by the following invariants: bdl-2
                                                                                      TypeBackboneElement
                                                                                      Is Modifierfalse
                                                                                      Summarytrue
                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                      46. Bundle.entry.request
                                                                                      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.

                                                                                      ShortAdditional execution information (transaction/batch/history)
                                                                                      Control0..0
                                                                                      This element is affected by the following invariants: bdl-3
                                                                                      TypeBackboneElement
                                                                                      Is Modifierfalse
                                                                                      Summarytrue
                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                      57. Bundle.entry.response
                                                                                      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.

                                                                                      ShortResults of execution (transaction/batch/history)
                                                                                      Control0..0
                                                                                      This element is affected by the following invariants: bdl-4
                                                                                      TypeBackboneElement
                                                                                      Is Modifierfalse
                                                                                      Summarytrue
                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                      67. Bundle.entry:composition
                                                                                      Slice Namecomposition
                                                                                      Definition

                                                                                      An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

                                                                                      ShortEntry in the bundle - will have a resource or information
                                                                                      Control1..1
                                                                                      TypeBackboneElement
                                                                                      Is Modifierfalse
                                                                                      Obligations
                                                                                        ObligationsActorSource
                                                                                        SHALL:populateCreator (IPS)from Bundle (EPS)
                                                                                        SHALL:handleConsumer (IPS)from Bundle (EPS)
                                                                                        SHOULD:displayConsumer (IPS)from Bundle (EPS)
                                                                                        Summarytrue
                                                                                        Invariantsbdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                                                                                        bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                                                                                        ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                        69. Bundle.entry:composition.id
                                                                                        Definition

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

                                                                                        ShortUnique id for inter-element referencing
                                                                                        Control0..1
                                                                                        Typestring
                                                                                        Is Modifierfalse
                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                        Summaryfalse
                                                                                        71. Bundle.entry:composition.extension
                                                                                        Definition

                                                                                        May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                        ShortAdditional content defined by implementations
                                                                                        Comments

                                                                                        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                                                                        May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                        Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                        ShortExtensions that cannot be ignored even if unrecognized
                                                                                        Comments

                                                                                        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                                                                        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

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

                                                                                        A series of links that provide context to this entry.

                                                                                        ShortLinks related to this entry
                                                                                        Control0..*
                                                                                        TypeSeettp://hl7.org/fhir/StructureDefinition/Bundle#Bundle.link
                                                                                        Is Modifierfalse
                                                                                        Summarytrue
                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                        77. Bundle.entry:composition.fullUrl
                                                                                        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.
                                                                                        ShortURI for resource (Absolute URL server address or URI for UUID/OID)
                                                                                        Comments

                                                                                        fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).

                                                                                        Control1..1
                                                                                        Typeuri
                                                                                        Is Modifierfalse
                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                        Summarytrue
                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                        79. Bundle.entry:composition.resource
                                                                                        Definition

                                                                                        Patient Summary composition. A composition is a set of healthcare-related information that is assembled together into a single logical document that provides a single coherent statement of meaning, establishes its own context and that has clinical attestation with regard to who is making the statement. While a Composition defines the structure, it does not actually contain the content: rather the full content of a document is contained in a Bundle, of which the Composition is the first resource contained.

                                                                                        ShortPatient Summary composition
                                                                                        Comments

                                                                                        While the focus of this specification is on patient-specific clinical statements, this resource can also apply to other healthcare-related statements such as study protocol designs, healthcare invoices and other activities that are not necessarily patient-specific or clinical.

                                                                                        Control1..1
                                                                                        TypeComposition(Composition: EPS)
                                                                                        Is Modifierfalse
                                                                                        Obligations
                                                                                          ObligationsActor
                                                                                          SHALL:handleEHDSI Handler
                                                                                          Summaryfalse
                                                                                          81. Bundle.entry:composition.search
                                                                                          Definition

                                                                                          Information about the search process that lead to the creation of this entry.

                                                                                          ShortSearch related information
                                                                                          Control0..0
                                                                                          This element is affected by the following invariants: bdl-2
                                                                                          TypeBackboneElement
                                                                                          Is Modifierfalse
                                                                                          Summarytrue
                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                          88. Bundle.entry:composition.request
                                                                                          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.

                                                                                          ShortAdditional execution information (transaction/batch/history)
                                                                                          Control0..0
                                                                                          This element is affected by the following invariants: bdl-3
                                                                                          TypeBackboneElement
                                                                                          Is Modifierfalse
                                                                                          Summarytrue
                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                          99. Bundle.entry:composition.response
                                                                                          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.

                                                                                          ShortResults of execution (transaction/batch/history)
                                                                                          Control0..0
                                                                                          This element is affected by the following invariants: bdl-4
                                                                                          TypeBackboneElement
                                                                                          Is Modifierfalse
                                                                                          Summarytrue
                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                          109. Bundle.entry:patient
                                                                                          Slice Namepatient
                                                                                          Definition

                                                                                          An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

                                                                                          ShortEntry in the bundle - will have a resource or information
                                                                                          Control1..1
                                                                                          TypeBackboneElement
                                                                                          Is Modifierfalse
                                                                                          Summarytrue
                                                                                          Invariantsbdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                                                                                          bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                                                                                          ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                          111. Bundle.entry:patient.id
                                                                                          Definition

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

                                                                                          ShortUnique id for inter-element referencing
                                                                                          Control0..1
                                                                                          Typestring
                                                                                          Is Modifierfalse
                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                          Summaryfalse
                                                                                          113. Bundle.entry:patient.extension
                                                                                          Definition

                                                                                          May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                          ShortAdditional content defined by implementations
                                                                                          Comments

                                                                                          There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                                                                          May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                          Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                          ShortExtensions that cannot be ignored even if unrecognized
                                                                                          Comments

                                                                                          There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                                                                          Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

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

                                                                                          A series of links that provide context to this entry.

                                                                                          ShortLinks related to this entry
                                                                                          Control0..*
                                                                                          TypeSeettp://hl7.org/fhir/StructureDefinition/Bundle#Bundle.link
                                                                                          Is Modifierfalse
                                                                                          Summarytrue
                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                          119. Bundle.entry:patient.fullUrl
                                                                                          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.
                                                                                          ShortURI for resource (Absolute URL server address or URI for UUID/OID)
                                                                                          Comments

                                                                                          fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).

                                                                                          Control1..1
                                                                                          Typeuri
                                                                                          Is Modifierfalse
                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                          Summarytrue
                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                          121. Bundle.entry:patient.resource
                                                                                          Definition

                                                                                          Demographics and other administrative information about an individual or animal receiving care or other health-related services.

                                                                                          ShortInformation about an individual or animal receiving health care services
                                                                                          Control1..1
                                                                                          TypePatient(Patient (EPS))
                                                                                          Is Modifierfalse
                                                                                          Obligations
                                                                                            ObligationsActor
                                                                                            SHALL:handleEHDSI Handler
                                                                                            Summaryfalse
                                                                                            Alternate NamesSubjectOfCare Client Resident
                                                                                            123. Bundle.entry:patient.search
                                                                                            Definition

                                                                                            Information about the search process that lead to the creation of this entry.

                                                                                            ShortSearch related information
                                                                                            Control0..0
                                                                                            This element is affected by the following invariants: bdl-2
                                                                                            TypeBackboneElement
                                                                                            Is Modifierfalse
                                                                                            Summarytrue
                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                            130. Bundle.entry:patient.request
                                                                                            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.

                                                                                            ShortAdditional execution information (transaction/batch/history)
                                                                                            Control0..0
                                                                                            This element is affected by the following invariants: bdl-3
                                                                                            TypeBackboneElement
                                                                                            Is Modifierfalse
                                                                                            Summarytrue
                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                            141. Bundle.entry:patient.response
                                                                                            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.

                                                                                            ShortResults of execution (transaction/batch/history)
                                                                                            Control0..0
                                                                                            This element is affected by the following invariants: bdl-4
                                                                                            TypeBackboneElement
                                                                                            Is Modifierfalse
                                                                                            Summarytrue
                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                            151. Bundle.entry:allergyintolerance
                                                                                            Slice Nameallergyintolerance
                                                                                            Definition

                                                                                            An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

                                                                                            ShortEntry in the bundle - will have a resource or information
                                                                                            Control0..*
                                                                                            TypeBackboneElement
                                                                                            Is Modifierfalse
                                                                                            Summarytrue
                                                                                            Invariantsbdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                                                                                            bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                                                                                            ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                            153. Bundle.entry:allergyintolerance.id
                                                                                            Definition

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

                                                                                            ShortUnique id for inter-element referencing
                                                                                            Control0..1
                                                                                            Typestring
                                                                                            Is Modifierfalse
                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                            Summaryfalse
                                                                                            155. Bundle.entry:allergyintolerance.extension
                                                                                            Definition

                                                                                            May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                            ShortAdditional content defined by implementations
                                                                                            Comments

                                                                                            There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                                                                            May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                            Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                            ShortExtensions that cannot be ignored even if unrecognized
                                                                                            Comments

                                                                                            There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                                                                            Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

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

                                                                                            A series of links that provide context to this entry.

                                                                                            ShortLinks related to this entry
                                                                                            Control0..*
                                                                                            TypeSeettp://hl7.org/fhir/StructureDefinition/Bundle#Bundle.link
                                                                                            Is Modifierfalse
                                                                                            Summarytrue
                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                            161. Bundle.entry:allergyintolerance.fullUrl
                                                                                            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.
                                                                                            ShortURI for resource (Absolute URL server address or URI for UUID/OID)
                                                                                            Comments

                                                                                            fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).

                                                                                            Control1..1
                                                                                            Typeuri
                                                                                            Is Modifierfalse
                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                            Summarytrue
                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                            163. Bundle.entry:allergyintolerance.resource
                                                                                            Definition

                                                                                            Risk of harmful or undesirable, physiological response which is unique to an individual and associated with exposure to a substance.

                                                                                            ShortAllergy or Intolerance (generally: Risk of adverse reaction to a substance)
                                                                                            Comments

                                                                                            Substances include, but are not limited to: a therapeutic substance administered correctly at an appropriate dosage for the individual; food; material derived from plants or animals; or venom from insect stings.

                                                                                            Control1..1
                                                                                            TypeAllergyIntolerance(Allergy Intolerance: MyHealth@EU EPS)
                                                                                            Is Modifierfalse
                                                                                            Obligations
                                                                                              ObligationsActor
                                                                                              SHALL:handleEHDSI Handler
                                                                                              Summaryfalse
                                                                                              Alternate NamesAllergy, Intolerance, Adverse Reaction
                                                                                              165. Bundle.entry:allergyintolerance.search
                                                                                              Definition

                                                                                              Information about the search process that lead to the creation of this entry.

                                                                                              ShortSearch related information
                                                                                              Control0..0
                                                                                              This element is affected by the following invariants: bdl-2
                                                                                              TypeBackboneElement
                                                                                              Is Modifierfalse
                                                                                              Summarytrue
                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                              172. Bundle.entry:allergyintolerance.request
                                                                                              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.

                                                                                              ShortAdditional execution information (transaction/batch/history)
                                                                                              Control0..0
                                                                                              This element is affected by the following invariants: bdl-3
                                                                                              TypeBackboneElement
                                                                                              Is Modifierfalse
                                                                                              Summarytrue
                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                              183. Bundle.entry:allergyintolerance.response
                                                                                              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.

                                                                                              ShortResults of execution (transaction/batch/history)
                                                                                              Control0..0
                                                                                              This element is affected by the following invariants: bdl-4
                                                                                              TypeBackboneElement
                                                                                              Is Modifierfalse
                                                                                              Summarytrue
                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                              193. Bundle.entry:careplan
                                                                                              Slice Namecareplan
                                                                                              Definition

                                                                                              An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

                                                                                              ShortEntry in the bundle - will have a resource or information
                                                                                              Control0..*
                                                                                              TypeBackboneElement
                                                                                              Is Modifierfalse
                                                                                              Summarytrue
                                                                                              Invariantsbdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                                                                                              bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                                                                                              ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                              195. Bundle.entry:careplan.id
                                                                                              Definition

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

                                                                                              ShortUnique id for inter-element referencing
                                                                                              Control0..1
                                                                                              Typestring
                                                                                              Is Modifierfalse
                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                              Summaryfalse
                                                                                              197. Bundle.entry:careplan.extension
                                                                                              Definition

                                                                                              May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                              ShortAdditional content defined by implementations
                                                                                              Comments

                                                                                              There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                                                                              May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                              Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                              ShortExtensions that cannot be ignored even if unrecognized
                                                                                              Comments

                                                                                              There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                                                                              Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

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

                                                                                              A series of links that provide context to this entry.

                                                                                              ShortLinks related to this entry
                                                                                              Control0..*
                                                                                              TypeSeettp://hl7.org/fhir/StructureDefinition/Bundle#Bundle.link
                                                                                              Is Modifierfalse
                                                                                              Summarytrue
                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                              203. Bundle.entry:careplan.fullUrl
                                                                                              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.
                                                                                              ShortURI for resource (Absolute URL server address or URI for UUID/OID)
                                                                                              Comments

                                                                                              fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).

                                                                                              Control1..1
                                                                                              Typeuri
                                                                                              Is Modifierfalse
                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                              Summarytrue
                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                              205. Bundle.entry:careplan.resource
                                                                                              Definition

                                                                                              The Resource for the entry. The purpose/meaning of the resource is determined by the Bundle.type.

                                                                                              ShortA resource in the bundle
                                                                                              Control1..1
                                                                                              TypeCarePlan
                                                                                              Is Modifierfalse
                                                                                              Summarytrue
                                                                                              207. Bundle.entry:careplan.search
                                                                                              Definition

                                                                                              Information about the search process that lead to the creation of this entry.

                                                                                              ShortSearch related information
                                                                                              Control0..0
                                                                                              This element is affected by the following invariants: bdl-2
                                                                                              TypeBackboneElement
                                                                                              Is Modifierfalse
                                                                                              Summarytrue
                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                              214. Bundle.entry:careplan.request
                                                                                              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.

                                                                                              ShortAdditional execution information (transaction/batch/history)
                                                                                              Control0..0
                                                                                              This element is affected by the following invariants: bdl-3
                                                                                              TypeBackboneElement
                                                                                              Is Modifierfalse
                                                                                              Summarytrue
                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                              225. Bundle.entry:careplan.response
                                                                                              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.

                                                                                              ShortResults of execution (transaction/batch/history)
                                                                                              Control0..0
                                                                                              This element is affected by the following invariants: bdl-4
                                                                                              TypeBackboneElement
                                                                                              Is Modifierfalse
                                                                                              Summarytrue
                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                              235. Bundle.entry:condition
                                                                                              Slice Namecondition
                                                                                              Definition

                                                                                              An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

                                                                                              ShortEntry in the bundle - will have a resource or information
                                                                                              Control0..*
                                                                                              TypeBackboneElement
                                                                                              Is Modifierfalse
                                                                                              Summarytrue
                                                                                              Invariantsbdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                                                                                              bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                                                                                              ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                              237. Bundle.entry:condition.id
                                                                                              Definition

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

                                                                                              ShortUnique id for inter-element referencing
                                                                                              Control0..1
                                                                                              Typestring
                                                                                              Is Modifierfalse
                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                              Summaryfalse
                                                                                              239. Bundle.entry:condition.extension
                                                                                              Definition

                                                                                              May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                              ShortAdditional content defined by implementations
                                                                                              Comments

                                                                                              There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                                                                              May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                              Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                              ShortExtensions that cannot be ignored even if unrecognized
                                                                                              Comments

                                                                                              There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                                                                              Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

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

                                                                                              A series of links that provide context to this entry.

                                                                                              ShortLinks related to this entry
                                                                                              Control0..*
                                                                                              TypeSeettp://hl7.org/fhir/StructureDefinition/Bundle#Bundle.link
                                                                                              Is Modifierfalse
                                                                                              Summarytrue
                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                              245. Bundle.entry:condition.fullUrl
                                                                                              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.
                                                                                              ShortURI for resource (Absolute URL server address or URI for UUID/OID)
                                                                                              Comments

                                                                                              fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).

                                                                                              Control1..1
                                                                                              Typeuri
                                                                                              Is Modifierfalse
                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                              Summarytrue
                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                              247. Bundle.entry:condition.resource
                                                                                              Definition

                                                                                              A clinical condition, problem, diagnosis, or other event, situation, issue, or clinical concept that has risen to a level of concern.

                                                                                              ShortDetailed information about conditions, problems or diagnoses
                                                                                              Control1..1
                                                                                              TypeCondition(Condition: EPS)
                                                                                              Is Modifierfalse
                                                                                              Obligations
                                                                                                ObligationsActor
                                                                                                SHALL:handleEHDSI Handler
                                                                                                Summaryfalse
                                                                                                249. Bundle.entry:condition.search
                                                                                                Definition

                                                                                                Information about the search process that lead to the creation of this entry.

                                                                                                ShortSearch related information
                                                                                                Control0..0
                                                                                                This element is affected by the following invariants: bdl-2
                                                                                                TypeBackboneElement
                                                                                                Is Modifierfalse
                                                                                                Summarytrue
                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                256. Bundle.entry:condition.request
                                                                                                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.

                                                                                                ShortAdditional execution information (transaction/batch/history)
                                                                                                Control0..0
                                                                                                This element is affected by the following invariants: bdl-3
                                                                                                TypeBackboneElement
                                                                                                Is Modifierfalse
                                                                                                Summarytrue
                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                267. Bundle.entry:condition.response
                                                                                                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.

                                                                                                ShortResults of execution (transaction/batch/history)
                                                                                                Control0..0
                                                                                                This element is affected by the following invariants: bdl-4
                                                                                                TypeBackboneElement
                                                                                                Is Modifierfalse
                                                                                                Summarytrue
                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                277. Bundle.entry:device
                                                                                                Slice Namedevice
                                                                                                Definition

                                                                                                An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

                                                                                                ShortEntry in the bundle - will have a resource or information
                                                                                                Control0..*
                                                                                                TypeBackboneElement
                                                                                                Is Modifierfalse
                                                                                                Summarytrue
                                                                                                Invariantsbdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                                                                                                bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                                                                                                ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                279. Bundle.entry:device.id
                                                                                                Definition

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

                                                                                                ShortUnique id for inter-element referencing
                                                                                                Control0..1
                                                                                                Typestring
                                                                                                Is Modifierfalse
                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                Summaryfalse
                                                                                                281. Bundle.entry:device.extension
                                                                                                Definition

                                                                                                May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                ShortAdditional content defined by implementations
                                                                                                Comments

                                                                                                There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                                                                                May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                                Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                                ShortExtensions that cannot be ignored even if unrecognized
                                                                                                Comments

                                                                                                There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                                                                                Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

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

                                                                                                A series of links that provide context to this entry.

                                                                                                ShortLinks related to this entry
                                                                                                Control0..*
                                                                                                TypeSeettp://hl7.org/fhir/StructureDefinition/Bundle#Bundle.link
                                                                                                Is Modifierfalse
                                                                                                Summarytrue
                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                287. Bundle.entry:device.fullUrl
                                                                                                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.
                                                                                                ShortURI for resource (Absolute URL server address or URI for UUID/OID)
                                                                                                Comments

                                                                                                fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).

                                                                                                Control1..1
                                                                                                Typeuri
                                                                                                Is Modifierfalse
                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                Summarytrue
                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                289. Bundle.entry:device.resource
                                                                                                Definition

                                                                                                A type of a manufactured item that is used in the provision of healthcare without being substantially changed through that activity. The device may be a medical or non-medical device.

                                                                                                ShortItem used in healthcare
                                                                                                Control1..1
                                                                                                TypeDevice(Device: EPS)
                                                                                                Is Modifierfalse
                                                                                                Obligations
                                                                                                  ObligationsActor
                                                                                                  SHALL:handleEHDSI Handler
                                                                                                  Summaryfalse
                                                                                                  291. Bundle.entry:device.search
                                                                                                  Definition

                                                                                                  Information about the search process that lead to the creation of this entry.

                                                                                                  ShortSearch related information
                                                                                                  Control0..0
                                                                                                  This element is affected by the following invariants: bdl-2
                                                                                                  TypeBackboneElement
                                                                                                  Is Modifierfalse
                                                                                                  Summarytrue
                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                  298. Bundle.entry:device.request
                                                                                                  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.

                                                                                                  ShortAdditional execution information (transaction/batch/history)
                                                                                                  Control0..0
                                                                                                  This element is affected by the following invariants: bdl-3
                                                                                                  TypeBackboneElement
                                                                                                  Is Modifierfalse
                                                                                                  Summarytrue
                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                  309. Bundle.entry:device.response
                                                                                                  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.

                                                                                                  ShortResults of execution (transaction/batch/history)
                                                                                                  Control0..0
                                                                                                  This element is affected by the following invariants: bdl-4
                                                                                                  TypeBackboneElement
                                                                                                  Is Modifierfalse
                                                                                                  Summarytrue
                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                  319. Bundle.entry:deviceusestatement
                                                                                                  Slice Namedeviceusestatement
                                                                                                  Definition

                                                                                                  An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

                                                                                                  ShortEntry in the bundle - will have a resource or information
                                                                                                  Control0..*
                                                                                                  TypeBackboneElement
                                                                                                  Is Modifierfalse
                                                                                                  Summarytrue
                                                                                                  Invariantsbdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                                                                                                  bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                                                                                                  ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                  321. Bundle.entry:deviceusestatement.id
                                                                                                  Definition

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

                                                                                                  ShortUnique id for inter-element referencing
                                                                                                  Control0..1
                                                                                                  Typestring
                                                                                                  Is Modifierfalse
                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                  Summaryfalse
                                                                                                  323. Bundle.entry:deviceusestatement.extension
                                                                                                  Definition

                                                                                                  May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                  ShortAdditional content defined by implementations
                                                                                                  Comments

                                                                                                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                                                                                  May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                                  Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                                  ShortExtensions that cannot be ignored even if unrecognized
                                                                                                  Comments

                                                                                                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                                                                                  Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

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

                                                                                                  A series of links that provide context to this entry.

                                                                                                  ShortLinks related to this entry
                                                                                                  Control0..*
                                                                                                  TypeSeettp://hl7.org/fhir/StructureDefinition/Bundle#Bundle.link
                                                                                                  Is Modifierfalse
                                                                                                  Summarytrue
                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                  329. Bundle.entry:deviceusestatement.fullUrl
                                                                                                  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.
                                                                                                  ShortURI for resource (Absolute URL server address or URI for UUID/OID)
                                                                                                  Comments

                                                                                                  fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).

                                                                                                  Control1..1
                                                                                                  Typeuri
                                                                                                  Is Modifierfalse
                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                  Summarytrue
                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                  331. Bundle.entry:deviceusestatement.resource
                                                                                                  Definition

                                                                                                  A record of a device being used by a patient where the record is the result of a report from the patient or another clinician.

                                                                                                  ShortRecord of use of a device
                                                                                                  Control1..1
                                                                                                  TypeDeviceUseStatement(DeviceUseStatement: EPS)
                                                                                                  Is Modifierfalse
                                                                                                  Obligations
                                                                                                    ObligationsActor
                                                                                                    SHALL:handleEHDSI Handler
                                                                                                    Summaryfalse
                                                                                                    333. Bundle.entry:deviceusestatement.search
                                                                                                    Definition

                                                                                                    Information about the search process that lead to the creation of this entry.

                                                                                                    ShortSearch related information
                                                                                                    Control0..0
                                                                                                    This element is affected by the following invariants: bdl-2
                                                                                                    TypeBackboneElement
                                                                                                    Is Modifierfalse
                                                                                                    Summarytrue
                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                    340. Bundle.entry:deviceusestatement.request
                                                                                                    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.

                                                                                                    ShortAdditional execution information (transaction/batch/history)
                                                                                                    Control0..0
                                                                                                    This element is affected by the following invariants: bdl-3
                                                                                                    TypeBackboneElement
                                                                                                    Is Modifierfalse
                                                                                                    Summarytrue
                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                    351. Bundle.entry:deviceusestatement.response
                                                                                                    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.

                                                                                                    ShortResults of execution (transaction/batch/history)
                                                                                                    Control0..0
                                                                                                    This element is affected by the following invariants: bdl-4
                                                                                                    TypeBackboneElement
                                                                                                    Is Modifierfalse
                                                                                                    Summarytrue
                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                    361. Bundle.entry:diagnosticreport
                                                                                                    Slice Namediagnosticreport
                                                                                                    Definition

                                                                                                    An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

                                                                                                    ShortEntry in the bundle - will have a resource or information
                                                                                                    Control0..*
                                                                                                    TypeBackboneElement
                                                                                                    Is Modifierfalse
                                                                                                    Summarytrue
                                                                                                    Invariantsbdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                                                                                                    bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                                                                                                    ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                    363. Bundle.entry:diagnosticreport.id
                                                                                                    Definition

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

                                                                                                    ShortUnique id for inter-element referencing
                                                                                                    Control0..1
                                                                                                    Typestring
                                                                                                    Is Modifierfalse
                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                    Summaryfalse
                                                                                                    365. Bundle.entry:diagnosticreport.extension
                                                                                                    Definition

                                                                                                    May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                    ShortAdditional content defined by implementations
                                                                                                    Comments

                                                                                                    There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                                                                                    May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                                    Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                                    ShortExtensions that cannot be ignored even if unrecognized
                                                                                                    Comments

                                                                                                    There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                                                                                    Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

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

                                                                                                    A series of links that provide context to this entry.

                                                                                                    ShortLinks related to this entry
                                                                                                    Control0..*
                                                                                                    TypeSeettp://hl7.org/fhir/StructureDefinition/Bundle#Bundle.link
                                                                                                    Is Modifierfalse
                                                                                                    Summarytrue
                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                    371. Bundle.entry:diagnosticreport.fullUrl
                                                                                                    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.
                                                                                                    ShortURI for resource (Absolute URL server address or URI for UUID/OID)
                                                                                                    Comments

                                                                                                    fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).

                                                                                                    Control1..1
                                                                                                    Typeuri
                                                                                                    Is Modifierfalse
                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                    Summarytrue
                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                    373. Bundle.entry:diagnosticreport.resource
                                                                                                    Definition

                                                                                                    Diagnostic Report EU core

                                                                                                    ShortDiagnostic Report EU core
                                                                                                    Comments

                                                                                                    This is intended to capture a single report and is not suitable for use in displaying summary information that covers multiple reports. For example, this resource has not been designed for laboratory cumulative reporting formats nor detailed structured reports for sequencing.

                                                                                                    Control1..1
                                                                                                    TypeDiagnosticReport(DiagnosticReport (EPS))
                                                                                                    Is Modifierfalse
                                                                                                    Summaryfalse
                                                                                                    Alternate NamesReport, Test, Result, Results, Labs, Laboratory
                                                                                                    375. Bundle.entry:diagnosticreport.search
                                                                                                    Definition

                                                                                                    Information about the search process that lead to the creation of this entry.

                                                                                                    ShortSearch related information
                                                                                                    Control0..0
                                                                                                    This element is affected by the following invariants: bdl-2
                                                                                                    TypeBackboneElement
                                                                                                    Is Modifierfalse
                                                                                                    Summarytrue
                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                    382. Bundle.entry:diagnosticreport.request
                                                                                                    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.

                                                                                                    ShortAdditional execution information (transaction/batch/history)
                                                                                                    Control0..0
                                                                                                    This element is affected by the following invariants: bdl-3
                                                                                                    TypeBackboneElement
                                                                                                    Is Modifierfalse
                                                                                                    Summarytrue
                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                    393. Bundle.entry:diagnosticreport.response
                                                                                                    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.

                                                                                                    ShortResults of execution (transaction/batch/history)
                                                                                                    Control0..0
                                                                                                    This element is affected by the following invariants: bdl-4
                                                                                                    TypeBackboneElement
                                                                                                    Is Modifierfalse
                                                                                                    Summarytrue
                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                    403. Bundle.entry:flag
                                                                                                    Slice Nameflag
                                                                                                    Definition

                                                                                                    An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

                                                                                                    ShortEntry in the bundle - will have a resource or information
                                                                                                    Control0..*
                                                                                                    TypeBackboneElement
                                                                                                    Is Modifierfalse
                                                                                                    Summarytrue
                                                                                                    Invariantsbdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                                                                                                    bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                                                                                                    ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                    405. Bundle.entry:flag.id
                                                                                                    Definition

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

                                                                                                    ShortUnique id for inter-element referencing
                                                                                                    Control0..1
                                                                                                    Typestring
                                                                                                    Is Modifierfalse
                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                    Summaryfalse
                                                                                                    407. Bundle.entry:flag.extension
                                                                                                    Definition

                                                                                                    May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                    ShortAdditional content defined by implementations
                                                                                                    Comments

                                                                                                    There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                                                                                    May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                                    Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                                    ShortExtensions that cannot be ignored even if unrecognized
                                                                                                    Comments

                                                                                                    There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                                                                                    Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

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

                                                                                                    A series of links that provide context to this entry.

                                                                                                    ShortLinks related to this entry
                                                                                                    Control0..*
                                                                                                    TypeSeettp://hl7.org/fhir/StructureDefinition/Bundle#Bundle.link
                                                                                                    Is Modifierfalse
                                                                                                    Summarytrue
                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                    413. Bundle.entry:flag.fullUrl
                                                                                                    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.
                                                                                                    ShortURI for resource (Absolute URL server address or URI for UUID/OID)
                                                                                                    Comments

                                                                                                    fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).

                                                                                                    Control1..1
                                                                                                    Typeuri
                                                                                                    Is Modifierfalse
                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                    Summarytrue
                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                    415. Bundle.entry:flag.resource
                                                                                                    Definition

                                                                                                    Prospective warnings of potential issues when providing care to the patient.

                                                                                                    ShortKey information to flag to healthcare providers
                                                                                                    Control1..1
                                                                                                    TypeFlag(Flag:Patient (EPS))
                                                                                                    Is Modifierfalse
                                                                                                    Obligations
                                                                                                      ObligationsActor
                                                                                                      SHALL:handleEHDSI Handler
                                                                                                      Summaryfalse
                                                                                                      Alternate NamesBarriers to Care, Alert, Warning
                                                                                                      417. Bundle.entry:flag.search
                                                                                                      Definition

                                                                                                      Information about the search process that lead to the creation of this entry.

                                                                                                      ShortSearch related information
                                                                                                      Control0..0
                                                                                                      This element is affected by the following invariants: bdl-2
                                                                                                      TypeBackboneElement
                                                                                                      Is Modifierfalse
                                                                                                      Summarytrue
                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                      424. Bundle.entry:flag.request
                                                                                                      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.

                                                                                                      ShortAdditional execution information (transaction/batch/history)
                                                                                                      Control0..0
                                                                                                      This element is affected by the following invariants: bdl-3
                                                                                                      TypeBackboneElement
                                                                                                      Is Modifierfalse
                                                                                                      Summarytrue
                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                      435. Bundle.entry:flag.response
                                                                                                      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.

                                                                                                      ShortResults of execution (transaction/batch/history)
                                                                                                      Control0..0
                                                                                                      This element is affected by the following invariants: bdl-4
                                                                                                      TypeBackboneElement
                                                                                                      Is Modifierfalse
                                                                                                      Summarytrue
                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                      445. Bundle.entry:imagingstudy
                                                                                                      Slice Nameimagingstudy
                                                                                                      Definition

                                                                                                      An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

                                                                                                      ShortEntry in the bundle - will have a resource or information
                                                                                                      Control0..*
                                                                                                      TypeBackboneElement
                                                                                                      Is Modifierfalse
                                                                                                      Summarytrue
                                                                                                      Invariantsbdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                                                                                                      bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                                                                                                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                      447. Bundle.entry:imagingstudy.id
                                                                                                      Definition

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

                                                                                                      ShortUnique id for inter-element referencing
                                                                                                      Control0..1
                                                                                                      Typestring
                                                                                                      Is Modifierfalse
                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                      Summaryfalse
                                                                                                      449. Bundle.entry:imagingstudy.extension
                                                                                                      Definition

                                                                                                      May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                      ShortAdditional content defined by implementations
                                                                                                      Comments

                                                                                                      There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                                                                                      May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                                      Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                                      ShortExtensions that cannot be ignored even if unrecognized
                                                                                                      Comments

                                                                                                      There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                                                                                      Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

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

                                                                                                      A series of links that provide context to this entry.

                                                                                                      ShortLinks related to this entry
                                                                                                      Control0..*
                                                                                                      TypeSeettp://hl7.org/fhir/StructureDefinition/Bundle#Bundle.link
                                                                                                      Is Modifierfalse
                                                                                                      Summarytrue
                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                      455. Bundle.entry:imagingstudy.fullUrl
                                                                                                      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.
                                                                                                      ShortURI for resource (Absolute URL server address or URI for UUID/OID)
                                                                                                      Comments

                                                                                                      fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).

                                                                                                      Control1..1
                                                                                                      Typeuri
                                                                                                      Is Modifierfalse
                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                      Summarytrue
                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                      457. Bundle.entry:imagingstudy.resource
                                                                                                      Definition

                                                                                                      Representation of the content produced in a DICOM imaging study. A study comprises a set of series, each of which includes a set of Service-Object Pair Instances (SOP Instances - images or other data) acquired or produced in a common context. A series is of only one modality (e.g. X-ray, CT, MR, ultrasound), but a study may have multiple series of different modalities.

                                                                                                      ShortA set of images produced in single study (one or more series of references images)
                                                                                                      Control1..1
                                                                                                      TypeImagingStudy(ImagingStudy (IPS))
                                                                                                      Is Modifierfalse
                                                                                                      Summaryfalse
                                                                                                      459. Bundle.entry:imagingstudy.search
                                                                                                      Definition

                                                                                                      Information about the search process that lead to the creation of this entry.

                                                                                                      ShortSearch related information
                                                                                                      Control0..0
                                                                                                      This element is affected by the following invariants: bdl-2
                                                                                                      TypeBackboneElement
                                                                                                      Is Modifierfalse
                                                                                                      Summarytrue
                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                      466. Bundle.entry:imagingstudy.request
                                                                                                      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.

                                                                                                      ShortAdditional execution information (transaction/batch/history)
                                                                                                      Control0..0
                                                                                                      This element is affected by the following invariants: bdl-3
                                                                                                      TypeBackboneElement
                                                                                                      Is Modifierfalse
                                                                                                      Summarytrue
                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                      477. Bundle.entry:imagingstudy.response
                                                                                                      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.

                                                                                                      ShortResults of execution (transaction/batch/history)
                                                                                                      Control0..0
                                                                                                      This element is affected by the following invariants: bdl-4
                                                                                                      TypeBackboneElement
                                                                                                      Is Modifierfalse
                                                                                                      Summarytrue
                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                      487. Bundle.entry:immunization
                                                                                                      Slice Nameimmunization
                                                                                                      Definition

                                                                                                      An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

                                                                                                      ShortEntry in the bundle - will have a resource or information
                                                                                                      Control0..*
                                                                                                      TypeBackboneElement
                                                                                                      Is Modifierfalse
                                                                                                      Summarytrue
                                                                                                      Invariantsbdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                                                                                                      bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                                                                                                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                      489. Bundle.entry:immunization.id
                                                                                                      Definition

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

                                                                                                      ShortUnique id for inter-element referencing
                                                                                                      Control0..1
                                                                                                      Typestring
                                                                                                      Is Modifierfalse
                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                      Summaryfalse
                                                                                                      491. Bundle.entry:immunization.extension
                                                                                                      Definition

                                                                                                      May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                      ShortAdditional content defined by implementations
                                                                                                      Comments

                                                                                                      There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                                                                                      May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                                      Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                                      ShortExtensions that cannot be ignored even if unrecognized
                                                                                                      Comments

                                                                                                      There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                                                                                      Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

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

                                                                                                      A series of links that provide context to this entry.

                                                                                                      ShortLinks related to this entry
                                                                                                      Control0..*
                                                                                                      TypeSeettp://hl7.org/fhir/StructureDefinition/Bundle#Bundle.link
                                                                                                      Is Modifierfalse
                                                                                                      Summarytrue
                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                      497. Bundle.entry:immunization.fullUrl
                                                                                                      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.
                                                                                                      ShortURI for resource (Absolute URL server address or URI for UUID/OID)
                                                                                                      Comments

                                                                                                      fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).

                                                                                                      Control1..1
                                                                                                      Typeuri
                                                                                                      Is Modifierfalse
                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                      Summarytrue
                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                      499. Bundle.entry:immunization.resource
                                                                                                      Definition

                                                                                                      Describes the event of a patient being administered a vaccine or a record of an immunization as reported by a patient, a clinician or another party.

                                                                                                      ShortImmunization event information
                                                                                                      Control1..1
                                                                                                      TypeImmunization(Immunization Obligations (EPS))
                                                                                                      Is Modifierfalse
                                                                                                      Summaryfalse
                                                                                                      501. Bundle.entry:immunization.search
                                                                                                      Definition

                                                                                                      Information about the search process that lead to the creation of this entry.

                                                                                                      ShortSearch related information
                                                                                                      Control0..0
                                                                                                      This element is affected by the following invariants: bdl-2
                                                                                                      TypeBackboneElement
                                                                                                      Is Modifierfalse
                                                                                                      Summarytrue
                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                      508. Bundle.entry:immunization.request
                                                                                                      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.

                                                                                                      ShortAdditional execution information (transaction/batch/history)
                                                                                                      Control0..0
                                                                                                      This element is affected by the following invariants: bdl-3
                                                                                                      TypeBackboneElement
                                                                                                      Is Modifierfalse
                                                                                                      Summarytrue
                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                      519. Bundle.entry:immunization.response
                                                                                                      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.

                                                                                                      ShortResults of execution (transaction/batch/history)
                                                                                                      Control0..0
                                                                                                      This element is affected by the following invariants: bdl-4
                                                                                                      TypeBackboneElement
                                                                                                      Is Modifierfalse
                                                                                                      Summarytrue
                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                      529. Bundle.entry:medication
                                                                                                      Slice Namemedication
                                                                                                      Definition

                                                                                                      An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

                                                                                                      ShortEntry in the bundle - will have a resource or information
                                                                                                      Control0..*
                                                                                                      TypeBackboneElement
                                                                                                      Is Modifierfalse
                                                                                                      Summarytrue
                                                                                                      Invariantsbdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                                                                                                      bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                                                                                                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                      531. Bundle.entry:medication.id
                                                                                                      Definition

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

                                                                                                      ShortUnique id for inter-element referencing
                                                                                                      Control0..1
                                                                                                      Typestring
                                                                                                      Is Modifierfalse
                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                      Summaryfalse
                                                                                                      533. Bundle.entry:medication.extension
                                                                                                      Definition

                                                                                                      May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                      ShortAdditional content defined by implementations
                                                                                                      Comments

                                                                                                      There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                                                                                      May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                                      Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                                      ShortExtensions that cannot be ignored even if unrecognized
                                                                                                      Comments

                                                                                                      There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                                                                                      Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

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

                                                                                                      A series of links that provide context to this entry.

                                                                                                      ShortLinks related to this entry
                                                                                                      Control0..*
                                                                                                      TypeSeettp://hl7.org/fhir/StructureDefinition/Bundle#Bundle.link
                                                                                                      Is Modifierfalse
                                                                                                      Summarytrue
                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                      539. Bundle.entry:medication.fullUrl
                                                                                                      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.
                                                                                                      ShortURI for resource (Absolute URL server address or URI for UUID/OID)
                                                                                                      Comments

                                                                                                      fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).

                                                                                                      Control1..1
                                                                                                      Typeuri
                                                                                                      Is Modifierfalse
                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                      Summarytrue
                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                      541. Bundle.entry:medication.resource
                                                                                                      Definition

                                                                                                      This resource is primarily used for the identification and definition of a medication for the purposes of prescribing, dispensing, and administering a medication as well as for making statements about medication use.

                                                                                                      ShortDefinition of a Medication
                                                                                                      Control1..1
                                                                                                      TypeMedication(Medication: EPS)
                                                                                                      Is Modifierfalse
                                                                                                      Obligations
                                                                                                        ObligationsActor
                                                                                                        SHALL:handleEHDSI Handler
                                                                                                        Summaryfalse
                                                                                                        543. Bundle.entry:medication.search
                                                                                                        Definition

                                                                                                        Information about the search process that lead to the creation of this entry.

                                                                                                        ShortSearch related information
                                                                                                        Control0..0
                                                                                                        This element is affected by the following invariants: bdl-2
                                                                                                        TypeBackboneElement
                                                                                                        Is Modifierfalse
                                                                                                        Summarytrue
                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                        550. Bundle.entry:medication.request
                                                                                                        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.

                                                                                                        ShortAdditional execution information (transaction/batch/history)
                                                                                                        Control0..0
                                                                                                        This element is affected by the following invariants: bdl-3
                                                                                                        TypeBackboneElement
                                                                                                        Is Modifierfalse
                                                                                                        Summarytrue
                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                        561. Bundle.entry:medication.response
                                                                                                        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.

                                                                                                        ShortResults of execution (transaction/batch/history)
                                                                                                        Control0..0
                                                                                                        This element is affected by the following invariants: bdl-4
                                                                                                        TypeBackboneElement
                                                                                                        Is Modifierfalse
                                                                                                        Summarytrue
                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                        571. Bundle.entry:medicationrequest
                                                                                                        Slice Namemedicationrequest
                                                                                                        Definition

                                                                                                        An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

                                                                                                        ShortEntry in the bundle - will have a resource or information
                                                                                                        Control0..*
                                                                                                        TypeBackboneElement
                                                                                                        Is Modifierfalse
                                                                                                        Summarytrue
                                                                                                        Invariantsbdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                                                                                                        bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                                                                                                        ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                        573. Bundle.entry:medicationrequest.id
                                                                                                        Definition

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

                                                                                                        ShortUnique id for inter-element referencing
                                                                                                        Control0..1
                                                                                                        Typestring
                                                                                                        Is Modifierfalse
                                                                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                        Summaryfalse
                                                                                                        575. Bundle.entry:medicationrequest.extension
                                                                                                        Definition

                                                                                                        May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                        ShortAdditional content defined by implementations
                                                                                                        Comments

                                                                                                        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                                                                                        May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                                        Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                                        ShortExtensions that cannot be ignored even if unrecognized
                                                                                                        Comments

                                                                                                        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                                                                                        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

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

                                                                                                        A series of links that provide context to this entry.

                                                                                                        ShortLinks related to this entry
                                                                                                        Control0..*
                                                                                                        TypeSeettp://hl7.org/fhir/StructureDefinition/Bundle#Bundle.link
                                                                                                        Is Modifierfalse
                                                                                                        Summarytrue
                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                        581. Bundle.entry:medicationrequest.fullUrl
                                                                                                        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.
                                                                                                        ShortURI for resource (Absolute URL server address or URI for UUID/OID)
                                                                                                        Comments

                                                                                                        fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).

                                                                                                        Control1..1
                                                                                                        Typeuri
                                                                                                        Is Modifierfalse
                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                        Summarytrue
                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                        583. Bundle.entry:medicationrequest.resource
                                                                                                        Definition

                                                                                                        An order or request for both supply of the medication and the instructions for administration of the medication to a patient. The resource is called "MedicationRequest" rather than "MedicationPrescription" or "MedicationOrder" to generalize the use across inpatient and outpatient settings, including care plans, etc., and to harmonize with workflow patterns.

                                                                                                        ShortOrdering of medication for patient or group
                                                                                                        Control1..1
                                                                                                        TypeMedicationRequest(MedicationRequest: EPS)
                                                                                                        Is Modifierfalse
                                                                                                        Obligations
                                                                                                          ObligationsActor
                                                                                                          SHALL:handleEHDSI Handler
                                                                                                          Summaryfalse
                                                                                                          Alternate NamesPrescription, Order
                                                                                                          585. Bundle.entry:medicationrequest.search
                                                                                                          Definition

                                                                                                          Information about the search process that lead to the creation of this entry.

                                                                                                          ShortSearch related information
                                                                                                          Control0..0
                                                                                                          This element is affected by the following invariants: bdl-2
                                                                                                          TypeBackboneElement
                                                                                                          Is Modifierfalse
                                                                                                          Summarytrue
                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                          592. Bundle.entry:medicationrequest.request
                                                                                                          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.

                                                                                                          ShortAdditional execution information (transaction/batch/history)
                                                                                                          Control0..0
                                                                                                          This element is affected by the following invariants: bdl-3
                                                                                                          TypeBackboneElement
                                                                                                          Is Modifierfalse
                                                                                                          Summarytrue
                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                          603. Bundle.entry:medicationrequest.response
                                                                                                          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.

                                                                                                          ShortResults of execution (transaction/batch/history)
                                                                                                          Control0..0
                                                                                                          This element is affected by the following invariants: bdl-4
                                                                                                          TypeBackboneElement
                                                                                                          Is Modifierfalse
                                                                                                          Summarytrue
                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                          613. Bundle.entry:medicationstatement
                                                                                                          Slice Namemedicationstatement
                                                                                                          Definition

                                                                                                          An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

                                                                                                          ShortEntry in the bundle - will have a resource or information
                                                                                                          Control0..*
                                                                                                          TypeBackboneElement
                                                                                                          Is Modifierfalse
                                                                                                          Summarytrue
                                                                                                          Invariantsbdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                                                                                                          bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                                                                                                          ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                          615. Bundle.entry:medicationstatement.id
                                                                                                          Definition

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

                                                                                                          ShortUnique id for inter-element referencing
                                                                                                          Control0..1
                                                                                                          Typestring
                                                                                                          Is Modifierfalse
                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                          Summaryfalse
                                                                                                          617. Bundle.entry:medicationstatement.extension
                                                                                                          Definition

                                                                                                          May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                          ShortAdditional content defined by implementations
                                                                                                          Comments

                                                                                                          There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                                                                                          May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                                          Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                                          ShortExtensions that cannot be ignored even if unrecognized
                                                                                                          Comments

                                                                                                          There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                                                                                          Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

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

                                                                                                          A series of links that provide context to this entry.

                                                                                                          ShortLinks related to this entry
                                                                                                          Control0..*
                                                                                                          TypeSeettp://hl7.org/fhir/StructureDefinition/Bundle#Bundle.link
                                                                                                          Is Modifierfalse
                                                                                                          Summarytrue
                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                          623. Bundle.entry:medicationstatement.fullUrl
                                                                                                          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.
                                                                                                          ShortURI for resource (Absolute URL server address or URI for UUID/OID)
                                                                                                          Comments

                                                                                                          fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).

                                                                                                          Control1..1
                                                                                                          Typeuri
                                                                                                          Is Modifierfalse
                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                          Summarytrue
                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                          625. Bundle.entry:medicationstatement.resource
                                                                                                          Definition

                                                                                                          A record of a medication that is being consumed by a patient. A MedicationStatement may indicate that the patient may be taking the medication now or has taken the medication in the past or will be taking the medication in the future. The source of this information can be the patient, significant other (such as a family member or spouse), or a clinician. A common scenario where this information is captured is during the history taking process during a patient visit or stay. The medication information may come from sources such as the patient's memory, from a prescription bottle, or from a list of medications the patient, clinician or other party maintains.

                                                                                                          The primary difference between a medication statement and a medication administration is that the medication administration has complete administration information and is based on actual administration information from the person who administered the medication. A medication statement is often, if not always, less specific. There is no required date/time when the medication was administered, in fact we only know that a source has reported the patient is taking this medication, where details such as time, quantity, or rate or even medication product may be incomplete or missing or less precise. As stated earlier, the medication statement information may come from the patient's memory, from a prescription bottle or from a list of medications the patient, clinician or other party maintains. Medication administration is more formal and is not missing detailed information.

                                                                                                          ShortRecord of medication being taken by a patient
                                                                                                          Comments

                                                                                                          When interpreting a medicationStatement, the value of the status and NotTaken needed to be considered: MedicationStatement.status + MedicationStatement.wasNotTaken Status=Active + NotTaken=T = Not currently taking Status=Completed + NotTaken=T = Not taken in the past Status=Intended + NotTaken=T = No intention of taking Status=Active + NotTaken=F = Taking, but not as prescribed Status=Active + NotTaken=F = Taking Status=Intended +NotTaken= F = Will be taking (not started) Status=Completed + NotTaken=F = Taken in past Status=In Error + NotTaken=N/A = In Error.

                                                                                                          Control1..1
                                                                                                          TypeMedicationStatement(MedicationStatement (MyHealthEU EPS))
                                                                                                          Is Modifierfalse
                                                                                                          Obligations
                                                                                                            ObligationsActor
                                                                                                            SHALL:handleEHDSI Handler
                                                                                                            Summaryfalse
                                                                                                            627. Bundle.entry:medicationstatement.search
                                                                                                            Definition

                                                                                                            Information about the search process that lead to the creation of this entry.

                                                                                                            ShortSearch related information
                                                                                                            Control0..0
                                                                                                            This element is affected by the following invariants: bdl-2
                                                                                                            TypeBackboneElement
                                                                                                            Is Modifierfalse
                                                                                                            Summarytrue
                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                            634. Bundle.entry:medicationstatement.request
                                                                                                            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.

                                                                                                            ShortAdditional execution information (transaction/batch/history)
                                                                                                            Control0..0
                                                                                                            This element is affected by the following invariants: bdl-3
                                                                                                            TypeBackboneElement
                                                                                                            Is Modifierfalse
                                                                                                            Summarytrue
                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                            645. Bundle.entry:medicationstatement.response
                                                                                                            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.

                                                                                                            ShortResults of execution (transaction/batch/history)
                                                                                                            Control0..0
                                                                                                            This element is affected by the following invariants: bdl-4
                                                                                                            TypeBackboneElement
                                                                                                            Is Modifierfalse
                                                                                                            Summarytrue
                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                            655. Bundle.entry:practitioner
                                                                                                            Slice Namepractitioner
                                                                                                            Definition

                                                                                                            An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

                                                                                                            ShortEntry in the bundle - will have a resource or information
                                                                                                            Control0..*
                                                                                                            TypeBackboneElement
                                                                                                            Is Modifierfalse
                                                                                                            Summarytrue
                                                                                                            Invariantsbdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                                                                                                            bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                                                                                                            ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                            657. Bundle.entry:practitioner.id
                                                                                                            Definition

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

                                                                                                            ShortUnique id for inter-element referencing
                                                                                                            Control0..1
                                                                                                            Typestring
                                                                                                            Is Modifierfalse
                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                            Summaryfalse
                                                                                                            659. Bundle.entry:practitioner.extension
                                                                                                            Definition

                                                                                                            May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                            ShortAdditional content defined by implementations
                                                                                                            Comments

                                                                                                            There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                                                                                            May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                                            Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                                            ShortExtensions that cannot be ignored even if unrecognized
                                                                                                            Comments

                                                                                                            There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                                                                                            Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

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

                                                                                                            A series of links that provide context to this entry.

                                                                                                            ShortLinks related to this entry
                                                                                                            Control0..*
                                                                                                            TypeSeettp://hl7.org/fhir/StructureDefinition/Bundle#Bundle.link
                                                                                                            Is Modifierfalse
                                                                                                            Summarytrue
                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                            665. Bundle.entry:practitioner.fullUrl
                                                                                                            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.
                                                                                                            ShortURI for resource (Absolute URL server address or URI for UUID/OID)
                                                                                                            Comments

                                                                                                            fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).

                                                                                                            Control1..1
                                                                                                            Typeuri
                                                                                                            Is Modifierfalse
                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                            Summarytrue
                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                            667. Bundle.entry:practitioner.resource
                                                                                                            Definition

                                                                                                            A person who is directly or indirectly involved in the provisioning of healthcare.

                                                                                                            ShortA person with a formal responsibility in the provisioning of healthcare or related services
                                                                                                            Control1..1
                                                                                                            TypePractitioner(Practitioner (MyHealthEu EPS))
                                                                                                            Is Modifierfalse
                                                                                                            Obligations
                                                                                                              ObligationsActor
                                                                                                              SHALL:handleEHDSI Handler
                                                                                                              Summaryfalse
                                                                                                              669. Bundle.entry:practitioner.search
                                                                                                              Definition

                                                                                                              Information about the search process that lead to the creation of this entry.

                                                                                                              ShortSearch related information
                                                                                                              Control0..0
                                                                                                              This element is affected by the following invariants: bdl-2
                                                                                                              TypeBackboneElement
                                                                                                              Is Modifierfalse
                                                                                                              Summarytrue
                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                              676. Bundle.entry:practitioner.request
                                                                                                              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.

                                                                                                              ShortAdditional execution information (transaction/batch/history)
                                                                                                              Control0..0
                                                                                                              This element is affected by the following invariants: bdl-3
                                                                                                              TypeBackboneElement
                                                                                                              Is Modifierfalse
                                                                                                              Summarytrue
                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                              687. Bundle.entry:practitioner.response
                                                                                                              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.

                                                                                                              ShortResults of execution (transaction/batch/history)
                                                                                                              Control0..0
                                                                                                              This element is affected by the following invariants: bdl-4
                                                                                                              TypeBackboneElement
                                                                                                              Is Modifierfalse
                                                                                                              Summarytrue
                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                              697. Bundle.entry:practitionerrole
                                                                                                              Slice Namepractitionerrole
                                                                                                              Definition

                                                                                                              An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

                                                                                                              ShortEntry in the bundle - will have a resource or information
                                                                                                              Control0..*
                                                                                                              TypeBackboneElement
                                                                                                              Is Modifierfalse
                                                                                                              Summarytrue
                                                                                                              Invariantsbdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                                                                                                              bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                                                                                                              ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                              699. Bundle.entry:practitionerrole.id
                                                                                                              Definition

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

                                                                                                              ShortUnique id for inter-element referencing
                                                                                                              Control0..1
                                                                                                              Typestring
                                                                                                              Is Modifierfalse
                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                              Summaryfalse
                                                                                                              701. Bundle.entry:practitionerrole.extension
                                                                                                              Definition

                                                                                                              May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                              ShortAdditional content defined by implementations
                                                                                                              Comments

                                                                                                              There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                                                                                              May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                                              Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                                              ShortExtensions that cannot be ignored even if unrecognized
                                                                                                              Comments

                                                                                                              There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                                                                                              Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

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

                                                                                                              A series of links that provide context to this entry.

                                                                                                              ShortLinks related to this entry
                                                                                                              Control0..*
                                                                                                              TypeSeettp://hl7.org/fhir/StructureDefinition/Bundle#Bundle.link
                                                                                                              Is Modifierfalse
                                                                                                              Summarytrue
                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                              707. Bundle.entry:practitionerrole.fullUrl
                                                                                                              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.
                                                                                                              ShortURI for resource (Absolute URL server address or URI for UUID/OID)
                                                                                                              Comments

                                                                                                              fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).

                                                                                                              Control1..1
                                                                                                              Typeuri
                                                                                                              Is Modifierfalse
                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                              Summarytrue
                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                              709. Bundle.entry:practitionerrole.resource
                                                                                                              Definition

                                                                                                              A specific set of Roles/Locations/specialties/services that a practitioner may perform at an organization for a period of time.

                                                                                                              ShortRoles/organizations the practitioner is associated with
                                                                                                              Control1..1
                                                                                                              TypePractitionerRole(PractitionerRole (MyHealthEu EPS))
                                                                                                              Is Modifierfalse
                                                                                                              Obligations
                                                                                                                ObligationsActor
                                                                                                                SHALL:handleEHDSI Handler
                                                                                                                Summaryfalse
                                                                                                                711. Bundle.entry:practitionerrole.search
                                                                                                                Definition

                                                                                                                Information about the search process that lead to the creation of this entry.

                                                                                                                ShortSearch related information
                                                                                                                Control0..0
                                                                                                                This element is affected by the following invariants: bdl-2
                                                                                                                TypeBackboneElement
                                                                                                                Is Modifierfalse
                                                                                                                Summarytrue
                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                718. Bundle.entry:practitionerrole.request
                                                                                                                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.

                                                                                                                ShortAdditional execution information (transaction/batch/history)
                                                                                                                Control0..0
                                                                                                                This element is affected by the following invariants: bdl-3
                                                                                                                TypeBackboneElement
                                                                                                                Is Modifierfalse
                                                                                                                Summarytrue
                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                729. Bundle.entry:practitionerrole.response
                                                                                                                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.

                                                                                                                ShortResults of execution (transaction/batch/history)
                                                                                                                Control0..0
                                                                                                                This element is affected by the following invariants: bdl-4
                                                                                                                TypeBackboneElement
                                                                                                                Is Modifierfalse
                                                                                                                Summarytrue
                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                739. Bundle.entry:procedure
                                                                                                                Slice Nameprocedure
                                                                                                                Definition

                                                                                                                An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

                                                                                                                ShortEntry in the bundle - will have a resource or information
                                                                                                                Control0..*
                                                                                                                TypeBackboneElement
                                                                                                                Is Modifierfalse
                                                                                                                Summarytrue
                                                                                                                Invariantsbdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                                                                                                                bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                                                                                                                ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                741. Bundle.entry:procedure.id
                                                                                                                Definition

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

                                                                                                                ShortUnique id for inter-element referencing
                                                                                                                Control0..1
                                                                                                                Typestring
                                                                                                                Is Modifierfalse
                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                Summaryfalse
                                                                                                                743. Bundle.entry:procedure.extension
                                                                                                                Definition

                                                                                                                May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                ShortAdditional content defined by implementations
                                                                                                                Comments

                                                                                                                There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                                                                                                May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                                                Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                                                ShortExtensions that cannot be ignored even if unrecognized
                                                                                                                Comments

                                                                                                                There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                                                                                                Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

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

                                                                                                                A series of links that provide context to this entry.

                                                                                                                ShortLinks related to this entry
                                                                                                                Control0..*
                                                                                                                TypeSeettp://hl7.org/fhir/StructureDefinition/Bundle#Bundle.link
                                                                                                                Is Modifierfalse
                                                                                                                Summarytrue
                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                749. Bundle.entry:procedure.fullUrl
                                                                                                                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.
                                                                                                                ShortURI for resource (Absolute URL server address or URI for UUID/OID)
                                                                                                                Comments

                                                                                                                fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).

                                                                                                                Control1..1
                                                                                                                Typeuri
                                                                                                                Is Modifierfalse
                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                Summarytrue
                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                751. Bundle.entry:procedure.resource
                                                                                                                Definition

                                                                                                                An action that is or was performed on or for a patient. This can be a physical intervention like an operation, or less invasive like long term services, counseling, or hypnotherapy.

                                                                                                                ShortAn action that is being or was performed on a patient
                                                                                                                Control1..1
                                                                                                                TypeProcedure(Procedure (EPS))
                                                                                                                Is Modifierfalse
                                                                                                                Obligations
                                                                                                                  ObligationsActor
                                                                                                                  SHALL:handleEHDSI Handler
                                                                                                                  Summaryfalse
                                                                                                                  753. Bundle.entry:procedure.search
                                                                                                                  Definition

                                                                                                                  Information about the search process that lead to the creation of this entry.

                                                                                                                  ShortSearch related information
                                                                                                                  Control0..0
                                                                                                                  This element is affected by the following invariants: bdl-2
                                                                                                                  TypeBackboneElement
                                                                                                                  Is Modifierfalse
                                                                                                                  Summarytrue
                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  760. Bundle.entry:procedure.request
                                                                                                                  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.

                                                                                                                  ShortAdditional execution information (transaction/batch/history)
                                                                                                                  Control0..0
                                                                                                                  This element is affected by the following invariants: bdl-3
                                                                                                                  TypeBackboneElement
                                                                                                                  Is Modifierfalse
                                                                                                                  Summarytrue
                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  771. Bundle.entry:procedure.response
                                                                                                                  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.

                                                                                                                  ShortResults of execution (transaction/batch/history)
                                                                                                                  Control0..0
                                                                                                                  This element is affected by the following invariants: bdl-4
                                                                                                                  TypeBackboneElement
                                                                                                                  Is Modifierfalse
                                                                                                                  Summarytrue
                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  781. Bundle.entry:observation-pregnancy-edd
                                                                                                                  Slice Nameobservation-pregnancy-edd
                                                                                                                  Definition

                                                                                                                  An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

                                                                                                                  ShortEntry in the bundle - will have a resource or information
                                                                                                                  Control0..*
                                                                                                                  TypeBackboneElement
                                                                                                                  Is Modifierfalse
                                                                                                                  Summarytrue
                                                                                                                  Invariantsbdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                                                                                                                  bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                                                                                                                  ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  783. Bundle.entry:observation-pregnancy-edd.id
                                                                                                                  Definition

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

                                                                                                                  ShortUnique id for inter-element referencing
                                                                                                                  Control0..1
                                                                                                                  Typestring
                                                                                                                  Is Modifierfalse
                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                  Summaryfalse
                                                                                                                  785. Bundle.entry:observation-pregnancy-edd.extension
                                                                                                                  Definition

                                                                                                                  May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                  ShortAdditional content defined by implementations
                                                                                                                  Comments

                                                                                                                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                                                                                                  May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                                                  Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                                                  ShortExtensions that cannot be ignored even if unrecognized
                                                                                                                  Comments

                                                                                                                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                                                                                                  Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                                                                                  Alternate Namesextensions, user content, modifiers
                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                  789. Bundle.entry:observation-pregnancy-edd.link
                                                                                                                  Definition

                                                                                                                  A series of links that provide context to this entry.

                                                                                                                  ShortLinks related to this entry
                                                                                                                  Control0..*
                                                                                                                  TypeSeettp://hl7.org/fhir/StructureDefinition/Bundle#Bundle.link
                                                                                                                  Is Modifierfalse
                                                                                                                  Summarytrue
                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  791. Bundle.entry:observation-pregnancy-edd.fullUrl
                                                                                                                  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.
                                                                                                                  ShortURI for resource (Absolute URL server address or URI for UUID/OID)
                                                                                                                  Comments

                                                                                                                  fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).

                                                                                                                  Control1..1
                                                                                                                  Typeuri
                                                                                                                  Is Modifierfalse
                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                  Summarytrue
                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  793. Bundle.entry:observation-pregnancy-edd.resource
                                                                                                                  Definition

                                                                                                                  Measurements and simple assertions made about a patient, device or other subject.

                                                                                                                  ShortMeasurements and simple assertions
                                                                                                                  Comments

                                                                                                                  Used for simple observations such as device measurements, laboratory atomic results, vital signs, height, weight, smoking status, comments, etc. Other resources are used to provide context for observations such as laboratory reports, etc.

                                                                                                                  Control1..1
                                                                                                                  TypeObservation(Observation Pregnancy - Expected Delivery Date (EPS))
                                                                                                                  Is Modifierfalse
                                                                                                                  Summaryfalse
                                                                                                                  Alternate NamesVital Signs, Measurement, Results, Tests
                                                                                                                  795. Bundle.entry:observation-pregnancy-edd.search
                                                                                                                  Definition

                                                                                                                  Information about the search process that lead to the creation of this entry.

                                                                                                                  ShortSearch related information
                                                                                                                  Control0..0
                                                                                                                  This element is affected by the following invariants: bdl-2
                                                                                                                  TypeBackboneElement
                                                                                                                  Is Modifierfalse
                                                                                                                  Summarytrue
                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  802. Bundle.entry:observation-pregnancy-edd.request
                                                                                                                  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.

                                                                                                                  ShortAdditional execution information (transaction/batch/history)
                                                                                                                  Control0..0
                                                                                                                  This element is affected by the following invariants: bdl-3
                                                                                                                  TypeBackboneElement
                                                                                                                  Is Modifierfalse
                                                                                                                  Summarytrue
                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  813. Bundle.entry:observation-pregnancy-edd.response
                                                                                                                  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.

                                                                                                                  ShortResults of execution (transaction/batch/history)
                                                                                                                  Control0..0
                                                                                                                  This element is affected by the following invariants: bdl-4
                                                                                                                  TypeBackboneElement
                                                                                                                  Is Modifierfalse
                                                                                                                  Summarytrue
                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  823. Bundle.entry:observation-pregnancy-outcome
                                                                                                                  Slice Nameobservation-pregnancy-outcome
                                                                                                                  Definition

                                                                                                                  An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

                                                                                                                  ShortEntry in the bundle - will have a resource or information
                                                                                                                  Control0..*
                                                                                                                  TypeBackboneElement
                                                                                                                  Is Modifierfalse
                                                                                                                  Summarytrue
                                                                                                                  Invariantsbdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                                                                                                                  bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                                                                                                                  ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  825. Bundle.entry:observation-pregnancy-outcome.id
                                                                                                                  Definition

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

                                                                                                                  ShortUnique id for inter-element referencing
                                                                                                                  Control0..1
                                                                                                                  Typestring
                                                                                                                  Is Modifierfalse
                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                  Summaryfalse
                                                                                                                  827. Bundle.entry:observation-pregnancy-outcome.extension
                                                                                                                  Definition

                                                                                                                  May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                  ShortAdditional content defined by implementations
                                                                                                                  Comments

                                                                                                                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                                                                                                  May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                                                  Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                                                  ShortExtensions that cannot be ignored even if unrecognized
                                                                                                                  Comments

                                                                                                                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                                                                                                  Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                                                                                  Alternate Namesextensions, user content, modifiers
                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                  831. Bundle.entry:observation-pregnancy-outcome.link
                                                                                                                  Definition

                                                                                                                  A series of links that provide context to this entry.

                                                                                                                  ShortLinks related to this entry
                                                                                                                  Control0..*
                                                                                                                  TypeSeettp://hl7.org/fhir/StructureDefinition/Bundle#Bundle.link
                                                                                                                  Is Modifierfalse
                                                                                                                  Summarytrue
                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  833. Bundle.entry:observation-pregnancy-outcome.fullUrl
                                                                                                                  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.
                                                                                                                  ShortURI for resource (Absolute URL server address or URI for UUID/OID)
                                                                                                                  Comments

                                                                                                                  fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).

                                                                                                                  Control1..1
                                                                                                                  Typeuri
                                                                                                                  Is Modifierfalse
                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                  Summarytrue
                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  835. Bundle.entry:observation-pregnancy-outcome.resource
                                                                                                                  Definition

                                                                                                                  Measurements and simple assertions made about a patient, device or other subject.

                                                                                                                  ShortMeasurements and simple assertions
                                                                                                                  Comments

                                                                                                                  Used for simple observations such as device measurements, laboratory atomic results, vital signs, height, weight, smoking status, comments, etc. Other resources are used to provide context for observations such as laboratory reports, etc.

                                                                                                                  Control1..1
                                                                                                                  TypeObservation(Observation Pregnancy - Outcome (EPS))
                                                                                                                  Is Modifierfalse
                                                                                                                  Summaryfalse
                                                                                                                  Alternate NamesVital Signs, Measurement, Results, Tests
                                                                                                                  837. Bundle.entry:observation-pregnancy-outcome.search
                                                                                                                  Definition

                                                                                                                  Information about the search process that lead to the creation of this entry.

                                                                                                                  ShortSearch related information
                                                                                                                  Control0..0
                                                                                                                  This element is affected by the following invariants: bdl-2
                                                                                                                  TypeBackboneElement
                                                                                                                  Is Modifierfalse
                                                                                                                  Summarytrue
                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  844. Bundle.entry:observation-pregnancy-outcome.request
                                                                                                                  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.

                                                                                                                  ShortAdditional execution information (transaction/batch/history)
                                                                                                                  Control0..0
                                                                                                                  This element is affected by the following invariants: bdl-3
                                                                                                                  TypeBackboneElement
                                                                                                                  Is Modifierfalse
                                                                                                                  Summarytrue
                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  855. Bundle.entry:observation-pregnancy-outcome.response
                                                                                                                  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.

                                                                                                                  ShortResults of execution (transaction/batch/history)
                                                                                                                  Control0..0
                                                                                                                  This element is affected by the following invariants: bdl-4
                                                                                                                  TypeBackboneElement
                                                                                                                  Is Modifierfalse
                                                                                                                  Summarytrue
                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  865. Bundle.entry:observation-pregnancy-status
                                                                                                                  Slice Nameobservation-pregnancy-status
                                                                                                                  Definition

                                                                                                                  An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

                                                                                                                  ShortEntry in the bundle - will have a resource or information
                                                                                                                  Control0..*
                                                                                                                  TypeBackboneElement
                                                                                                                  Is Modifierfalse
                                                                                                                  Summarytrue
                                                                                                                  Invariantsbdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                                                                                                                  bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                                                                                                                  ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  867. Bundle.entry:observation-pregnancy-status.id
                                                                                                                  Definition

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

                                                                                                                  ShortUnique id for inter-element referencing
                                                                                                                  Control0..1
                                                                                                                  Typestring
                                                                                                                  Is Modifierfalse
                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                  Summaryfalse
                                                                                                                  869. Bundle.entry:observation-pregnancy-status.extension
                                                                                                                  Definition

                                                                                                                  May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                  ShortAdditional content defined by implementations
                                                                                                                  Comments

                                                                                                                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                                                                                                  May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                                                  Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                                                  ShortExtensions that cannot be ignored even if unrecognized
                                                                                                                  Comments

                                                                                                                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                                                                                                  Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                                                                                  Alternate Namesextensions, user content, modifiers
                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                  873. Bundle.entry:observation-pregnancy-status.link
                                                                                                                  Definition

                                                                                                                  A series of links that provide context to this entry.

                                                                                                                  ShortLinks related to this entry
                                                                                                                  Control0..*
                                                                                                                  TypeSeettp://hl7.org/fhir/StructureDefinition/Bundle#Bundle.link
                                                                                                                  Is Modifierfalse
                                                                                                                  Summarytrue
                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  875. Bundle.entry:observation-pregnancy-status.fullUrl
                                                                                                                  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.
                                                                                                                  ShortURI for resource (Absolute URL server address or URI for UUID/OID)
                                                                                                                  Comments

                                                                                                                  fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).

                                                                                                                  Control1..1
                                                                                                                  Typeuri
                                                                                                                  Is Modifierfalse
                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                  Summarytrue
                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  877. Bundle.entry:observation-pregnancy-status.resource
                                                                                                                  Definition

                                                                                                                  Measurements and simple assertions made about a patient, device or other subject.

                                                                                                                  ShortMeasurements and simple assertions
                                                                                                                  Comments

                                                                                                                  Used for simple observations such as device measurements, laboratory atomic results, vital signs, height, weight, smoking status, comments, etc. Other resources are used to provide context for observations such as laboratory reports, etc.

                                                                                                                  Control1..1
                                                                                                                  TypeObservation(Observation Pregnancy - Status (EPS))
                                                                                                                  Is Modifierfalse
                                                                                                                  Summaryfalse
                                                                                                                  Alternate NamesVital Signs, Measurement, Results, Tests
                                                                                                                  879. Bundle.entry:observation-pregnancy-status.search
                                                                                                                  Definition

                                                                                                                  Information about the search process that lead to the creation of this entry.

                                                                                                                  ShortSearch related information
                                                                                                                  Control0..0
                                                                                                                  This element is affected by the following invariants: bdl-2
                                                                                                                  TypeBackboneElement
                                                                                                                  Is Modifierfalse
                                                                                                                  Summarytrue
                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  886. Bundle.entry:observation-pregnancy-status.request
                                                                                                                  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.

                                                                                                                  ShortAdditional execution information (transaction/batch/history)
                                                                                                                  Control0..0
                                                                                                                  This element is affected by the following invariants: bdl-3
                                                                                                                  TypeBackboneElement
                                                                                                                  Is Modifierfalse
                                                                                                                  Summarytrue
                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  897. Bundle.entry:observation-pregnancy-status.response
                                                                                                                  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.

                                                                                                                  ShortResults of execution (transaction/batch/history)
                                                                                                                  Control0..0
                                                                                                                  This element is affected by the following invariants: bdl-4
                                                                                                                  TypeBackboneElement
                                                                                                                  Is Modifierfalse
                                                                                                                  Summarytrue
                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  907. Bundle.entry:observation-alcohol-use
                                                                                                                  Slice Nameobservation-alcohol-use
                                                                                                                  Definition

                                                                                                                  An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

                                                                                                                  ShortEntry in the bundle - will have a resource or information
                                                                                                                  Control0..*
                                                                                                                  TypeBackboneElement
                                                                                                                  Is Modifierfalse
                                                                                                                  Summarytrue
                                                                                                                  Invariantsbdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                                                                                                                  bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                                                                                                                  ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  909. Bundle.entry:observation-alcohol-use.id
                                                                                                                  Definition

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

                                                                                                                  ShortUnique id for inter-element referencing
                                                                                                                  Control0..1
                                                                                                                  Typestring
                                                                                                                  Is Modifierfalse
                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                  Summaryfalse
                                                                                                                  911. Bundle.entry:observation-alcohol-use.extension
                                                                                                                  Definition

                                                                                                                  May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                  ShortAdditional content defined by implementations
                                                                                                                  Comments

                                                                                                                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                                                                                                  May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                                                  Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                                                  ShortExtensions that cannot be ignored even if unrecognized
                                                                                                                  Comments

                                                                                                                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                                                                                                  Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                                                                                  Alternate Namesextensions, user content, modifiers
                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                  915. Bundle.entry:observation-alcohol-use.link
                                                                                                                  Definition

                                                                                                                  A series of links that provide context to this entry.

                                                                                                                  ShortLinks related to this entry
                                                                                                                  Control0..*
                                                                                                                  TypeSeettp://hl7.org/fhir/StructureDefinition/Bundle#Bundle.link
                                                                                                                  Is Modifierfalse
                                                                                                                  Summarytrue
                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  917. Bundle.entry:observation-alcohol-use.fullUrl
                                                                                                                  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.
                                                                                                                  ShortURI for resource (Absolute URL server address or URI for UUID/OID)
                                                                                                                  Comments

                                                                                                                  fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).

                                                                                                                  Control1..1
                                                                                                                  Typeuri
                                                                                                                  Is Modifierfalse
                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                  Summarytrue
                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  919. Bundle.entry:observation-alcohol-use.resource
                                                                                                                  Definition

                                                                                                                  Measurements and simple assertions made about a patient, device or other subject.

                                                                                                                  ShortMeasurements and simple assertions
                                                                                                                  Comments

                                                                                                                  Used for simple observations such as device measurements, laboratory atomic results, vital signs, height, weight, smoking status, comments, etc. Other resources are used to provide context for observations such as laboratory reports, etc.

                                                                                                                  Control1..1
                                                                                                                  TypeObservation(Observation Social History - Alcohol Use (IPS))
                                                                                                                  Is Modifierfalse
                                                                                                                  Summaryfalse
                                                                                                                  Alternate NamesVital Signs, Measurement, Results, Tests
                                                                                                                  921. Bundle.entry:observation-alcohol-use.search
                                                                                                                  Definition

                                                                                                                  Information about the search process that lead to the creation of this entry.

                                                                                                                  ShortSearch related information
                                                                                                                  Control0..0
                                                                                                                  This element is affected by the following invariants: bdl-2
                                                                                                                  TypeBackboneElement
                                                                                                                  Is Modifierfalse
                                                                                                                  Summarytrue
                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  928. Bundle.entry:observation-alcohol-use.request
                                                                                                                  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.

                                                                                                                  ShortAdditional execution information (transaction/batch/history)
                                                                                                                  Control0..0
                                                                                                                  This element is affected by the following invariants: bdl-3
                                                                                                                  TypeBackboneElement
                                                                                                                  Is Modifierfalse
                                                                                                                  Summarytrue
                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  939. Bundle.entry:observation-alcohol-use.response
                                                                                                                  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.

                                                                                                                  ShortResults of execution (transaction/batch/history)
                                                                                                                  Control0..0
                                                                                                                  This element is affected by the following invariants: bdl-4
                                                                                                                  TypeBackboneElement
                                                                                                                  Is Modifierfalse
                                                                                                                  Summarytrue
                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  949. Bundle.entry:observation-tobacco-use
                                                                                                                  Slice Nameobservation-tobacco-use
                                                                                                                  Definition

                                                                                                                  An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

                                                                                                                  ShortEntry in the bundle - will have a resource or information
                                                                                                                  Control0..*
                                                                                                                  TypeBackboneElement
                                                                                                                  Is Modifierfalse
                                                                                                                  Summarytrue
                                                                                                                  Invariantsbdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                                                                                                                  bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                                                                                                                  ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  951. Bundle.entry:observation-tobacco-use.id
                                                                                                                  Definition

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

                                                                                                                  ShortUnique id for inter-element referencing
                                                                                                                  Control0..1
                                                                                                                  Typestring
                                                                                                                  Is Modifierfalse
                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                  Summaryfalse
                                                                                                                  953. Bundle.entry:observation-tobacco-use.extension
                                                                                                                  Definition

                                                                                                                  May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                  ShortAdditional content defined by implementations
                                                                                                                  Comments

                                                                                                                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                                                                                                  May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                                                  Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                                                  ShortExtensions that cannot be ignored even if unrecognized
                                                                                                                  Comments

                                                                                                                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                                                                                                  Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                                                                                  Alternate Namesextensions, user content, modifiers
                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                  957. Bundle.entry:observation-tobacco-use.link
                                                                                                                  Definition

                                                                                                                  A series of links that provide context to this entry.

                                                                                                                  ShortLinks related to this entry
                                                                                                                  Control0..*
                                                                                                                  TypeSeettp://hl7.org/fhir/StructureDefinition/Bundle#Bundle.link
                                                                                                                  Is Modifierfalse
                                                                                                                  Summarytrue
                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  959. Bundle.entry:observation-tobacco-use.fullUrl
                                                                                                                  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.
                                                                                                                  ShortURI for resource (Absolute URL server address or URI for UUID/OID)
                                                                                                                  Comments

                                                                                                                  fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).

                                                                                                                  Control1..1
                                                                                                                  Typeuri
                                                                                                                  Is Modifierfalse
                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                  Summarytrue
                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  961. Bundle.entry:observation-tobacco-use.resource
                                                                                                                  Definition

                                                                                                                  Measurements and simple assertions made about a patient, device or other subject.

                                                                                                                  ShortMeasurements and simple assertions
                                                                                                                  Comments

                                                                                                                  Used for simple observations such as device measurements, laboratory atomic results, vital signs, height, weight, smoking status, comments, etc. Other resources are used to provide context for observations such as laboratory reports, etc.

                                                                                                                  Control1..1
                                                                                                                  TypeObservation(Observation Social History - Tobacco Use (IPS))
                                                                                                                  Is Modifierfalse
                                                                                                                  Summaryfalse
                                                                                                                  Alternate NamesVital Signs, Measurement, Results, Tests
                                                                                                                  963. Bundle.entry:observation-tobacco-use.search
                                                                                                                  Definition

                                                                                                                  Information about the search process that lead to the creation of this entry.

                                                                                                                  ShortSearch related information
                                                                                                                  Control0..0
                                                                                                                  This element is affected by the following invariants: bdl-2
                                                                                                                  TypeBackboneElement
                                                                                                                  Is Modifierfalse
                                                                                                                  Summarytrue
                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  970. Bundle.entry:observation-tobacco-use.request
                                                                                                                  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.

                                                                                                                  ShortAdditional execution information (transaction/batch/history)
                                                                                                                  Control0..0
                                                                                                                  This element is affected by the following invariants: bdl-3
                                                                                                                  TypeBackboneElement
                                                                                                                  Is Modifierfalse
                                                                                                                  Summarytrue
                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  981. Bundle.entry:observation-tobacco-use.response
                                                                                                                  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.

                                                                                                                  ShortResults of execution (transaction/batch/history)
                                                                                                                  Control0..0
                                                                                                                  This element is affected by the following invariants: bdl-4
                                                                                                                  TypeBackboneElement
                                                                                                                  Is Modifierfalse
                                                                                                                  Summarytrue
                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  991. Bundle.entry:observation-vital-signs
                                                                                                                  Slice Nameobservation-vital-signs
                                                                                                                  Definition

                                                                                                                  An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

                                                                                                                  ShortEntry in the bundle - will have a resource or information
                                                                                                                  Control0..*
                                                                                                                  TypeBackboneElement
                                                                                                                  Is Modifierfalse
                                                                                                                  Summarytrue
                                                                                                                  Invariantsbdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                                                                                                                  bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                                                                                                                  ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  993. Bundle.entry:observation-vital-signs.id
                                                                                                                  Definition

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

                                                                                                                  ShortUnique id for inter-element referencing
                                                                                                                  Control0..1
                                                                                                                  Typestring
                                                                                                                  Is Modifierfalse
                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                  Summaryfalse
                                                                                                                  995. Bundle.entry:observation-vital-signs.extension
                                                                                                                  Definition

                                                                                                                  May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                  ShortAdditional content defined by implementations
                                                                                                                  Comments

                                                                                                                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                                                                                                  May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                                                  Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                                                  ShortExtensions that cannot be ignored even if unrecognized
                                                                                                                  Comments

                                                                                                                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                                                                                                  Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                                                                                  Alternate Namesextensions, user content, modifiers
                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                  999. Bundle.entry:observation-vital-signs.link
                                                                                                                  Definition

                                                                                                                  A series of links that provide context to this entry.

                                                                                                                  ShortLinks related to this entry
                                                                                                                  Control0..*
                                                                                                                  TypeSeettp://hl7.org/fhir/StructureDefinition/Bundle#Bundle.link
                                                                                                                  Is Modifierfalse
                                                                                                                  Summarytrue
                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  1001. Bundle.entry:observation-vital-signs.fullUrl
                                                                                                                  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.
                                                                                                                  ShortURI for resource (Absolute URL server address or URI for UUID/OID)
                                                                                                                  Comments

                                                                                                                  fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).

                                                                                                                  Control1..1
                                                                                                                  Typeuri
                                                                                                                  Is Modifierfalse
                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                  Summarytrue
                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  1003. Bundle.entry:observation-vital-signs.resource
                                                                                                                  Definition

                                                                                                                  The FHIR Vitals Signs profile sets minimum expectations for the Observation Resource to record, search and fetch the vital signs associated with a patient.

                                                                                                                  ShortFHIR Vital Signs Profile
                                                                                                                  Comments

                                                                                                                  Used for simple observations such as device measurements, laboratory atomic results, vital signs, height, weight, smoking status, comments, etc. Other resources are used to provide context for observations such as laboratory reports, etc.

                                                                                                                  Control1..1
                                                                                                                  TypeObservation(Vital Signs Profile)
                                                                                                                  Is Modifierfalse
                                                                                                                  Summaryfalse
                                                                                                                  Alternate NamesVital Signs, Measurement, Results, Tests
                                                                                                                  1005. Bundle.entry:observation-vital-signs.search
                                                                                                                  Definition

                                                                                                                  Information about the search process that lead to the creation of this entry.

                                                                                                                  ShortSearch related information
                                                                                                                  Control0..0
                                                                                                                  This element is affected by the following invariants: bdl-2
                                                                                                                  TypeBackboneElement
                                                                                                                  Is Modifierfalse
                                                                                                                  Summarytrue
                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  1012. Bundle.entry:observation-vital-signs.request
                                                                                                                  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.

                                                                                                                  ShortAdditional execution information (transaction/batch/history)
                                                                                                                  Control0..0
                                                                                                                  This element is affected by the following invariants: bdl-3
                                                                                                                  TypeBackboneElement
                                                                                                                  Is Modifierfalse
                                                                                                                  Summarytrue
                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  1023. Bundle.entry:observation-vital-signs.response
                                                                                                                  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.

                                                                                                                  ShortResults of execution (transaction/batch/history)
                                                                                                                  Control0..0
                                                                                                                  This element is affected by the following invariants: bdl-4
                                                                                                                  TypeBackboneElement
                                                                                                                  Is Modifierfalse
                                                                                                                  Summarytrue
                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  1033. Bundle.entry:organization
                                                                                                                  Slice Nameorganization
                                                                                                                  Definition

                                                                                                                  An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

                                                                                                                  ShortEntry in the bundle - will have a resource or information
                                                                                                                  Control0..*
                                                                                                                  TypeBackboneElement
                                                                                                                  Is Modifierfalse
                                                                                                                  Summarytrue
                                                                                                                  Invariantsbdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                                                                                                                  bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                                                                                                                  ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  1035. Bundle.entry:organization.id
                                                                                                                  Definition

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

                                                                                                                  ShortUnique id for inter-element referencing
                                                                                                                  Control0..1
                                                                                                                  Typestring
                                                                                                                  Is Modifierfalse
                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                  Summaryfalse
                                                                                                                  1037. Bundle.entry:organization.extension
                                                                                                                  Definition

                                                                                                                  May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                  ShortAdditional content defined by implementations
                                                                                                                  Comments

                                                                                                                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                                                                                                  May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                                                  Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                                                  ShortExtensions that cannot be ignored even if unrecognized
                                                                                                                  Comments

                                                                                                                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                                                                                                  Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

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

                                                                                                                  A series of links that provide context to this entry.

                                                                                                                  ShortLinks related to this entry
                                                                                                                  Control0..*
                                                                                                                  TypeSeettp://hl7.org/fhir/StructureDefinition/Bundle#Bundle.link
                                                                                                                  Is Modifierfalse
                                                                                                                  Summarytrue
                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  1043. Bundle.entry:organization.fullUrl
                                                                                                                  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.
                                                                                                                  ShortURI for resource (Absolute URL server address or URI for UUID/OID)
                                                                                                                  Comments

                                                                                                                  fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).

                                                                                                                  Control1..1
                                                                                                                  Typeuri
                                                                                                                  Is Modifierfalse
                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                  Summarytrue
                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  1045. Bundle.entry:organization.resource
                                                                                                                  Definition

                                                                                                                  A formally or informally recognized grouping of people or organizations formed for the purpose of achieving some form of collective action. Includes companies, institutions, corporations, departments, community groups, healthcare practice groups, payer/insurer, etc.

                                                                                                                  ShortA grouping of people or organizations with a common purpose
                                                                                                                  Control1..1
                                                                                                                  TypeOrganization(Organization (EPS))
                                                                                                                  Is Modifierfalse
                                                                                                                  Obligations
                                                                                                                    ObligationsActor
                                                                                                                    SHALL:handleEHDSI Handler
                                                                                                                    Summaryfalse
                                                                                                                    1047. Bundle.entry:organization.search
                                                                                                                    Definition

                                                                                                                    Information about the search process that lead to the creation of this entry.

                                                                                                                    ShortSearch related information
                                                                                                                    Control0..0
                                                                                                                    This element is affected by the following invariants: bdl-2
                                                                                                                    TypeBackboneElement
                                                                                                                    Is Modifierfalse
                                                                                                                    Summarytrue
                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                    1054. Bundle.entry:organization.request
                                                                                                                    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.

                                                                                                                    ShortAdditional execution information (transaction/batch/history)
                                                                                                                    Control0..0
                                                                                                                    This element is affected by the following invariants: bdl-3
                                                                                                                    TypeBackboneElement
                                                                                                                    Is Modifierfalse
                                                                                                                    Summarytrue
                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                    1065. Bundle.entry:organization.response
                                                                                                                    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.

                                                                                                                    ShortResults of execution (transaction/batch/history)
                                                                                                                    Control0..0
                                                                                                                    This element is affected by the following invariants: bdl-4
                                                                                                                    TypeBackboneElement
                                                                                                                    Is Modifierfalse
                                                                                                                    Summarytrue
                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                    1075. Bundle.entry:specimen
                                                                                                                    Slice Namespecimen
                                                                                                                    Definition

                                                                                                                    An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

                                                                                                                    ShortEntry in the bundle - will have a resource or information
                                                                                                                    Control0..*
                                                                                                                    TypeBackboneElement
                                                                                                                    Is Modifierfalse
                                                                                                                    Summarytrue
                                                                                                                    Invariantsbdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                                                                                                                    bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                                                                                                                    ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                    1077. Bundle.entry:specimen.id
                                                                                                                    Definition

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

                                                                                                                    ShortUnique id for inter-element referencing
                                                                                                                    Control0..1
                                                                                                                    Typestring
                                                                                                                    Is Modifierfalse
                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                    Summaryfalse
                                                                                                                    1079. Bundle.entry:specimen.extension
                                                                                                                    Definition

                                                                                                                    May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                    ShortAdditional content defined by implementations
                                                                                                                    Comments

                                                                                                                    There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                                                                                                    May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                                                    Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                                                    ShortExtensions that cannot be ignored even if unrecognized
                                                                                                                    Comments

                                                                                                                    There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                                                                                                    Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

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

                                                                                                                    A series of links that provide context to this entry.

                                                                                                                    ShortLinks related to this entry
                                                                                                                    Control0..*
                                                                                                                    TypeSeettp://hl7.org/fhir/StructureDefinition/Bundle#Bundle.link
                                                                                                                    Is Modifierfalse
                                                                                                                    Summarytrue
                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                    1085. Bundle.entry:specimen.fullUrl
                                                                                                                    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.
                                                                                                                    ShortURI for resource (Absolute URL server address or URI for UUID/OID)
                                                                                                                    Comments

                                                                                                                    fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).

                                                                                                                    Control1..1
                                                                                                                    Typeuri
                                                                                                                    Is Modifierfalse
                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                    Summarytrue
                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                    1087. Bundle.entry:specimen.resource
                                                                                                                    Definition

                                                                                                                    A sample to be used for analysis.

                                                                                                                    ShortSample for analysis
                                                                                                                    Control1..1
                                                                                                                    TypeSpecimen(Specimen (IPS))
                                                                                                                    Is Modifierfalse
                                                                                                                    Obligations
                                                                                                                      ObligationsActor
                                                                                                                      SHALL:handleEHDSI Handler
                                                                                                                      Summaryfalse
                                                                                                                      1089. Bundle.entry:specimen.search
                                                                                                                      Definition

                                                                                                                      Information about the search process that lead to the creation of this entry.

                                                                                                                      ShortSearch related information
                                                                                                                      Control0..0
                                                                                                                      This element is affected by the following invariants: bdl-2
                                                                                                                      TypeBackboneElement
                                                                                                                      Is Modifierfalse
                                                                                                                      Summarytrue
                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                      1096. Bundle.entry:specimen.request
                                                                                                                      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.

                                                                                                                      ShortAdditional execution information (transaction/batch/history)
                                                                                                                      Control0..0
                                                                                                                      This element is affected by the following invariants: bdl-3
                                                                                                                      TypeBackboneElement
                                                                                                                      Is Modifierfalse
                                                                                                                      Summarytrue
                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                      1107. Bundle.entry:specimen.response
                                                                                                                      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.

                                                                                                                      ShortResults of execution (transaction/batch/history)
                                                                                                                      Control0..0
                                                                                                                      This element is affected by the following invariants: bdl-4
                                                                                                                      TypeBackboneElement
                                                                                                                      Is Modifierfalse
                                                                                                                      Summarytrue
                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                      1117. Bundle.entry:observation-pregnancy-age
                                                                                                                      Slice Nameobservation-pregnancy-age
                                                                                                                      Definition

                                                                                                                      An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).

                                                                                                                      ShortEntry in the bundle - will have a resource or information
                                                                                                                      Control0..*
                                                                                                                      TypeBackboneElement
                                                                                                                      Is Modifierfalse
                                                                                                                      Summarytrue
                                                                                                                      Invariantsbdl-5: must be a resource unless there's a request or response (resource.exists() or request.exists() or response.exists())
                                                                                                                      bdl-8: fullUrl cannot be a version specific reference (fullUrl.contains('/_history/').not())
                                                                                                                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                      1119. Bundle.entry:observation-pregnancy-age.id
                                                                                                                      Definition

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

                                                                                                                      ShortUnique id for inter-element referencing
                                                                                                                      Control0..1
                                                                                                                      Typestring
                                                                                                                      Is Modifierfalse
                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                      Summaryfalse
                                                                                                                      1121. Bundle.entry:observation-pregnancy-age.extension
                                                                                                                      Definition

                                                                                                                      May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                      ShortAdditional content defined by implementations
                                                                                                                      Comments

                                                                                                                      There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                                                                                                      May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                                                                                                                      Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                                                                                                                      ShortExtensions that cannot be ignored even if unrecognized
                                                                                                                      Comments

                                                                                                                      There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                                                                                                      Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                                                                                                                      Alternate Namesextensions, user content, modifiers
                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                      1125. Bundle.entry:observation-pregnancy-age.link
                                                                                                                      Definition

                                                                                                                      A series of links that provide context to this entry.

                                                                                                                      ShortLinks related to this entry
                                                                                                                      Control0..*
                                                                                                                      TypeSeettp://hl7.org/fhir/StructureDefinition/Bundle#Bundle.link
                                                                                                                      Is Modifierfalse
                                                                                                                      Summarytrue
                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                      1127. Bundle.entry:observation-pregnancy-age.fullUrl
                                                                                                                      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.
                                                                                                                      ShortURI for resource (Absolute URL server address or URI for UUID/OID)
                                                                                                                      Comments

                                                                                                                      fullUrl might not be unique in the context of a resource. Note that since FHIR resources do not need to be served through the FHIR API, 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, 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).

                                                                                                                      Control1..1
                                                                                                                      Typeuri
                                                                                                                      Is Modifierfalse
                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                      Summarytrue
                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                      1129. Bundle.entry:observation-pregnancy-age.resource
                                                                                                                      Definition

                                                                                                                      Measurements and simple assertions made about a patient, device or other subject.

                                                                                                                      ShortMeasurements and simple assertions
                                                                                                                      Comments

                                                                                                                      Used for simple observations such as device measurements, laboratory atomic results, vital signs, height, weight, smoking status, comments, etc. Other resources are used to provide context for observations such as laboratory reports, etc.

                                                                                                                      Control1..1
                                                                                                                      TypeObservation(Observation Pregnancy - Gestational Age (EPS))
                                                                                                                      Is Modifierfalse
                                                                                                                      Summaryfalse
                                                                                                                      Alternate NamesVital Signs, Measurement, Results, Tests
                                                                                                                      1131. Bundle.entry:observation-pregnancy-age.search
                                                                                                                      Definition

                                                                                                                      Information about the search process that lead to the creation of this entry.

                                                                                                                      ShortSearch related information
                                                                                                                      Control0..0
                                                                                                                      This element is affected by the following invariants: bdl-2
                                                                                                                      TypeBackboneElement
                                                                                                                      Is Modifierfalse
                                                                                                                      Summarytrue
                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                      1138. Bundle.entry:observation-pregnancy-age.request
                                                                                                                      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.

                                                                                                                      ShortAdditional execution information (transaction/batch/history)
                                                                                                                      Control0..0
                                                                                                                      This element is affected by the following invariants: bdl-3
                                                                                                                      TypeBackboneElement
                                                                                                                      Is Modifierfalse
                                                                                                                      Summarytrue
                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                      1149. Bundle.entry:observation-pregnancy-age.response
                                                                                                                      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.

                                                                                                                      ShortResults of execution (transaction/batch/history)
                                                                                                                      Control0..0
                                                                                                                      This element is affected by the following invariants: bdl-4
                                                                                                                      TypeBackboneElement
                                                                                                                      Is Modifierfalse
                                                                                                                      Summarytrue
                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                      1159. Bundle.signature
                                                                                                                      Definition

                                                                                                                      Digital Signature - base64 encoded. XML-DSig or a JWT.

                                                                                                                      ShortReport Digital Signature
                                                                                                                      Comments

                                                                                                                      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.

                                                                                                                      Control0..1
                                                                                                                      TypeSignature
                                                                                                                      Is Modifierfalse
                                                                                                                      Summarytrue
                                                                                                                      Requirements

                                                                                                                      A Signature holds an electronic representation of a signature and its supporting context in a FHIR accessible form. The signature may either be a cryptographic type (XML DigSig or a JWS), which is able to provide non-repudiation proof, or it may be a graphical image that represents a signature or a signature process. This element allows capturing signatures on documents, messages, transactions or even search responses, to support content-authentication, non-repudiation or other business cases. This is primarily relevant where the bundle may travel through multiple hops or via other mechanisms where HTTPS non-repudiation is insufficient.

                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                      1161. Bundle.signature.id
                                                                                                                      Definition

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

                                                                                                                      ShortUnique id for inter-element referencing
                                                                                                                      Control0..1
                                                                                                                      Typestring
                                                                                                                      Is Modifierfalse
                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                      Summaryfalse
                                                                                                                      1163. Bundle.signature.extension
                                                                                                                      Definition

                                                                                                                      May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                                                                                                                      ShortAdditional content defined by implementations
                                                                                                                      Comments

                                                                                                                      There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

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

                                                                                                                        An indication of the reason that the entity signed this document. This may be explicitly included as part of the signature information and can be used when determining accountability for various actions concerning the document.

                                                                                                                        ShortDigital Signature Purposes
                                                                                                                        Comments

                                                                                                                        Examples include attesting to: authorship, correct transcription, and witness of specific event. Also known as a "Commitment Type Indication".

                                                                                                                        Control1..*
                                                                                                                        BindingThe codes SHOULD be taken from SignatureTypeCodes
                                                                                                                        (preferred to http://hl7.org/fhir/ValueSet/signature-type|4.0.1)

                                                                                                                        An indication of the reason that an entity signed the object.

                                                                                                                        TypeCoding
                                                                                                                        Is Modifierfalse
                                                                                                                        Summarytrue
                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                        1167. Bundle.signature.when
                                                                                                                        Definition

                                                                                                                        When the digital signature was signed.

                                                                                                                        ShortWhen was signed
                                                                                                                        Comments

                                                                                                                        This should agree with the information in the signature.

                                                                                                                        Control1..1
                                                                                                                        Typeinstant
                                                                                                                        Is Modifierfalse
                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                        Summarytrue
                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                        1169. Bundle.signature.who
                                                                                                                        Definition

                                                                                                                        A reference to an application-usable description of the identity that signed (e.g. the signature used their private key).

                                                                                                                        ShortWho signed.
                                                                                                                        Comments

                                                                                                                        This should agree with the information in the signature.

                                                                                                                        Control1..1
                                                                                                                        TypeReference(Practitioner, PractitionerRole, RelatedPerson, Patient, Device, Organization)
                                                                                                                        Is Modifierfalse
                                                                                                                        Summarytrue
                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                        1171. Bundle.signature.onBehalfOf
                                                                                                                        Definition

                                                                                                                        A reference to an application-usable description of the identity that is represented by the signature.

                                                                                                                        ShortThe party represented
                                                                                                                        Comments

                                                                                                                        The party that can't sign. For example a child.

                                                                                                                        Control0..1
                                                                                                                        TypeReference(Practitioner, PractitionerRole, RelatedPerson, Patient, Device, Organization)
                                                                                                                        Is Modifierfalse
                                                                                                                        Summarytrue
                                                                                                                        Requirements

                                                                                                                        used when the signature is on behalf of a non-signer.

                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                        1173. Bundle.signature.targetFormat
                                                                                                                        Definition

                                                                                                                        A mime type that indicates the technical format of the target resources signed by the signature.

                                                                                                                        ShortThe technical format of the signed resources
                                                                                                                        Comments

                                                                                                                        "xml", "json" and "ttl" are allowed, which describe the simple encodings described in the specification (and imply appropriate bundle support). Otherwise, mime types are legal here.

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

                                                                                                                        The mime type of an attachment. Any valid mime type is allowed.

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

                                                                                                                        A mime type that indicates the technical format of the signature. Important mime types are application/signature+xml for X ML DigSig, application/jose for JWS, and image/* for a graphical image of a signature, etc.

                                                                                                                        ShortThe technical format of the signature
                                                                                                                        Control0..1
                                                                                                                        BindingThe codes SHALL be taken from Mime Types
                                                                                                                        (required to http://hl7.org/fhir/ValueSet/mimetypes|4.0.1)

                                                                                                                        The mime type of an attachment. Any valid mime type is allowed.

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

                                                                                                                        The base64 encoding of the Signature content. When signature is not recorded electronically this element would be empty.

                                                                                                                        ShortSignature content
                                                                                                                        Comments

                                                                                                                        Where the signature type is an XML DigSig, the signed content is a FHIR Resource(s), the signature is of the XML form of the Resource(s) using XML-Signature (XMLDIG) "Detached Signature" form.

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