Search FHIR

Cercle De Soins
2.0.1 - final-text France flag

Cercle De Soins - version de développement local (v2.0.1) construite par les outils de publication FHIR (HL7® FHIR® Standard). Voir le répertoire des versions publiées

Resource Profile: CDS Bundle Transaction MAJ Profile

Official URL: https://interop.esante.gouv.fr/ig/fhir/cds/StructureDefinition/cds-bundle-transaction-maj Version: 2.0.1
Active as of 2025-12-03 Computable Name: CDSBundleTransactionMAJ

Profil défini dans le volet de Gestion du Cercle de Soins (flux 1c) pour mettre à jour un cercle de soins selon l’option Transaction. Il s'agit d'un bundle de type "transaction" permettant d'organiser le contenu du flux de création d'un cercle de soins.

Utilisations:

  • Ce Profil nest utilisé par aucun profil dans ce guide dimplémentation

You can also check for usages in the FHIR IG Statistics

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

NomDrapeauxCard.TypeDescription et contraintes    Filter: Filtersdoco
.. Bundle C 0..* Bundle(4.0.1) Contains a collection of resources
Constraints: bdl-1, bdl-2, bdl-3, bdl-4, bdl-7, bdl-9, bdl-10, bdl-11, bdl-12
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... type Σ 1..1 code document | message | transaction | transaction-response | batch | batch-response | history | searchset | collection
Binding: BundleType (required): Indicates the purpose of a bundle - how it is intended to be used.
Motif requis: transaction
... Slices pour entry ΣC 1..* BackboneElement Entry in the bundle - will have a resource or information
Slice: Non ordonné, Ouvert par profile:resource
Constraints: bdl-5, bdl-8
Ordre de répétition de cet élément : For bundles of type 'document' and 'message', the first resource is special (must be Composition or MessageHeader respectively). For all bundles, the meaning of the order of entries depends on the bundle type
.... entry:Toutes les slices Contenu/Règles pour toutes les slices
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... entry:careTeam ΣC 0..* BackboneElement Entry in the bundle - will have a resource or information
Constraints: bdl-5, bdl-8
Ordre de répétition de cet élément : For bundles of type 'document' and 'message', the first resource is special (must be Composition or MessageHeader respectively). For all bundles, the meaning of the order of entries depends on the bundle type
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... resource 1..1 CDSCareTeam(2.0.1) Planned participants in the coordination and delivery of care for a patient or group
.... entry:patient ΣC 0..* BackboneElement Entry in the bundle - will have a resource or information
Constraints: bdl-5, bdl-8
Ordre de répétition de cet élément : For bundles of type 'document' and 'message', the first resource is special (must be Composition or MessageHeader respectively). For all bundles, the meaning of the order of entries depends on the bundle type
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... resource 1..1 FRCorePatientProfile(2.1.0) Information about an individual or animal receiving health care services
.... entry:relatedPerson ΣC 0..* BackboneElement Entry in the bundle - will have a resource or information
Constraints: bdl-5, bdl-8
Ordre de répétition de cet élément : For bundles of type 'document' and 'message', the first resource is special (must be Composition or MessageHeader respectively). For all bundles, the meaning of the order of entries depends on the bundle type
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... resource 1..1 CDSFrRelatedPerson(2.0.1) A person that is related to a patient, but who is not a direct target of care
.... entry:organization ΣC 0..* BackboneElement Entry in the bundle - will have a resource or information
Constraints: bdl-5, bdl-8
Ordre de répétition de cet élément : For bundles of type 'document' and 'message', the first resource is special (must be Composition or MessageHeader respectively). For all bundles, the meaning of the order of entries depends on the bundle type
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... resource 1..1 CDSAsOrganization(2.0.1) A grouping of people or organizations with a common purpose
.... entry:practitionerRoleOrg ΣC 0..* BackboneElement Situation d'exercice du PS (PractitionerRole)
Constraints: bdl-5, bdl-8
Ordre de répétition de cet élément : For bundles of type 'document' and 'message', the first resource is special (must be Composition or MessageHeader respectively). For all bundles, the meaning of the order of entries depends on the bundle type
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... resource 1..1 AsPractitionerRoleProfile(1.1.0) Roles/organizations the practitioner is associated with
.... entry:practitionerPro ΣC 0..* BackboneElement Exercice professionnel du PS (Practitioner)
Constraints: bdl-5, bdl-8
Ordre de répétition de cet élément : For bundles of type 'document' and 'message', the first resource is special (must be Composition or MessageHeader respectively). For all bundles, the meaning of the order of entries depends on the bundle type
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... resource 1..1 AsPractitionerProfile(1.1.0) A person with a formal responsibility in the provisioning of healthcare or related services

doco Documentation pour ce format

Bindings terminologiques

Chemin Statut Usage Jeu de valeurs (ValueSet) Version Source
Bundle.type Base required BundleType 📍4.0.1 Std. FHIR

Contraintes

Id Grade Chemin(s) Description Expression
bdl-1 error Bundle total only when a search or history total.empty() or (type = 'searchset') or (type = 'history')
bdl-2 error Bundle entry.search only when a search entry.search.empty() or (type = 'searchset')
bdl-3 error Bundle 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 error Bundle 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-5 error Bundle.entry, Bundle.entry:careTeam, Bundle.entry:patient, Bundle.entry:relatedPerson, Bundle.entry:organization, Bundle.entry:practitionerRoleOrg, Bundle.entry:practitionerPro must be a resource unless there's a request or response resource.exists() or request.exists() or response.exists()
bdl-7 error Bundle 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-8 error Bundle.entry, Bundle.entry:careTeam, Bundle.entry:patient, Bundle.entry:relatedPerson, Bundle.entry:organization, Bundle.entry:practitionerRoleOrg, Bundle.entry:practitionerPro fullUrl cannot be a version specific reference fullUrl.contains('/_history/').not()
bdl-9 error Bundle A document must have an identifier with a system and a value type = 'document' implies (identifier.system.exists() and identifier.value.exists())
bdl-10 error Bundle A document must have a date type = 'document' implies (timestamp.hasValue())
bdl-11 error Bundle A document must have a Composition as the first resource type = 'document' implies entry.first().resource.is(Composition)
bdl-12 error Bundle A message must have a MessageHeader as the first resource type = 'message' implies entry.first().resource.is(MessageHeader)
ele-1 error Bundle.implicitRules, Bundle.type, Bundle.entry, Bundle.entry.modifierExtension, Bundle.entry:careTeam, Bundle.entry:careTeam.modifierExtension, Bundle.entry:careTeam.response.modifierExtension, Bundle.entry:careTeam.response.status, Bundle.entry:patient, Bundle.entry:patient.modifierExtension, Bundle.entry:patient.response.modifierExtension, Bundle.entry:patient.response.status, Bundle.entry:relatedPerson, Bundle.entry:relatedPerson.modifierExtension, Bundle.entry:relatedPerson.response.modifierExtension, Bundle.entry:relatedPerson.response.status, Bundle.entry:organization, Bundle.entry:organization.modifierExtension, Bundle.entry:organization.response.modifierExtension, Bundle.entry:organization.response.status, Bundle.entry:practitionerRoleOrg, Bundle.entry:practitionerRoleOrg.modifierExtension, Bundle.entry:practitionerRoleOrg.response.modifierExtension, Bundle.entry:practitionerRoleOrg.response.status, Bundle.entry:practitionerPro, Bundle.entry:practitionerPro.modifierExtension, Bundle.entry:practitionerPro.response.modifierExtension, Bundle.entry:practitionerPro.response.status All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error Bundle.entry.modifierExtension, Bundle.entry:careTeam.modifierExtension, Bundle.entry:careTeam.response.modifierExtension, Bundle.entry:patient.modifierExtension, Bundle.entry:patient.response.modifierExtension, Bundle.entry:relatedPerson.modifierExtension, Bundle.entry:relatedPerson.response.modifierExtension, Bundle.entry:organization.modifierExtension, Bundle.entry:organization.response.modifierExtension, Bundle.entry:practitionerRoleOrg.modifierExtension, Bundle.entry:practitionerRoleOrg.response.modifierExtension, Bundle.entry:practitionerPro.modifierExtension, Bundle.entry:practitionerPro.response.modifierExtension Must have either extensions or value[x], not both extension.exists() != value.exists()

This structure is derived from Bundle

NomDrapeauxCard.TypeDescription et contraintes    Filter: Filtersdoco
.. Bundle 0..* Bundle(4.0.1) Contains a collection of resources
... type 1..1 code document | message | transaction | transaction-response | batch | batch-response | history | searchset | collection
Motif requis: transaction
... Slices pour entry 1..* BackboneElement Entry in the bundle - will have a resource or information
Slice: Non ordonné, Ouvert par profile:resource
.... entry:careTeam 0..* BackboneElement Entry in the bundle - will have a resource or information
..... resource 1..1 CDSCareTeam(2.0.1) Planned participants in the coordination and delivery of care for a patient or group
..... request
...... method C 1..1 code GET | HEAD | POST | PUT | DELETE | PATCH
..... response 0..0 Results of execution (transaction/batch/history)
.... entry:patient 0..* BackboneElement Entry in the bundle - will have a resource or information
..... resource 1..1 FRCorePatientProfile(2.1.0) Information about an individual or animal receiving health care services
..... request
...... method C 1..1 code GET | HEAD | POST | PUT | DELETE | PATCH
..... response 0..0 Results of execution (transaction/batch/history)
.... entry:relatedPerson 0..* BackboneElement Entry in the bundle - will have a resource or information
..... resource 1..1 CDSFrRelatedPerson(2.0.1) A person that is related to a patient, but who is not a direct target of care
..... request
...... method C 1..1 code GET | HEAD | POST | PUT | DELETE | PATCH
..... response 0..0 Results of execution (transaction/batch/history)
.... entry:organization 0..* BackboneElement Entry in the bundle - will have a resource or information
..... resource 1..1 CDSAsOrganization(2.0.1) A grouping of people or organizations with a common purpose
..... request
...... method C 1..1 code GET | HEAD | POST | PUT | DELETE | PATCH
..... response 0..0 Results of execution (transaction/batch/history)
.... entry:practitionerRoleOrg 0..* BackboneElement Situation d'exercice du PS (PractitionerRole)
..... resource 1..1 AsPractitionerRoleProfile(1.1.0) Roles/organizations the practitioner is associated with
..... request
...... method C 1..1 code GET | HEAD | POST | PUT | DELETE | PATCH
..... response 0..0 Results of execution (transaction/batch/history)
.... entry:practitionerPro 0..* BackboneElement Exercice professionnel du PS (Practitioner)
..... resource 1..1 AsPractitionerProfile(1.1.0) A person with a formal responsibility in the provisioning of healthcare or related services
..... request
...... method C 1..1 code GET | HEAD | POST | PUT | DELETE | PATCH
..... response 0..0 Results of execution (transaction/batch/history)

doco Documentation pour ce format

Contraintes

Id Grade Chemin(s) Description Expression
req-met error Bundle.entry:careTeam.request.method, Bundle.entry:patient.request.method, Bundle.entry:relatedPerson.request.method, Bundle.entry:organization.request.method, Bundle.entry:practitionerRoleOrg.request.method, Bundle.entry:practitionerPro.request.method Invariant décrivant la méthode de requête des bundles de type transaction : POST s'il s’agit d’un nouvel élément ou PUT s'il s’agit d’un élément qui existe déjà. value='POST' or value='PUT'
NomDrapeauxCard.TypeDescription et contraintes    Filter: Filtersdoco
.. Bundle C 0..* Bundle(4.0.1) Contains a collection of resources
Constraints: bdl-1, bdl-2, bdl-3, bdl-4, bdl-7, bdl-9, bdl-10, bdl-11, bdl-12
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... identifier Σ 0..1 Identifier Persistent identifier for the bundle
... type Σ 1..1 code document | message | transaction | transaction-response | batch | batch-response | history | searchset | collection
Binding: BundleType (required): Indicates the purpose of a bundle - how it is intended to be used.
Motif requis: transaction
... timestamp Σ 0..1 instant When the bundle was assembled
... total ΣC 0..1 unsignedInt If search, the total number of matches
... link Σ 0..* BackboneElement Links related to this Bundle
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... relation Σ 1..1 string See http://www.iana.org/assignments/link-relations/link-relations.xhtml#link-relations-1
.... url Σ 1..1 uri Reference details for the link
... Slices pour entry ΣC 1..* BackboneElement Entry in the bundle - will have a resource or information
Slice: Non ordonné, Ouvert par profile:resource
Constraints: bdl-5, bdl-8
Ordre de répétition de cet élément : For bundles of type 'document' and 'message', the first resource is special (must be Composition or MessageHeader respectively). For all bundles, the meaning of the order of entries depends on the bundle type
.... entry:Toutes les slices Contenu/Règles pour toutes les slices
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... link Σ 0..* Voir link (Bundle) Links related to this entry
..... fullUrl Σ 0..1 uri URI for resource (Absolute URL server address or URI for UUID/OID)
..... resource Σ 0..1 Resource A resource in the bundle
..... search ΣC 0..1 BackboneElement Search related information
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
...... mode Σ 0..1 code match | include | outcome - why this is in the result set
Binding: SearchEntryMode (required): Why an entry is in the result set - whether it's included as a match or because of an _include requirement, or to convey information or warning information about the search process.
...... score Σ 0..1 decimal Search ranking (between 0 and 1)
..... request ΣC 0..1 BackboneElement Additional execution information (transaction/batch/history)
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
...... method Σ 1..1 code GET | HEAD | POST | PUT | DELETE | PATCH
Binding: HTTPVerb (required): HTTP verbs (in the HTTP command line). See HTTP rfc for details.
...... url Σ 1..1 uri URL for HTTP equivalent of this entry
...... ifNoneMatch Σ 0..1 string For managing cache currency
...... ifModifiedSince Σ 0..1 instant For managing cache currency
...... ifMatch Σ 0..1 string For managing update contention
...... ifNoneExist Σ 0..1 string For conditional creates
..... response ΣC 0..1 BackboneElement Results of execution (transaction/batch/history)
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
...... status Σ 1..1 string Status response code (text optional)
...... location Σ 0..1 uri The location (if the operation returns a location)
...... etag Σ 0..1 string The Etag for the resource (if relevant)
...... lastModified Σ 0..1 instant Server's date time modified
...... outcome Σ 0..1 Resource OperationOutcome with hints and warnings (for batch/transaction)
.... entry:careTeam ΣC 0..* BackboneElement Entry in the bundle - will have a resource or information
Constraints: bdl-5, bdl-8
Ordre de répétition de cet élément : For bundles of type 'document' and 'message', the first resource is special (must be Composition or MessageHeader respectively). For all bundles, the meaning of the order of entries depends on the bundle type
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... link Σ 0..* Voir link (Bundle) Links related to this entry
..... fullUrl Σ 0..1 uri URI for resource (Absolute URL server address or URI for UUID/OID)
..... resource 1..1 CDSCareTeam(2.0.1) Planned participants in the coordination and delivery of care for a patient or group
..... search ΣC 0..1 BackboneElement Search related information
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
...... mode Σ 0..1 code match | include | outcome - why this is in the result set
Binding: SearchEntryMode (required): Why an entry is in the result set - whether it's included as a match or because of an _include requirement, or to convey information or warning information about the search process.
...... score Σ 0..1 decimal Search ranking (between 0 and 1)
..... request ΣC 0..1 BackboneElement Additional execution information (transaction/batch/history)
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
...... method ΣC 1..1 code GET | HEAD | POST | PUT | DELETE | PATCH
Binding: HTTPVerb (required): HTTP verbs (in the HTTP command line). See HTTP rfc for details.
Constraints: req-met
...... url Σ 1..1 uri URL for HTTP equivalent of this entry
...... ifNoneMatch Σ 0..1 string For managing cache currency
...... ifModifiedSince Σ 0..1 instant For managing cache currency
...... ifMatch Σ 0..1 string For managing update contention
...... ifNoneExist Σ 0..1 string For conditional creates
.... entry:patient ΣC 0..* BackboneElement Entry in the bundle - will have a resource or information
Constraints: bdl-5, bdl-8
Ordre de répétition de cet élément : For bundles of type 'document' and 'message', the first resource is special (must be Composition or MessageHeader respectively). For all bundles, the meaning of the order of entries depends on the bundle type
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... link Σ 0..* Voir link (Bundle) Links related to this entry
..... fullUrl Σ 0..1 uri URI for resource (Absolute URL server address or URI for UUID/OID)
..... resource 1..1 FRCorePatientProfile(2.1.0) Information about an individual or animal receiving health care services
..... search ΣC 0..1 BackboneElement Search related information
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
...... mode Σ 0..1 code match | include | outcome - why this is in the result set
Binding: SearchEntryMode (required): Why an entry is in the result set - whether it's included as a match or because of an _include requirement, or to convey information or warning information about the search process.
...... score Σ 0..1 decimal Search ranking (between 0 and 1)
..... request ΣC 0..1 BackboneElement Additional execution information (transaction/batch/history)
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
...... method ΣC 1..1 code GET | HEAD | POST | PUT | DELETE | PATCH
Binding: HTTPVerb (required): HTTP verbs (in the HTTP command line). See HTTP rfc for details.
Constraints: req-met
...... url Σ 1..1 uri URL for HTTP equivalent of this entry
...... ifNoneMatch Σ 0..1 string For managing cache currency
...... ifModifiedSince Σ 0..1 instant For managing cache currency
...... ifMatch Σ 0..1 string For managing update contention
...... ifNoneExist Σ 0..1 string For conditional creates
.... entry:relatedPerson ΣC 0..* BackboneElement Entry in the bundle - will have a resource or information
Constraints: bdl-5, bdl-8
Ordre de répétition de cet élément : For bundles of type 'document' and 'message', the first resource is special (must be Composition or MessageHeader respectively). For all bundles, the meaning of the order of entries depends on the bundle type
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... link Σ 0..* Voir link (Bundle) Links related to this entry
..... fullUrl Σ 0..1 uri URI for resource (Absolute URL server address or URI for UUID/OID)
..... resource 1..1 CDSFrRelatedPerson(2.0.1) A person that is related to a patient, but who is not a direct target of care
..... search ΣC 0..1 BackboneElement Search related information
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
...... mode Σ 0..1 code match | include | outcome - why this is in the result set
Binding: SearchEntryMode (required): Why an entry is in the result set - whether it's included as a match or because of an _include requirement, or to convey information or warning information about the search process.
...... score Σ 0..1 decimal Search ranking (between 0 and 1)
..... request ΣC 0..1 BackboneElement Additional execution information (transaction/batch/history)
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
...... method ΣC 1..1 code GET | HEAD | POST | PUT | DELETE | PATCH
Binding: HTTPVerb (required): HTTP verbs (in the HTTP command line). See HTTP rfc for details.
Constraints: req-met
...... url Σ 1..1 uri URL for HTTP equivalent of this entry
...... ifNoneMatch Σ 0..1 string For managing cache currency
...... ifModifiedSince Σ 0..1 instant For managing cache currency
...... ifMatch Σ 0..1 string For managing update contention
...... ifNoneExist Σ 0..1 string For conditional creates
.... entry:organization ΣC 0..* BackboneElement Entry in the bundle - will have a resource or information
Constraints: bdl-5, bdl-8
Ordre de répétition de cet élément : For bundles of type 'document' and 'message', the first resource is special (must be Composition or MessageHeader respectively). For all bundles, the meaning of the order of entries depends on the bundle type
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... link Σ 0..* Voir link (Bundle) Links related to this entry
..... fullUrl Σ 0..1 uri URI for resource (Absolute URL server address or URI for UUID/OID)
..... resource 1..1 CDSAsOrganization(2.0.1) A grouping of people or organizations with a common purpose
..... search ΣC 0..1 BackboneElement Search related information
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
...... mode Σ 0..1 code match | include | outcome - why this is in the result set
Binding: SearchEntryMode (required): Why an entry is in the result set - whether it's included as a match or because of an _include requirement, or to convey information or warning information about the search process.
...... score Σ 0..1 decimal Search ranking (between 0 and 1)
..... request ΣC 0..1 BackboneElement Additional execution information (transaction/batch/history)
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
...... method ΣC 1..1 code GET | HEAD | POST | PUT | DELETE | PATCH
Binding: HTTPVerb (required): HTTP verbs (in the HTTP command line). See HTTP rfc for details.
Constraints: req-met
...... url Σ 1..1 uri URL for HTTP equivalent of this entry
...... ifNoneMatch Σ 0..1 string For managing cache currency
...... ifModifiedSince Σ 0..1 instant For managing cache currency
...... ifMatch Σ 0..1 string For managing update contention
...... ifNoneExist Σ 0..1 string For conditional creates
.... entry:practitionerRoleOrg ΣC 0..* BackboneElement Situation d'exercice du PS (PractitionerRole)
Constraints: bdl-5, bdl-8
Ordre de répétition de cet élément : For bundles of type 'document' and 'message', the first resource is special (must be Composition or MessageHeader respectively). For all bundles, the meaning of the order of entries depends on the bundle type
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... link Σ 0..* Voir link (Bundle) Links related to this entry
..... fullUrl Σ 0..1 uri URI for resource (Absolute URL server address or URI for UUID/OID)
..... resource 1..1 AsPractitionerRoleProfile(1.1.0) Roles/organizations the practitioner is associated with
..... search ΣC 0..1 BackboneElement Search related information
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
...... mode Σ 0..1 code match | include | outcome - why this is in the result set
Binding: SearchEntryMode (required): Why an entry is in the result set - whether it's included as a match or because of an _include requirement, or to convey information or warning information about the search process.
...... score Σ 0..1 decimal Search ranking (between 0 and 1)
..... request ΣC 0..1 BackboneElement Additional execution information (transaction/batch/history)
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
...... method ΣC 1..1 code GET | HEAD | POST | PUT | DELETE | PATCH
Binding: HTTPVerb (required): HTTP verbs (in the HTTP command line). See HTTP rfc for details.
Constraints: req-met
...... url Σ 1..1 uri URL for HTTP equivalent of this entry
...... ifNoneMatch Σ 0..1 string For managing cache currency
...... ifModifiedSince Σ 0..1 instant For managing cache currency
...... ifMatch Σ 0..1 string For managing update contention
...... ifNoneExist Σ 0..1 string For conditional creates
.... entry:practitionerPro ΣC 0..* BackboneElement Exercice professionnel du PS (Practitioner)
Constraints: bdl-5, bdl-8
Ordre de répétition de cet élément : For bundles of type 'document' and 'message', the first resource is special (must be Composition or MessageHeader respectively). For all bundles, the meaning of the order of entries depends on the bundle type
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... link Σ 0..* Voir link (Bundle) Links related to this entry
..... fullUrl Σ 0..1 uri URI for resource (Absolute URL server address or URI for UUID/OID)
..... resource 1..1 AsPractitionerProfile(1.1.0) A person with a formal responsibility in the provisioning of healthcare or related services
..... search ΣC 0..1 BackboneElement Search related information
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
...... mode Σ 0..1 code match | include | outcome - why this is in the result set
Binding: SearchEntryMode (required): Why an entry is in the result set - whether it's included as a match or because of an _include requirement, or to convey information or warning information about the search process.
...... score Σ 0..1 decimal Search ranking (between 0 and 1)
..... request ΣC 0..1 BackboneElement Additional execution information (transaction/batch/history)
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
...... method ΣC 1..1 code GET | HEAD | POST | PUT | DELETE | PATCH
Binding: HTTPVerb (required): HTTP verbs (in the HTTP command line). See HTTP rfc for details.
Constraints: req-met
...... url Σ 1..1 uri URL for HTTP equivalent of this entry
...... ifNoneMatch Σ 0..1 string For managing cache currency
...... ifModifiedSince Σ 0..1 instant For managing cache currency
...... ifMatch Σ 0..1 string For managing update contention
...... ifNoneExist Σ 0..1 string For conditional creates
... signature Σ 0..1 Signature Digital Signature

doco Documentation pour ce format

Bindings terminologiques

Chemin Statut Usage Jeu de valeurs (ValueSet) Version Source
Bundle.language Base preferred Common Languages 📍4.0.1 Std. FHIR
Bundle.type Base required BundleType 📍4.0.1 Std. FHIR
Bundle.entry.search.​mode Base required SearchEntryMode 📍4.0.1 Std. FHIR
Bundle.entry.request.​method Base required HTTPVerb 📍4.0.1 Std. FHIR
Bundle.entry:careTeam.​search.mode Base required SearchEntryMode 📍4.0.1 Std. FHIR
Bundle.entry:careTeam.​request.method Base required HTTPVerb 📍4.0.1 Std. FHIR
Bundle.entry:patient.​search.mode Base required SearchEntryMode 📍4.0.1 Std. FHIR
Bundle.entry:patient.​request.method Base required HTTPVerb 📍4.0.1 Std. FHIR
Bundle.entry:relatedPerson.​search.mode Base required SearchEntryMode 📍4.0.1 Std. FHIR
Bundle.entry:relatedPerson.​request.method Base required HTTPVerb 📍4.0.1 Std. FHIR
Bundle.entry:organization.​search.mode Base required SearchEntryMode 📍4.0.1 Std. FHIR
Bundle.entry:organization.​request.method Base required HTTPVerb 📍4.0.1 Std. FHIR
Bundle.entry:practitionerRoleOrg.​search.mode Base required SearchEntryMode 📍4.0.1 Std. FHIR
Bundle.entry:practitionerRoleOrg.​request.method Base required HTTPVerb 📍4.0.1 Std. FHIR
Bundle.entry:practitionerPro.​search.mode Base required SearchEntryMode 📍4.0.1 Std. FHIR
Bundle.entry:practitionerPro.​request.method Base required HTTPVerb 📍4.0.1 Std. FHIR

Contraintes

Id Grade Chemin(s) Description Expression
bdl-1 error Bundle total only when a search or history total.empty() or (type = 'searchset') or (type = 'history')
bdl-2 error Bundle entry.search only when a search entry.search.empty() or (type = 'searchset')
bdl-3 error Bundle 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 error Bundle 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-5 error Bundle.entry, Bundle.entry:careTeam, Bundle.entry:patient, Bundle.entry:relatedPerson, Bundle.entry:organization, Bundle.entry:practitionerRoleOrg, Bundle.entry:practitionerPro must be a resource unless there's a request or response resource.exists() or request.exists() or response.exists()
bdl-7 error Bundle 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-8 error Bundle.entry, Bundle.entry:careTeam, Bundle.entry:patient, Bundle.entry:relatedPerson, Bundle.entry:organization, Bundle.entry:practitionerRoleOrg, Bundle.entry:practitionerPro fullUrl cannot be a version specific reference fullUrl.contains('/_history/').not()
bdl-9 error Bundle A document must have an identifier with a system and a value type = 'document' implies (identifier.system.exists() and identifier.value.exists())
bdl-10 error Bundle A document must have a date type = 'document' implies (timestamp.hasValue())
bdl-11 error Bundle A document must have a Composition as the first resource type = 'document' implies entry.first().resource.is(Composition)
bdl-12 error Bundle A message must have a MessageHeader as the first resource type = 'message' implies entry.first().resource.is(MessageHeader)
ele-1 error Bundle.meta, Bundle.implicitRules, Bundle.language, Bundle.identifier, Bundle.type, Bundle.timestamp, Bundle.total, Bundle.link, Bundle.link.extension, Bundle.link.modifierExtension, Bundle.link.relation, Bundle.link.url, Bundle.entry, Bundle.entry.extension, Bundle.entry.modifierExtension, Bundle.entry.link, Bundle.entry.fullUrl, Bundle.entry.search, Bundle.entry.search.extension, Bundle.entry.search.modifierExtension, Bundle.entry.search.mode, Bundle.entry.search.score, Bundle.entry.request, Bundle.entry.request.extension, Bundle.entry.request.modifierExtension, Bundle.entry.request.method, Bundle.entry.request.url, Bundle.entry.request.ifNoneMatch, Bundle.entry.request.ifModifiedSince, Bundle.entry.request.ifMatch, Bundle.entry.request.ifNoneExist, Bundle.entry.response, Bundle.entry.response.extension, Bundle.entry.response.modifierExtension, Bundle.entry.response.status, Bundle.entry.response.location, Bundle.entry.response.etag, Bundle.entry.response.lastModified, Bundle.entry:careTeam, Bundle.entry:careTeam.extension, Bundle.entry:careTeam.modifierExtension, Bundle.entry:careTeam.link, Bundle.entry:careTeam.fullUrl, Bundle.entry:careTeam.search, Bundle.entry:careTeam.search.extension, Bundle.entry:careTeam.search.modifierExtension, Bundle.entry:careTeam.search.mode, Bundle.entry:careTeam.search.score, Bundle.entry:careTeam.request, Bundle.entry:careTeam.request.extension, Bundle.entry:careTeam.request.modifierExtension, Bundle.entry:careTeam.request.method, Bundle.entry:careTeam.request.url, Bundle.entry:careTeam.request.ifNoneMatch, Bundle.entry:careTeam.request.ifModifiedSince, Bundle.entry:careTeam.request.ifMatch, Bundle.entry:careTeam.request.ifNoneExist, Bundle.entry:careTeam.response.extension, Bundle.entry:careTeam.response.modifierExtension, Bundle.entry:careTeam.response.status, Bundle.entry:careTeam.response.location, Bundle.entry:careTeam.response.etag, Bundle.entry:careTeam.response.lastModified, Bundle.entry:patient, Bundle.entry:patient.extension, Bundle.entry:patient.modifierExtension, Bundle.entry:patient.link, Bundle.entry:patient.fullUrl, Bundle.entry:patient.search, Bundle.entry:patient.search.extension, Bundle.entry:patient.search.modifierExtension, Bundle.entry:patient.search.mode, Bundle.entry:patient.search.score, Bundle.entry:patient.request, Bundle.entry:patient.request.extension, Bundle.entry:patient.request.modifierExtension, Bundle.entry:patient.request.method, Bundle.entry:patient.request.url, Bundle.entry:patient.request.ifNoneMatch, Bundle.entry:patient.request.ifModifiedSince, Bundle.entry:patient.request.ifMatch, Bundle.entry:patient.request.ifNoneExist, Bundle.entry:patient.response.extension, Bundle.entry:patient.response.modifierExtension, Bundle.entry:patient.response.status, Bundle.entry:patient.response.location, Bundle.entry:patient.response.etag, Bundle.entry:patient.response.lastModified, Bundle.entry:relatedPerson, Bundle.entry:relatedPerson.extension, Bundle.entry:relatedPerson.modifierExtension, Bundle.entry:relatedPerson.link, Bundle.entry:relatedPerson.fullUrl, Bundle.entry:relatedPerson.search, Bundle.entry:relatedPerson.search.extension, Bundle.entry:relatedPerson.search.modifierExtension, Bundle.entry:relatedPerson.search.mode, Bundle.entry:relatedPerson.search.score, Bundle.entry:relatedPerson.request, Bundle.entry:relatedPerson.request.extension, Bundle.entry:relatedPerson.request.modifierExtension, Bundle.entry:relatedPerson.request.method, Bundle.entry:relatedPerson.request.url, Bundle.entry:relatedPerson.request.ifNoneMatch, Bundle.entry:relatedPerson.request.ifModifiedSince, Bundle.entry:relatedPerson.request.ifMatch, Bundle.entry:relatedPerson.request.ifNoneExist, Bundle.entry:relatedPerson.response.extension, Bundle.entry:relatedPerson.response.modifierExtension, Bundle.entry:relatedPerson.response.status, Bundle.entry:relatedPerson.response.location, Bundle.entry:relatedPerson.response.etag, Bundle.entry:relatedPerson.response.lastModified, Bundle.entry:organization, Bundle.entry:organization.extension, Bundle.entry:organization.modifierExtension, Bundle.entry:organization.link, Bundle.entry:organization.fullUrl, Bundle.entry:organization.search, Bundle.entry:organization.search.extension, Bundle.entry:organization.search.modifierExtension, Bundle.entry:organization.search.mode, Bundle.entry:organization.search.score, Bundle.entry:organization.request, Bundle.entry:organization.request.extension, Bundle.entry:organization.request.modifierExtension, Bundle.entry:organization.request.method, Bundle.entry:organization.request.url, Bundle.entry:organization.request.ifNoneMatch, Bundle.entry:organization.request.ifModifiedSince, Bundle.entry:organization.request.ifMatch, Bundle.entry:organization.request.ifNoneExist, Bundle.entry:organization.response.extension, Bundle.entry:organization.response.modifierExtension, Bundle.entry:organization.response.status, Bundle.entry:organization.response.location, Bundle.entry:organization.response.etag, Bundle.entry:organization.response.lastModified, Bundle.entry:practitionerRoleOrg, Bundle.entry:practitionerRoleOrg.extension, Bundle.entry:practitionerRoleOrg.modifierExtension, Bundle.entry:practitionerRoleOrg.link, Bundle.entry:practitionerRoleOrg.fullUrl, Bundle.entry:practitionerRoleOrg.search, Bundle.entry:practitionerRoleOrg.search.extension, Bundle.entry:practitionerRoleOrg.search.modifierExtension, Bundle.entry:practitionerRoleOrg.search.mode, Bundle.entry:practitionerRoleOrg.search.score, Bundle.entry:practitionerRoleOrg.request, Bundle.entry:practitionerRoleOrg.request.extension, Bundle.entry:practitionerRoleOrg.request.modifierExtension, Bundle.entry:practitionerRoleOrg.request.method, Bundle.entry:practitionerRoleOrg.request.url, Bundle.entry:practitionerRoleOrg.request.ifNoneMatch, Bundle.entry:practitionerRoleOrg.request.ifModifiedSince, Bundle.entry:practitionerRoleOrg.request.ifMatch, Bundle.entry:practitionerRoleOrg.request.ifNoneExist, Bundle.entry:practitionerRoleOrg.response.extension, Bundle.entry:practitionerRoleOrg.response.modifierExtension, Bundle.entry:practitionerRoleOrg.response.status, Bundle.entry:practitionerRoleOrg.response.location, Bundle.entry:practitionerRoleOrg.response.etag, Bundle.entry:practitionerRoleOrg.response.lastModified, Bundle.entry:practitionerPro, Bundle.entry:practitionerPro.extension, Bundle.entry:practitionerPro.modifierExtension, Bundle.entry:practitionerPro.link, Bundle.entry:practitionerPro.fullUrl, Bundle.entry:practitionerPro.search, Bundle.entry:practitionerPro.search.extension, Bundle.entry:practitionerPro.search.modifierExtension, Bundle.entry:practitionerPro.search.mode, Bundle.entry:practitionerPro.search.score, Bundle.entry:practitionerPro.request, Bundle.entry:practitionerPro.request.extension, Bundle.entry:practitionerPro.request.modifierExtension, Bundle.entry:practitionerPro.request.method, Bundle.entry:practitionerPro.request.url, Bundle.entry:practitionerPro.request.ifNoneMatch, Bundle.entry:practitionerPro.request.ifModifiedSince, Bundle.entry:practitionerPro.request.ifMatch, Bundle.entry:practitionerPro.request.ifNoneExist, Bundle.entry:practitionerPro.response.extension, Bundle.entry:practitionerPro.response.modifierExtension, Bundle.entry:practitionerPro.response.status, Bundle.entry:practitionerPro.response.location, Bundle.entry:practitionerPro.response.etag, Bundle.entry:practitionerPro.response.lastModified, Bundle.signature All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error Bundle.link.extension, Bundle.link.modifierExtension, Bundle.entry.extension, Bundle.entry.modifierExtension, Bundle.entry.search.extension, Bundle.entry.search.modifierExtension, Bundle.entry.request.extension, Bundle.entry.request.modifierExtension, Bundle.entry.response.extension, Bundle.entry.response.modifierExtension, Bundle.entry:careTeam.extension, Bundle.entry:careTeam.modifierExtension, Bundle.entry:careTeam.search.extension, Bundle.entry:careTeam.search.modifierExtension, Bundle.entry:careTeam.request.extension, Bundle.entry:careTeam.request.modifierExtension, Bundle.entry:careTeam.response.extension, Bundle.entry:careTeam.response.modifierExtension, Bundle.entry:patient.extension, Bundle.entry:patient.modifierExtension, Bundle.entry:patient.search.extension, Bundle.entry:patient.search.modifierExtension, Bundle.entry:patient.request.extension, Bundle.entry:patient.request.modifierExtension, Bundle.entry:patient.response.extension, Bundle.entry:patient.response.modifierExtension, Bundle.entry:relatedPerson.extension, Bundle.entry:relatedPerson.modifierExtension, Bundle.entry:relatedPerson.search.extension, Bundle.entry:relatedPerson.search.modifierExtension, Bundle.entry:relatedPerson.request.extension, Bundle.entry:relatedPerson.request.modifierExtension, Bundle.entry:relatedPerson.response.extension, Bundle.entry:relatedPerson.response.modifierExtension, Bundle.entry:organization.extension, Bundle.entry:organization.modifierExtension, Bundle.entry:organization.search.extension, Bundle.entry:organization.search.modifierExtension, Bundle.entry:organization.request.extension, Bundle.entry:organization.request.modifierExtension, Bundle.entry:organization.response.extension, Bundle.entry:organization.response.modifierExtension, Bundle.entry:practitionerRoleOrg.extension, Bundle.entry:practitionerRoleOrg.modifierExtension, Bundle.entry:practitionerRoleOrg.search.extension, Bundle.entry:practitionerRoleOrg.search.modifierExtension, Bundle.entry:practitionerRoleOrg.request.extension, Bundle.entry:practitionerRoleOrg.request.modifierExtension, Bundle.entry:practitionerRoleOrg.response.extension, Bundle.entry:practitionerRoleOrg.response.modifierExtension, Bundle.entry:practitionerPro.extension, Bundle.entry:practitionerPro.modifierExtension, Bundle.entry:practitionerPro.search.extension, Bundle.entry:practitionerPro.search.modifierExtension, Bundle.entry:practitionerPro.request.extension, Bundle.entry:practitionerPro.request.modifierExtension, Bundle.entry:practitionerPro.response.extension, Bundle.entry:practitionerPro.response.modifierExtension Must have either extensions or value[x], not both extension.exists() != value.exists()
req-met error Bundle.entry:careTeam.request.method, Bundle.entry:patient.request.method, Bundle.entry:relatedPerson.request.method, Bundle.entry:organization.request.method, Bundle.entry:practitionerRoleOrg.request.method, Bundle.entry:practitionerPro.request.method Invariant décrivant la méthode de requête des bundles de type transaction : POST s'il s’agit d’un nouvel élément ou PUT s'il s’agit d’un élément qui existe déjà. value='POST' or value='PUT'

Key Elements View

NomDrapeauxCard.TypeDescription et contraintes    Filter: Filtersdoco
.. Bundle C 0..* Bundle(4.0.1) Contains a collection of resources
Constraints: bdl-1, bdl-2, bdl-3, bdl-4, bdl-7, bdl-9, bdl-10, bdl-11, bdl-12
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... type Σ 1..1 code document | message | transaction | transaction-response | batch | batch-response | history | searchset | collection
Binding: BundleType (required): Indicates the purpose of a bundle - how it is intended to be used.
Motif requis: transaction
... Slices pour entry ΣC 1..* BackboneElement Entry in the bundle - will have a resource or information
Slice: Non ordonné, Ouvert par profile:resource
Constraints: bdl-5, bdl-8
Ordre de répétition de cet élément : For bundles of type 'document' and 'message', the first resource is special (must be Composition or MessageHeader respectively). For all bundles, the meaning of the order of entries depends on the bundle type
.... entry:Toutes les slices Contenu/Règles pour toutes les slices
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... entry:careTeam ΣC 0..* BackboneElement Entry in the bundle - will have a resource or information
Constraints: bdl-5, bdl-8
Ordre de répétition de cet élément : For bundles of type 'document' and 'message', the first resource is special (must be Composition or MessageHeader respectively). For all bundles, the meaning of the order of entries depends on the bundle type
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... resource 1..1 CDSCareTeam(2.0.1) Planned participants in the coordination and delivery of care for a patient or group
.... entry:patient ΣC 0..* BackboneElement Entry in the bundle - will have a resource or information
Constraints: bdl-5, bdl-8
Ordre de répétition de cet élément : For bundles of type 'document' and 'message', the first resource is special (must be Composition or MessageHeader respectively). For all bundles, the meaning of the order of entries depends on the bundle type
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... resource 1..1 FRCorePatientProfile(2.1.0) Information about an individual or animal receiving health care services
.... entry:relatedPerson ΣC 0..* BackboneElement Entry in the bundle - will have a resource or information
Constraints: bdl-5, bdl-8
Ordre de répétition de cet élément : For bundles of type 'document' and 'message', the first resource is special (must be Composition or MessageHeader respectively). For all bundles, the meaning of the order of entries depends on the bundle type
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... resource 1..1 CDSFrRelatedPerson(2.0.1) A person that is related to a patient, but who is not a direct target of care
.... entry:organization ΣC 0..* BackboneElement Entry in the bundle - will have a resource or information
Constraints: bdl-5, bdl-8
Ordre de répétition de cet élément : For bundles of type 'document' and 'message', the first resource is special (must be Composition or MessageHeader respectively). For all bundles, the meaning of the order of entries depends on the bundle type
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... resource 1..1 CDSAsOrganization(2.0.1) A grouping of people or organizations with a common purpose
.... entry:practitionerRoleOrg ΣC 0..* BackboneElement Situation d'exercice du PS (PractitionerRole)
Constraints: bdl-5, bdl-8
Ordre de répétition de cet élément : For bundles of type 'document' and 'message', the first resource is special (must be Composition or MessageHeader respectively). For all bundles, the meaning of the order of entries depends on the bundle type
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... resource 1..1 AsPractitionerRoleProfile(1.1.0) Roles/organizations the practitioner is associated with
.... entry:practitionerPro ΣC 0..* BackboneElement Exercice professionnel du PS (Practitioner)
Constraints: bdl-5, bdl-8
Ordre de répétition de cet élément : For bundles of type 'document' and 'message', the first resource is special (must be Composition or MessageHeader respectively). For all bundles, the meaning of the order of entries depends on the bundle type
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... resource 1..1 AsPractitionerProfile(1.1.0) A person with a formal responsibility in the provisioning of healthcare or related services

doco Documentation pour ce format

Bindings terminologiques

Chemin Statut Usage Jeu de valeurs (ValueSet) Version Source
Bundle.type Base required BundleType 📍4.0.1 Std. FHIR

Contraintes

Id Grade Chemin(s) Description Expression
bdl-1 error Bundle total only when a search or history total.empty() or (type = 'searchset') or (type = 'history')
bdl-2 error Bundle entry.search only when a search entry.search.empty() or (type = 'searchset')
bdl-3 error Bundle 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 error Bundle 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-5 error Bundle.entry, Bundle.entry:careTeam, Bundle.entry:patient, Bundle.entry:relatedPerson, Bundle.entry:organization, Bundle.entry:practitionerRoleOrg, Bundle.entry:practitionerPro must be a resource unless there's a request or response resource.exists() or request.exists() or response.exists()
bdl-7 error Bundle 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-8 error Bundle.entry, Bundle.entry:careTeam, Bundle.entry:patient, Bundle.entry:relatedPerson, Bundle.entry:organization, Bundle.entry:practitionerRoleOrg, Bundle.entry:practitionerPro fullUrl cannot be a version specific reference fullUrl.contains('/_history/').not()
bdl-9 error Bundle A document must have an identifier with a system and a value type = 'document' implies (identifier.system.exists() and identifier.value.exists())
bdl-10 error Bundle A document must have a date type = 'document' implies (timestamp.hasValue())
bdl-11 error Bundle A document must have a Composition as the first resource type = 'document' implies entry.first().resource.is(Composition)
bdl-12 error Bundle A message must have a MessageHeader as the first resource type = 'message' implies entry.first().resource.is(MessageHeader)
ele-1 error Bundle.implicitRules, Bundle.type, Bundle.entry, Bundle.entry.modifierExtension, Bundle.entry:careTeam, Bundle.entry:careTeam.modifierExtension, Bundle.entry:careTeam.response.modifierExtension, Bundle.entry:careTeam.response.status, Bundle.entry:patient, Bundle.entry:patient.modifierExtension, Bundle.entry:patient.response.modifierExtension, Bundle.entry:patient.response.status, Bundle.entry:relatedPerson, Bundle.entry:relatedPerson.modifierExtension, Bundle.entry:relatedPerson.response.modifierExtension, Bundle.entry:relatedPerson.response.status, Bundle.entry:organization, Bundle.entry:organization.modifierExtension, Bundle.entry:organization.response.modifierExtension, Bundle.entry:organization.response.status, Bundle.entry:practitionerRoleOrg, Bundle.entry:practitionerRoleOrg.modifierExtension, Bundle.entry:practitionerRoleOrg.response.modifierExtension, Bundle.entry:practitionerRoleOrg.response.status, Bundle.entry:practitionerPro, Bundle.entry:practitionerPro.modifierExtension, Bundle.entry:practitionerPro.response.modifierExtension, Bundle.entry:practitionerPro.response.status All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error Bundle.entry.modifierExtension, Bundle.entry:careTeam.modifierExtension, Bundle.entry:careTeam.response.modifierExtension, Bundle.entry:patient.modifierExtension, Bundle.entry:patient.response.modifierExtension, Bundle.entry:relatedPerson.modifierExtension, Bundle.entry:relatedPerson.response.modifierExtension, Bundle.entry:organization.modifierExtension, Bundle.entry:organization.response.modifierExtension, Bundle.entry:practitionerRoleOrg.modifierExtension, Bundle.entry:practitionerRoleOrg.response.modifierExtension, Bundle.entry:practitionerPro.modifierExtension, Bundle.entry:practitionerPro.response.modifierExtension Must have either extensions or value[x], not both extension.exists() != value.exists()

Differential View

This structure is derived from Bundle

NomDrapeauxCard.TypeDescription et contraintes    Filter: Filtersdoco
.. Bundle 0..* Bundle(4.0.1) Contains a collection of resources
... type 1..1 code document | message | transaction | transaction-response | batch | batch-response | history | searchset | collection
Motif requis: transaction
... Slices pour entry 1..* BackboneElement Entry in the bundle - will have a resource or information
Slice: Non ordonné, Ouvert par profile:resource
.... entry:careTeam 0..* BackboneElement Entry in the bundle - will have a resource or information
..... resource 1..1 CDSCareTeam(2.0.1) Planned participants in the coordination and delivery of care for a patient or group
..... request
...... method C 1..1 code GET | HEAD | POST | PUT | DELETE | PATCH
..... response 0..0 Results of execution (transaction/batch/history)
.... entry:patient 0..* BackboneElement Entry in the bundle - will have a resource or information
..... resource 1..1 FRCorePatientProfile(2.1.0) Information about an individual or animal receiving health care services
..... request
...... method C 1..1 code GET | HEAD | POST | PUT | DELETE | PATCH
..... response 0..0 Results of execution (transaction/batch/history)
.... entry:relatedPerson 0..* BackboneElement Entry in the bundle - will have a resource or information
..... resource 1..1 CDSFrRelatedPerson(2.0.1) A person that is related to a patient, but who is not a direct target of care
..... request
...... method C 1..1 code GET | HEAD | POST | PUT | DELETE | PATCH
..... response 0..0 Results of execution (transaction/batch/history)
.... entry:organization 0..* BackboneElement Entry in the bundle - will have a resource or information
..... resource 1..1 CDSAsOrganization(2.0.1) A grouping of people or organizations with a common purpose
..... request
...... method C 1..1 code GET | HEAD | POST | PUT | DELETE | PATCH
..... response 0..0 Results of execution (transaction/batch/history)
.... entry:practitionerRoleOrg 0..* BackboneElement Situation d'exercice du PS (PractitionerRole)
..... resource 1..1 AsPractitionerRoleProfile(1.1.0) Roles/organizations the practitioner is associated with
..... request
...... method C 1..1 code GET | HEAD | POST | PUT | DELETE | PATCH
..... response 0..0 Results of execution (transaction/batch/history)
.... entry:practitionerPro 0..* BackboneElement Exercice professionnel du PS (Practitioner)
..... resource 1..1 AsPractitionerProfile(1.1.0) A person with a formal responsibility in the provisioning of healthcare or related services
..... request
...... method C 1..1 code GET | HEAD | POST | PUT | DELETE | PATCH
..... response 0..0 Results of execution (transaction/batch/history)

doco Documentation pour ce format

Contraintes

Id Grade Chemin(s) Description Expression
req-met error Bundle.entry:careTeam.request.method, Bundle.entry:patient.request.method, Bundle.entry:relatedPerson.request.method, Bundle.entry:organization.request.method, Bundle.entry:practitionerRoleOrg.request.method, Bundle.entry:practitionerPro.request.method Invariant décrivant la méthode de requête des bundles de type transaction : POST s'il s’agit d’un nouvel élément ou PUT s'il s’agit d’un élément qui existe déjà. value='POST' or value='PUT'

Snapshot View

NomDrapeauxCard.TypeDescription et contraintes    Filter: Filtersdoco
.. Bundle C 0..* Bundle(4.0.1) Contains a collection of resources
Constraints: bdl-1, bdl-2, bdl-3, bdl-4, bdl-7, bdl-9, bdl-10, bdl-11, bdl-12
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... identifier Σ 0..1 Identifier Persistent identifier for the bundle
... type Σ 1..1 code document | message | transaction | transaction-response | batch | batch-response | history | searchset | collection
Binding: BundleType (required): Indicates the purpose of a bundle - how it is intended to be used.
Motif requis: transaction
... timestamp Σ 0..1 instant When the bundle was assembled
... total ΣC 0..1 unsignedInt If search, the total number of matches
... link Σ 0..* BackboneElement Links related to this Bundle
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... relation Σ 1..1 string See http://www.iana.org/assignments/link-relations/link-relations.xhtml#link-relations-1
.... url Σ 1..1 uri Reference details for the link
... Slices pour entry ΣC 1..* BackboneElement Entry in the bundle - will have a resource or information
Slice: Non ordonné, Ouvert par profile:resource
Constraints: bdl-5, bdl-8
Ordre de répétition de cet élément : For bundles of type 'document' and 'message', the first resource is special (must be Composition or MessageHeader respectively). For all bundles, the meaning of the order of entries depends on the bundle type
.... entry:Toutes les slices Contenu/Règles pour toutes les slices
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... link Σ 0..* Voir link (Bundle) Links related to this entry
..... fullUrl Σ 0..1 uri URI for resource (Absolute URL server address or URI for UUID/OID)
..... resource Σ 0..1 Resource A resource in the bundle
..... search ΣC 0..1 BackboneElement Search related information
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
...... mode Σ 0..1 code match | include | outcome - why this is in the result set
Binding: SearchEntryMode (required): Why an entry is in the result set - whether it's included as a match or because of an _include requirement, or to convey information or warning information about the search process.
...... score Σ 0..1 decimal Search ranking (between 0 and 1)
..... request ΣC 0..1 BackboneElement Additional execution information (transaction/batch/history)
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
...... method Σ 1..1 code GET | HEAD | POST | PUT | DELETE | PATCH
Binding: HTTPVerb (required): HTTP verbs (in the HTTP command line). See HTTP rfc for details.
...... url Σ 1..1 uri URL for HTTP equivalent of this entry
...... ifNoneMatch Σ 0..1 string For managing cache currency
...... ifModifiedSince Σ 0..1 instant For managing cache currency
...... ifMatch Σ 0..1 string For managing update contention
...... ifNoneExist Σ 0..1 string For conditional creates
..... response ΣC 0..1 BackboneElement Results of execution (transaction/batch/history)
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
...... status Σ 1..1 string Status response code (text optional)
...... location Σ 0..1 uri The location (if the operation returns a location)
...... etag Σ 0..1 string The Etag for the resource (if relevant)
...... lastModified Σ 0..1 instant Server's date time modified
...... outcome Σ 0..1 Resource OperationOutcome with hints and warnings (for batch/transaction)
.... entry:careTeam ΣC 0..* BackboneElement Entry in the bundle - will have a resource or information
Constraints: bdl-5, bdl-8
Ordre de répétition de cet élément : For bundles of type 'document' and 'message', the first resource is special (must be Composition or MessageHeader respectively). For all bundles, the meaning of the order of entries depends on the bundle type
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... link Σ 0..* Voir link (Bundle) Links related to this entry
..... fullUrl Σ 0..1 uri URI for resource (Absolute URL server address or URI for UUID/OID)
..... resource 1..1 CDSCareTeam(2.0.1) Planned participants in the coordination and delivery of care for a patient or group
..... search ΣC 0..1 BackboneElement Search related information
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
...... mode Σ 0..1 code match | include | outcome - why this is in the result set
Binding: SearchEntryMode (required): Why an entry is in the result set - whether it's included as a match or because of an _include requirement, or to convey information or warning information about the search process.
...... score Σ 0..1 decimal Search ranking (between 0 and 1)
..... request ΣC 0..1 BackboneElement Additional execution information (transaction/batch/history)
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
...... method ΣC 1..1 code GET | HEAD | POST | PUT | DELETE | PATCH
Binding: HTTPVerb (required): HTTP verbs (in the HTTP command line). See HTTP rfc for details.
Constraints: req-met
...... url Σ 1..1 uri URL for HTTP equivalent of this entry
...... ifNoneMatch Σ 0..1 string For managing cache currency
...... ifModifiedSince Σ 0..1 instant For managing cache currency
...... ifMatch Σ 0..1 string For managing update contention
...... ifNoneExist Σ 0..1 string For conditional creates
.... entry:patient ΣC 0..* BackboneElement Entry in the bundle - will have a resource or information
Constraints: bdl-5, bdl-8
Ordre de répétition de cet élément : For bundles of type 'document' and 'message', the first resource is special (must be Composition or MessageHeader respectively). For all bundles, the meaning of the order of entries depends on the bundle type
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... link Σ 0..* Voir link (Bundle) Links related to this entry
..... fullUrl Σ 0..1 uri URI for resource (Absolute URL server address or URI for UUID/OID)
..... resource 1..1 FRCorePatientProfile(2.1.0) Information about an individual or animal receiving health care services
..... search ΣC 0..1 BackboneElement Search related information
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
...... mode Σ 0..1 code match | include | outcome - why this is in the result set
Binding: SearchEntryMode (required): Why an entry is in the result set - whether it's included as a match or because of an _include requirement, or to convey information or warning information about the search process.
...... score Σ 0..1 decimal Search ranking (between 0 and 1)
..... request ΣC 0..1 BackboneElement Additional execution information (transaction/batch/history)
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
...... method ΣC 1..1 code GET | HEAD | POST | PUT | DELETE | PATCH
Binding: HTTPVerb (required): HTTP verbs (in the HTTP command line). See HTTP rfc for details.
Constraints: req-met
...... url Σ 1..1 uri URL for HTTP equivalent of this entry
...... ifNoneMatch Σ 0..1 string For managing cache currency
...... ifModifiedSince Σ 0..1 instant For managing cache currency
...... ifMatch Σ 0..1 string For managing update contention
...... ifNoneExist Σ 0..1 string For conditional creates
.... entry:relatedPerson ΣC 0..* BackboneElement Entry in the bundle - will have a resource or information
Constraints: bdl-5, bdl-8
Ordre de répétition de cet élément : For bundles of type 'document' and 'message', the first resource is special (must be Composition or MessageHeader respectively). For all bundles, the meaning of the order of entries depends on the bundle type
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... link Σ 0..* Voir link (Bundle) Links related to this entry
..... fullUrl Σ 0..1 uri URI for resource (Absolute URL server address or URI for UUID/OID)
..... resource 1..1 CDSFrRelatedPerson(2.0.1) A person that is related to a patient, but who is not a direct target of care
..... search ΣC 0..1 BackboneElement Search related information
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
...... mode Σ 0..1 code match | include | outcome - why this is in the result set
Binding: SearchEntryMode (required): Why an entry is in the result set - whether it's included as a match or because of an _include requirement, or to convey information or warning information about the search process.
...... score Σ 0..1 decimal Search ranking (between 0 and 1)
..... request ΣC 0..1 BackboneElement Additional execution information (transaction/batch/history)
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
...... method ΣC 1..1 code GET | HEAD | POST | PUT | DELETE | PATCH
Binding: HTTPVerb (required): HTTP verbs (in the HTTP command line). See HTTP rfc for details.
Constraints: req-met
...... url Σ 1..1 uri URL for HTTP equivalent of this entry
...... ifNoneMatch Σ 0..1 string For managing cache currency
...... ifModifiedSince Σ 0..1 instant For managing cache currency
...... ifMatch Σ 0..1 string For managing update contention
...... ifNoneExist Σ 0..1 string For conditional creates
.... entry:organization ΣC 0..* BackboneElement Entry in the bundle - will have a resource or information
Constraints: bdl-5, bdl-8
Ordre de répétition de cet élément : For bundles of type 'document' and 'message', the first resource is special (must be Composition or MessageHeader respectively). For all bundles, the meaning of the order of entries depends on the bundle type
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... link Σ 0..* Voir link (Bundle) Links related to this entry
..... fullUrl Σ 0..1 uri URI for resource (Absolute URL server address or URI for UUID/OID)
..... resource 1..1 CDSAsOrganization(2.0.1) A grouping of people or organizations with a common purpose
..... search ΣC 0..1 BackboneElement Search related information
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
...... mode Σ 0..1 code match | include | outcome - why this is in the result set
Binding: SearchEntryMode (required): Why an entry is in the result set - whether it's included as a match or because of an _include requirement, or to convey information or warning information about the search process.
...... score Σ 0..1 decimal Search ranking (between 0 and 1)
..... request ΣC 0..1 BackboneElement Additional execution information (transaction/batch/history)
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
...... method ΣC 1..1 code GET | HEAD | POST | PUT | DELETE | PATCH
Binding: HTTPVerb (required): HTTP verbs (in the HTTP command line). See HTTP rfc for details.
Constraints: req-met
...... url Σ 1..1 uri URL for HTTP equivalent of this entry
...... ifNoneMatch Σ 0..1 string For managing cache currency
...... ifModifiedSince Σ 0..1 instant For managing cache currency
...... ifMatch Σ 0..1 string For managing update contention
...... ifNoneExist Σ 0..1 string For conditional creates
.... entry:practitionerRoleOrg ΣC 0..* BackboneElement Situation d'exercice du PS (PractitionerRole)
Constraints: bdl-5, bdl-8
Ordre de répétition de cet élément : For bundles of type 'document' and 'message', the first resource is special (must be Composition or MessageHeader respectively). For all bundles, the meaning of the order of entries depends on the bundle type
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... link Σ 0..* Voir link (Bundle) Links related to this entry
..... fullUrl Σ 0..1 uri URI for resource (Absolute URL server address or URI for UUID/OID)
..... resource 1..1 AsPractitionerRoleProfile(1.1.0) Roles/organizations the practitioner is associated with
..... search ΣC 0..1 BackboneElement Search related information
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
...... mode Σ 0..1 code match | include | outcome - why this is in the result set
Binding: SearchEntryMode (required): Why an entry is in the result set - whether it's included as a match or because of an _include requirement, or to convey information or warning information about the search process.
...... score Σ 0..1 decimal Search ranking (between 0 and 1)
..... request ΣC 0..1 BackboneElement Additional execution information (transaction/batch/history)
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
...... method ΣC 1..1 code GET | HEAD | POST | PUT | DELETE | PATCH
Binding: HTTPVerb (required): HTTP verbs (in the HTTP command line). See HTTP rfc for details.
Constraints: req-met
...... url Σ 1..1 uri URL for HTTP equivalent of this entry
...... ifNoneMatch Σ 0..1 string For managing cache currency
...... ifModifiedSince Σ 0..1 instant For managing cache currency
...... ifMatch Σ 0..1 string For managing update contention
...... ifNoneExist Σ 0..1 string For conditional creates
.... entry:practitionerPro ΣC 0..* BackboneElement Exercice professionnel du PS (Practitioner)
Constraints: bdl-5, bdl-8
Ordre de répétition de cet élément : For bundles of type 'document' and 'message', the first resource is special (must be Composition or MessageHeader respectively). For all bundles, the meaning of the order of entries depends on the bundle type
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... link Σ 0..* Voir link (Bundle) Links related to this entry
..... fullUrl Σ 0..1 uri URI for resource (Absolute URL server address or URI for UUID/OID)
..... resource 1..1 AsPractitionerProfile(1.1.0) A person with a formal responsibility in the provisioning of healthcare or related services
..... search ΣC 0..1 BackboneElement Search related information
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
...... mode Σ 0..1 code match | include | outcome - why this is in the result set
Binding: SearchEntryMode (required): Why an entry is in the result set - whether it's included as a match or because of an _include requirement, or to convey information or warning information about the search process.
...... score Σ 0..1 decimal Search ranking (between 0 and 1)
..... request ΣC 0..1 BackboneElement Additional execution information (transaction/batch/history)
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
...... method ΣC 1..1 code GET | HEAD | POST | PUT | DELETE | PATCH
Binding: HTTPVerb (required): HTTP verbs (in the HTTP command line). See HTTP rfc for details.
Constraints: req-met
...... url Σ 1..1 uri URL for HTTP equivalent of this entry
...... ifNoneMatch Σ 0..1 string For managing cache currency
...... ifModifiedSince Σ 0..1 instant For managing cache currency
...... ifMatch Σ 0..1 string For managing update contention
...... ifNoneExist Σ 0..1 string For conditional creates
... signature Σ 0..1 Signature Digital Signature

doco Documentation pour ce format

Bindings terminologiques

Chemin Statut Usage Jeu de valeurs (ValueSet) Version Source
Bundle.language Base preferred Common Languages 📍4.0.1 Std. FHIR
Bundle.type Base required BundleType 📍4.0.1 Std. FHIR
Bundle.entry.search.​mode Base required SearchEntryMode 📍4.0.1 Std. FHIR
Bundle.entry.request.​method Base required HTTPVerb 📍4.0.1 Std. FHIR
Bundle.entry:careTeam.​search.mode Base required SearchEntryMode 📍4.0.1 Std. FHIR
Bundle.entry:careTeam.​request.method Base required HTTPVerb 📍4.0.1 Std. FHIR
Bundle.entry:patient.​search.mode Base required SearchEntryMode 📍4.0.1 Std. FHIR
Bundle.entry:patient.​request.method Base required HTTPVerb 📍4.0.1 Std. FHIR
Bundle.entry:relatedPerson.​search.mode Base required SearchEntryMode 📍4.0.1 Std. FHIR
Bundle.entry:relatedPerson.​request.method Base required HTTPVerb 📍4.0.1 Std. FHIR
Bundle.entry:organization.​search.mode Base required SearchEntryMode 📍4.0.1 Std. FHIR
Bundle.entry:organization.​request.method Base required HTTPVerb 📍4.0.1 Std. FHIR
Bundle.entry:practitionerRoleOrg.​search.mode Base required SearchEntryMode 📍4.0.1 Std. FHIR
Bundle.entry:practitionerRoleOrg.​request.method Base required HTTPVerb 📍4.0.1 Std. FHIR
Bundle.entry:practitionerPro.​search.mode Base required SearchEntryMode 📍4.0.1 Std. FHIR
Bundle.entry:practitionerPro.​request.method Base required HTTPVerb 📍4.0.1 Std. FHIR

Contraintes

Id Grade Chemin(s) Description Expression
bdl-1 error Bundle total only when a search or history total.empty() or (type = 'searchset') or (type = 'history')
bdl-2 error Bundle entry.search only when a search entry.search.empty() or (type = 'searchset')
bdl-3 error Bundle 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 error Bundle 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-5 error Bundle.entry, Bundle.entry:careTeam, Bundle.entry:patient, Bundle.entry:relatedPerson, Bundle.entry:organization, Bundle.entry:practitionerRoleOrg, Bundle.entry:practitionerPro must be a resource unless there's a request or response resource.exists() or request.exists() or response.exists()
bdl-7 error Bundle 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-8 error Bundle.entry, Bundle.entry:careTeam, Bundle.entry:patient, Bundle.entry:relatedPerson, Bundle.entry:organization, Bundle.entry:practitionerRoleOrg, Bundle.entry:practitionerPro fullUrl cannot be a version specific reference fullUrl.contains('/_history/').not()
bdl-9 error Bundle A document must have an identifier with a system and a value type = 'document' implies (identifier.system.exists() and identifier.value.exists())
bdl-10 error Bundle A document must have a date type = 'document' implies (timestamp.hasValue())
bdl-11 error Bundle A document must have a Composition as the first resource type = 'document' implies entry.first().resource.is(Composition)
bdl-12 error Bundle A message must have a MessageHeader as the first resource type = 'message' implies entry.first().resource.is(MessageHeader)
ele-1 error Bundle.meta, Bundle.implicitRules, Bundle.language, Bundle.identifier, Bundle.type, Bundle.timestamp, Bundle.total, Bundle.link, Bundle.link.extension, Bundle.link.modifierExtension, Bundle.link.relation, Bundle.link.url, Bundle.entry, Bundle.entry.extension, Bundle.entry.modifierExtension, Bundle.entry.link, Bundle.entry.fullUrl, Bundle.entry.search, Bundle.entry.search.extension, Bundle.entry.search.modifierExtension, Bundle.entry.search.mode, Bundle.entry.search.score, Bundle.entry.request, Bundle.entry.request.extension, Bundle.entry.request.modifierExtension, Bundle.entry.request.method, Bundle.entry.request.url, Bundle.entry.request.ifNoneMatch, Bundle.entry.request.ifModifiedSince, Bundle.entry.request.ifMatch, Bundle.entry.request.ifNoneExist, Bundle.entry.response, Bundle.entry.response.extension, Bundle.entry.response.modifierExtension, Bundle.entry.response.status, Bundle.entry.response.location, Bundle.entry.response.etag, Bundle.entry.response.lastModified, Bundle.entry:careTeam, Bundle.entry:careTeam.extension, Bundle.entry:careTeam.modifierExtension, Bundle.entry:careTeam.link, Bundle.entry:careTeam.fullUrl, Bundle.entry:careTeam.search, Bundle.entry:careTeam.search.extension, Bundle.entry:careTeam.search.modifierExtension, Bundle.entry:careTeam.search.mode, Bundle.entry:careTeam.search.score, Bundle.entry:careTeam.request, Bundle.entry:careTeam.request.extension, Bundle.entry:careTeam.request.modifierExtension, Bundle.entry:careTeam.request.method, Bundle.entry:careTeam.request.url, Bundle.entry:careTeam.request.ifNoneMatch, Bundle.entry:careTeam.request.ifModifiedSince, Bundle.entry:careTeam.request.ifMatch, Bundle.entry:careTeam.request.ifNoneExist, Bundle.entry:careTeam.response.extension, Bundle.entry:careTeam.response.modifierExtension, Bundle.entry:careTeam.response.status, Bundle.entry:careTeam.response.location, Bundle.entry:careTeam.response.etag, Bundle.entry:careTeam.response.lastModified, Bundle.entry:patient, Bundle.entry:patient.extension, Bundle.entry:patient.modifierExtension, Bundle.entry:patient.link, Bundle.entry:patient.fullUrl, Bundle.entry:patient.search, Bundle.entry:patient.search.extension, Bundle.entry:patient.search.modifierExtension, Bundle.entry:patient.search.mode, Bundle.entry:patient.search.score, Bundle.entry:patient.request, Bundle.entry:patient.request.extension, Bundle.entry:patient.request.modifierExtension, Bundle.entry:patient.request.method, Bundle.entry:patient.request.url, Bundle.entry:patient.request.ifNoneMatch, Bundle.entry:patient.request.ifModifiedSince, Bundle.entry:patient.request.ifMatch, Bundle.entry:patient.request.ifNoneExist, Bundle.entry:patient.response.extension, Bundle.entry:patient.response.modifierExtension, Bundle.entry:patient.response.status, Bundle.entry:patient.response.location, Bundle.entry:patient.response.etag, Bundle.entry:patient.response.lastModified, Bundle.entry:relatedPerson, Bundle.entry:relatedPerson.extension, Bundle.entry:relatedPerson.modifierExtension, Bundle.entry:relatedPerson.link, Bundle.entry:relatedPerson.fullUrl, Bundle.entry:relatedPerson.search, Bundle.entry:relatedPerson.search.extension, Bundle.entry:relatedPerson.search.modifierExtension, Bundle.entry:relatedPerson.search.mode, Bundle.entry:relatedPerson.search.score, Bundle.entry:relatedPerson.request, Bundle.entry:relatedPerson.request.extension, Bundle.entry:relatedPerson.request.modifierExtension, Bundle.entry:relatedPerson.request.method, Bundle.entry:relatedPerson.request.url, Bundle.entry:relatedPerson.request.ifNoneMatch, Bundle.entry:relatedPerson.request.ifModifiedSince, Bundle.entry:relatedPerson.request.ifMatch, Bundle.entry:relatedPerson.request.ifNoneExist, Bundle.entry:relatedPerson.response.extension, Bundle.entry:relatedPerson.response.modifierExtension, Bundle.entry:relatedPerson.response.status, Bundle.entry:relatedPerson.response.location, Bundle.entry:relatedPerson.response.etag, Bundle.entry:relatedPerson.response.lastModified, Bundle.entry:organization, Bundle.entry:organization.extension, Bundle.entry:organization.modifierExtension, Bundle.entry:organization.link, Bundle.entry:organization.fullUrl, Bundle.entry:organization.search, Bundle.entry:organization.search.extension, Bundle.entry:organization.search.modifierExtension, Bundle.entry:organization.search.mode, Bundle.entry:organization.search.score, Bundle.entry:organization.request, Bundle.entry:organization.request.extension, Bundle.entry:organization.request.modifierExtension, Bundle.entry:organization.request.method, Bundle.entry:organization.request.url, Bundle.entry:organization.request.ifNoneMatch, Bundle.entry:organization.request.ifModifiedSince, Bundle.entry:organization.request.ifMatch, Bundle.entry:organization.request.ifNoneExist, Bundle.entry:organization.response.extension, Bundle.entry:organization.response.modifierExtension, Bundle.entry:organization.response.status, Bundle.entry:organization.response.location, Bundle.entry:organization.response.etag, Bundle.entry:organization.response.lastModified, Bundle.entry:practitionerRoleOrg, Bundle.entry:practitionerRoleOrg.extension, Bundle.entry:practitionerRoleOrg.modifierExtension, Bundle.entry:practitionerRoleOrg.link, Bundle.entry:practitionerRoleOrg.fullUrl, Bundle.entry:practitionerRoleOrg.search, Bundle.entry:practitionerRoleOrg.search.extension, Bundle.entry:practitionerRoleOrg.search.modifierExtension, Bundle.entry:practitionerRoleOrg.search.mode, Bundle.entry:practitionerRoleOrg.search.score, Bundle.entry:practitionerRoleOrg.request, Bundle.entry:practitionerRoleOrg.request.extension, Bundle.entry:practitionerRoleOrg.request.modifierExtension, Bundle.entry:practitionerRoleOrg.request.method, Bundle.entry:practitionerRoleOrg.request.url, Bundle.entry:practitionerRoleOrg.request.ifNoneMatch, Bundle.entry:practitionerRoleOrg.request.ifModifiedSince, Bundle.entry:practitionerRoleOrg.request.ifMatch, Bundle.entry:practitionerRoleOrg.request.ifNoneExist, Bundle.entry:practitionerRoleOrg.response.extension, Bundle.entry:practitionerRoleOrg.response.modifierExtension, Bundle.entry:practitionerRoleOrg.response.status, Bundle.entry:practitionerRoleOrg.response.location, Bundle.entry:practitionerRoleOrg.response.etag, Bundle.entry:practitionerRoleOrg.response.lastModified, Bundle.entry:practitionerPro, Bundle.entry:practitionerPro.extension, Bundle.entry:practitionerPro.modifierExtension, Bundle.entry:practitionerPro.link, Bundle.entry:practitionerPro.fullUrl, Bundle.entry:practitionerPro.search, Bundle.entry:practitionerPro.search.extension, Bundle.entry:practitionerPro.search.modifierExtension, Bundle.entry:practitionerPro.search.mode, Bundle.entry:practitionerPro.search.score, Bundle.entry:practitionerPro.request, Bundle.entry:practitionerPro.request.extension, Bundle.entry:practitionerPro.request.modifierExtension, Bundle.entry:practitionerPro.request.method, Bundle.entry:practitionerPro.request.url, Bundle.entry:practitionerPro.request.ifNoneMatch, Bundle.entry:practitionerPro.request.ifModifiedSince, Bundle.entry:practitionerPro.request.ifMatch, Bundle.entry:practitionerPro.request.ifNoneExist, Bundle.entry:practitionerPro.response.extension, Bundle.entry:practitionerPro.response.modifierExtension, Bundle.entry:practitionerPro.response.status, Bundle.entry:practitionerPro.response.location, Bundle.entry:practitionerPro.response.etag, Bundle.entry:practitionerPro.response.lastModified, Bundle.signature All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error Bundle.link.extension, Bundle.link.modifierExtension, Bundle.entry.extension, Bundle.entry.modifierExtension, Bundle.entry.search.extension, Bundle.entry.search.modifierExtension, Bundle.entry.request.extension, Bundle.entry.request.modifierExtension, Bundle.entry.response.extension, Bundle.entry.response.modifierExtension, Bundle.entry:careTeam.extension, Bundle.entry:careTeam.modifierExtension, Bundle.entry:careTeam.search.extension, Bundle.entry:careTeam.search.modifierExtension, Bundle.entry:careTeam.request.extension, Bundle.entry:careTeam.request.modifierExtension, Bundle.entry:careTeam.response.extension, Bundle.entry:careTeam.response.modifierExtension, Bundle.entry:patient.extension, Bundle.entry:patient.modifierExtension, Bundle.entry:patient.search.extension, Bundle.entry:patient.search.modifierExtension, Bundle.entry:patient.request.extension, Bundle.entry:patient.request.modifierExtension, Bundle.entry:patient.response.extension, Bundle.entry:patient.response.modifierExtension, Bundle.entry:relatedPerson.extension, Bundle.entry:relatedPerson.modifierExtension, Bundle.entry:relatedPerson.search.extension, Bundle.entry:relatedPerson.search.modifierExtension, Bundle.entry:relatedPerson.request.extension, Bundle.entry:relatedPerson.request.modifierExtension, Bundle.entry:relatedPerson.response.extension, Bundle.entry:relatedPerson.response.modifierExtension, Bundle.entry:organization.extension, Bundle.entry:organization.modifierExtension, Bundle.entry:organization.search.extension, Bundle.entry:organization.search.modifierExtension, Bundle.entry:organization.request.extension, Bundle.entry:organization.request.modifierExtension, Bundle.entry:organization.response.extension, Bundle.entry:organization.response.modifierExtension, Bundle.entry:practitionerRoleOrg.extension, Bundle.entry:practitionerRoleOrg.modifierExtension, Bundle.entry:practitionerRoleOrg.search.extension, Bundle.entry:practitionerRoleOrg.search.modifierExtension, Bundle.entry:practitionerRoleOrg.request.extension, Bundle.entry:practitionerRoleOrg.request.modifierExtension, Bundle.entry:practitionerRoleOrg.response.extension, Bundle.entry:practitionerRoleOrg.response.modifierExtension, Bundle.entry:practitionerPro.extension, Bundle.entry:practitionerPro.modifierExtension, Bundle.entry:practitionerPro.search.extension, Bundle.entry:practitionerPro.search.modifierExtension, Bundle.entry:practitionerPro.request.extension, Bundle.entry:practitionerPro.request.modifierExtension, Bundle.entry:practitionerPro.response.extension, Bundle.entry:practitionerPro.response.modifierExtension Must have either extensions or value[x], not both extension.exists() != value.exists()
req-met error Bundle.entry:careTeam.request.method, Bundle.entry:patient.request.method, Bundle.entry:relatedPerson.request.method, Bundle.entry:organization.request.method, Bundle.entry:practitionerRoleOrg.request.method, Bundle.entry:practitionerPro.request.method Invariant décrivant la méthode de requête des bundles de type transaction : POST s'il s’agit d’un nouvel élément ou PUT s'il s’agit d’un élément qui existe déjà. value='POST' or value='PUT'

 

Other representations of profile: CSV, Excel, Schematron