FR Document Core (FHIR)
0.1.0 - ci-build
FR Document Core (FHIR), publié par Agence du Numérique en Santé (ANS) - 2-10 Rue d'Oradour-sur-Glane, 75015 Paris. Ce guide n'est pas une publication autorisée ; C'est la version en intégration continue pour la version 0.1.0 construite par le CI Build FHIR (HL7® FHIR® Standard). Cette version est basée sur le contenu actuel de https://github.com/ansforge/interop-IG-fhir-document-core/ et change régulièrement. Voir le répertoire des versions publiées
| URL officielle: https://interop.esante.gouv.fr/ig/fhir/document-core/StructureDefinition/fr-device-use-statement-document | Version: 0.1.0 | ||||
| Draft à partir de 2026-08-07 | Nom computable: FRDeviceUseStatementDocument | ||||
FRDeviceUseStatementDocument représente les informations sur un dispositif médical
Utilisations:
Vous pouvez également vérifier les usages dans le FHIR IG Statistics
Description des profils, des différentiels, des instantanés et de leurs représentations.
| Nom | Drapeaux | Card. | Type | Description et contraintes Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | DeviceUseStatement(4.0.1) | Record of use of a device | |
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() |
0..* | Extension | Extension Slice: Non ordonné, Ouvert par value:url Constraints: ext-1 | |
![]() ![]() ![]() |
0..1 | (Complexe) | Dispensateur: référence au professionnel de santé ou à l'organisation ayant initié ou dispensé le dispositif URL: https://interop.esante.gouv.fr/ig/fhir/document-core/StructureDefinition/fr-actor-extension Constraints: ext-1 | |
![]() ![]() ![]() ![]() |
2..* | Extension | Extension Slice: Non ordonné, Ouvert par value:url Constraints: ext-1 | |
![]() ![]() ![]() ![]() |
Contenu/Règles pour toutes les slices | |||
![]() ![]() ![]() ![]() ![]() |
1..1 | Extension | Extension Constraints: ext-1 | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..0 | Extension Slice: Non ordonné, Ouvert par value:url Constraints: ext-1 | ||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | "type" | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | code | Value of extension Binding: FRValueSetActorTypeDocument (0.1.0) (required) Motif requis: PRF | |
![]() ![]() ![]() ![]() ![]() |
0..1 | Extension | Type de participation Constraints: ext-1 | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..0 | Extension Slice: Non ordonné, Ouvert par value:url Constraints: ext-1 | ||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | "typeCode" | |
![]() ![]() ![]() ![]() ![]() |
1..1 | Extension | Extension Constraints: ext-1 | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..0 | Extension Slice: Non ordonné, Ouvert par value:url Constraints: ext-1 | ||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | "actor" | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | Reference(FR PractitionerRole Document(0.1.0) | FR Organization Document(0.1.0)) | Value of extension | |
![]() ![]() ![]() ![]() |
1..1 | uri | "https://interop.esante.gouv.fr/ig/fhir/document-core/StructureDefinition/fr-actor-extension" | |
![]() ![]() ![]() |
0..1 | boolean | DM n'est remboursable / remboursable URL: https://interop.esante.gouv.fr/ig/fhir/document-core/StructureDefinition/fr-not-covered-extension Constraints: ext-1 | |
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored Constraints: ext-1 |
![]() ![]() |
Σ | 0..* | Identifier | Identifiant de la fourniture du DM. |
![]() ![]() |
?!Σ | 1..1 | code | active | completed | entered-in-error + Binding: DeviceUseStatementStatus (required): A coded concept indicating the current status of the Device Usage. |
![]() ![]() |
Σ | 1..1 | Reference(Patient | Group) | Patient using device |
![]() ![]() |
Σ | 0..1 | How often the device was used | |
![]() ![]() ![]() |
Timing | |||
![]() ![]() ![]() |
Period | |||
![]() ![]() |
SΣ | 1..1 | Reference(Device) | Dispositif médical |
![]() ![]() |
SΣ | 0..* | Reference(Observation | Condition - FR Condition Document(0.1.0) | Observation - FR Observation Prevention Document(0.1.0) | Observation - FR Observation ALD Document(0.1.0) | Observation - FR Observation Work Related Accident Document(0.1.0)) | Raisons liées à l'utilisation du dispositif médical |
Documentation pour ce format | ||||
| Chemin | Statut | Usage | Jeu de valeurs (ValueSet) | Version | Source |
| DeviceUseStatement.extension:performer.extension:type.value[x] | Base | required | ValueSet - FR ValueSet Actor Type Document | 📍0.1.0 | cet IG |
| DeviceUseStatement.status | Base | required | DeviceUseStatementStatus | 📍4.0.1 | Std. FHIR |
| Id | Grade | Chemin(s) | Description | Expression |
| dom-2 | error | DeviceUseStatement | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | DeviceUseStatement | If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource |
contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
|
| dom-4 | error | DeviceUseStatement | If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated |
contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
|
| dom-5 | error | DeviceUseStatement | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | bonne pratique | DeviceUseStatement | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | DeviceUseStatement.implicitRules, DeviceUseStatement.extension, DeviceUseStatement.extension:performer, DeviceUseStatement.extension:performer.extension, DeviceUseStatement.extension:performer.extension:type, DeviceUseStatement.extension:performer.extension:type.value[x], DeviceUseStatement.extension:performer.extension:typeCode, DeviceUseStatement.extension:performer.extension:actor, DeviceUseStatement.extension:performer.extension:actor.value[x], DeviceUseStatement.extension:notCovered, DeviceUseStatement.modifierExtension, DeviceUseStatement.identifier, DeviceUseStatement.status, DeviceUseStatement.subject, DeviceUseStatement.timing[x], DeviceUseStatement.device, DeviceUseStatement.reasonReference | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | DeviceUseStatement.extension, DeviceUseStatement.extension:performer, DeviceUseStatement.extension:performer.extension, DeviceUseStatement.extension:performer.extension:type, DeviceUseStatement.extension:performer.extension:typeCode, DeviceUseStatement.extension:performer.extension:actor, DeviceUseStatement.extension:notCovered, DeviceUseStatement.modifierExtension | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
Cette structure est dérivée de DeviceUseStatement
| Nom | Drapeaux | Card. | Type | Description et contraintes Filter: ![]() ![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
0..* | DeviceUseStatement(4.0.1) | Record of use of a device | |||||
![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() |
0..1 | code | Language of the resource content Binding: CommonLanguages (preferred): A human language.
| |||||
![]() ![]() |
0..1 | Narrative | Text summary of the resource, for human interpretation This profile does not constrain the narrative in regard to content, language, or traceability to data elements | |||||
![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||
![]() ![]() |
0..* | Extension | Extension Slice: Non ordonné, Ouvert par value:url Constraints: ext-1 | |||||
![]() ![]() ![]() |
0..1 | (Complexe) | Dispensateur: référence au professionnel de santé ou à l'organisation ayant initié ou dispensé le dispositif URL: https://interop.esante.gouv.fr/ig/fhir/document-core/StructureDefinition/fr-actor-extension Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
2..* | Extension | Extension Slice: Non ordonné, Ouvert par value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
Contenu/Règles pour toutes les slices | |||||||
![]() ![]() ![]() ![]() ![]() |
1..1 | Extension | Extension Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..0 | Extension Slice: Non ordonné, Ouvert par value:url Constraints: ext-1 | ||||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | "type" | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | code | Value of extension Binding: FRValueSetActorTypeDocument (0.1.0) (required) Motif requis: PRF | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | Extension | Type de participation Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..0 | Extension Slice: Non ordonné, Ouvert par value:url Constraints: ext-1 | ||||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | "typeCode" | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | Value of extension | |||||
![]() ![]() ![]() ![]() ![]() |
1..1 | Extension | Extension Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..0 | Extension Slice: Non ordonné, Ouvert par value:url Constraints: ext-1 | ||||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | "actor" | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | Reference(FR PractitionerRole Document(0.1.0) | FR Organization Document(0.1.0)) | Value of extension | |||||
![]() ![]() ![]() ![]() |
1..1 | uri | "https://interop.esante.gouv.fr/ig/fhir/document-core/StructureDefinition/fr-actor-extension" | |||||
![]() ![]() ![]() |
0..1 | boolean | DM n'est remboursable / remboursable URL: https://interop.esante.gouv.fr/ig/fhir/document-core/StructureDefinition/fr-not-covered-extension Constraints: ext-1 | |||||
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored Constraints: ext-1 | ||||
![]() ![]() |
Σ | 0..* | Identifier | Identifiant de la fourniture du DM. | ||||
![]() ![]() |
Σ | 0..* | Reference(ServiceRequest) | Fulfills plan, proposal or order | ||||
![]() ![]() |
?!Σ | 1..1 | code | active | completed | entered-in-error + Binding: DeviceUseStatementStatus (required): A coded concept indicating the current status of the Device Usage. | ||||
![]() ![]() |
Σ | 1..1 | Reference(Patient | Group) | Patient using device | ||||
![]() ![]() |
Σ | 0..* | Reference(ServiceRequest | Procedure | Claim | Observation | QuestionnaireResponse | DocumentReference) | Supporting information | ||||
![]() ![]() |
Σ | 0..1 | How often the device was used | |||||
![]() ![]() ![]() |
Timing | |||||||
![]() ![]() ![]() |
Period | |||||||
![]() ![]() |
Σ | 0..1 | dateTime | When statement was recorded | ||||
![]() ![]() |
Σ | 0..1 | Reference(Patient | Practitioner | PractitionerRole | RelatedPerson) | Who made the statement | ||||
![]() ![]() |
SΣ | 1..1 | Reference(Device) | Dispositif médical | ||||
![]() ![]() |
Σ | 0..* | CodeableConcept | Why device was used | ||||
![]() ![]() |
SΣ | 0..* | Reference(Observation | Condition - FR Condition Document(0.1.0) | Observation - FR Observation Prevention Document(0.1.0) | Observation - FR Observation ALD Document(0.1.0) | Observation - FR Observation Work Related Accident Document(0.1.0)) | Raisons liées à l'utilisation du dispositif médical | ||||
![]() ![]() |
Σ | 0..1 | CodeableConcept | Target body site Binding: SNOMEDCTBodyStructures (example): Codes describing anatomical locations. May include laterality. | ||||
![]() ![]() |
0..* | Annotation | Addition details (comments, instructions) | |||||
Documentation pour ce format | ||||||||
| Chemin | Statut | Usage | Jeu de valeurs (ValueSet) | Version | Source |
| DeviceUseStatement.language | Base | preferred | Common Languages | 📍4.0.1 | Std. FHIR |
| DeviceUseStatement.extension:performer.extension:type.value[x] | Base | required | ValueSet - FR ValueSet Actor Type Document | 📍0.1.0 | cet IG |
| DeviceUseStatement.status | Base | required | DeviceUseStatementStatus | 📍4.0.1 | Std. FHIR |
| DeviceUseStatement.bodySite | Base | example | SNOMED CT Body Structures | 📍4.0.1 | Std. FHIR |
| Id | Grade | Chemin(s) | Description | Expression |
| dom-2 | error | DeviceUseStatement | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | DeviceUseStatement | If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource |
contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
|
| dom-4 | error | DeviceUseStatement | If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated |
contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
|
| dom-5 | error | DeviceUseStatement | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | bonne pratique | DeviceUseStatement | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | DeviceUseStatement.meta, DeviceUseStatement.implicitRules, DeviceUseStatement.language, DeviceUseStatement.text, DeviceUseStatement.extension, DeviceUseStatement.extension:performer, DeviceUseStatement.extension:performer.extension, DeviceUseStatement.extension:performer.extension:type, DeviceUseStatement.extension:performer.extension:type.value[x], DeviceUseStatement.extension:performer.extension:typeCode, DeviceUseStatement.extension:performer.extension:typeCode.value[x], DeviceUseStatement.extension:performer.extension:actor, DeviceUseStatement.extension:performer.extension:actor.value[x], DeviceUseStatement.extension:notCovered, DeviceUseStatement.modifierExtension, DeviceUseStatement.identifier, DeviceUseStatement.basedOn, DeviceUseStatement.status, DeviceUseStatement.subject, DeviceUseStatement.derivedFrom, DeviceUseStatement.timing[x], DeviceUseStatement.recordedOn, DeviceUseStatement.source, DeviceUseStatement.device, DeviceUseStatement.reasonCode, DeviceUseStatement.reasonReference, DeviceUseStatement.bodySite, DeviceUseStatement.note | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | DeviceUseStatement.extension, DeviceUseStatement.extension:performer, DeviceUseStatement.extension:performer.extension, DeviceUseStatement.extension:performer.extension:type, DeviceUseStatement.extension:performer.extension:typeCode, DeviceUseStatement.extension:performer.extension:actor, DeviceUseStatement.extension:notCovered, DeviceUseStatement.modifierExtension | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
Cette structure est dérivée de DeviceUseStatement
Résumé
Must-Support : 2 éléments
Structures
Cette structure fait référence à ces autres structures:
Extensions
Cette structure fait référence à ces extensions:
Vue des éléments clés
| Nom | Drapeaux | Card. | Type | Description et contraintes Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | DeviceUseStatement(4.0.1) | Record of use of a device | |
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() |
0..* | Extension | Extension Slice: Non ordonné, Ouvert par value:url Constraints: ext-1 | |
![]() ![]() ![]() |
0..1 | (Complexe) | Dispensateur: référence au professionnel de santé ou à l'organisation ayant initié ou dispensé le dispositif URL: https://interop.esante.gouv.fr/ig/fhir/document-core/StructureDefinition/fr-actor-extension Constraints: ext-1 | |
![]() ![]() ![]() ![]() |
2..* | Extension | Extension Slice: Non ordonné, Ouvert par value:url Constraints: ext-1 | |
![]() ![]() ![]() ![]() |
Contenu/Règles pour toutes les slices | |||
![]() ![]() ![]() ![]() ![]() |
1..1 | Extension | Extension Constraints: ext-1 | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..0 | Extension Slice: Non ordonné, Ouvert par value:url Constraints: ext-1 | ||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | "type" | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | code | Value of extension Binding: FRValueSetActorTypeDocument (0.1.0) (required) Motif requis: PRF | |
![]() ![]() ![]() ![]() ![]() |
0..1 | Extension | Type de participation Constraints: ext-1 | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..0 | Extension Slice: Non ordonné, Ouvert par value:url Constraints: ext-1 | ||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | "typeCode" | |
![]() ![]() ![]() ![]() ![]() |
1..1 | Extension | Extension Constraints: ext-1 | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..0 | Extension Slice: Non ordonné, Ouvert par value:url Constraints: ext-1 | ||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | "actor" | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | Reference(FR PractitionerRole Document(0.1.0) | FR Organization Document(0.1.0)) | Value of extension | |
![]() ![]() ![]() ![]() |
1..1 | uri | "https://interop.esante.gouv.fr/ig/fhir/document-core/StructureDefinition/fr-actor-extension" | |
![]() ![]() ![]() |
0..1 | boolean | DM n'est remboursable / remboursable URL: https://interop.esante.gouv.fr/ig/fhir/document-core/StructureDefinition/fr-not-covered-extension Constraints: ext-1 | |
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored Constraints: ext-1 |
![]() ![]() |
Σ | 0..* | Identifier | Identifiant de la fourniture du DM. |
![]() ![]() |
?!Σ | 1..1 | code | active | completed | entered-in-error + Binding: DeviceUseStatementStatus (required): A coded concept indicating the current status of the Device Usage. |
![]() ![]() |
Σ | 1..1 | Reference(Patient | Group) | Patient using device |
![]() ![]() |
Σ | 0..1 | How often the device was used | |
![]() ![]() ![]() |
Timing | |||
![]() ![]() ![]() |
Period | |||
![]() ![]() |
SΣ | 1..1 | Reference(Device) | Dispositif médical |
![]() ![]() |
SΣ | 0..* | Reference(Observation | Condition - FR Condition Document(0.1.0) | Observation - FR Observation Prevention Document(0.1.0) | Observation - FR Observation ALD Document(0.1.0) | Observation - FR Observation Work Related Accident Document(0.1.0)) | Raisons liées à l'utilisation du dispositif médical |
Documentation pour ce format | ||||
| Chemin | Statut | Usage | Jeu de valeurs (ValueSet) | Version | Source |
| DeviceUseStatement.extension:performer.extension:type.value[x] | Base | required | ValueSet - FR ValueSet Actor Type Document | 📍0.1.0 | cet IG |
| DeviceUseStatement.status | Base | required | DeviceUseStatementStatus | 📍4.0.1 | Std. FHIR |
| Id | Grade | Chemin(s) | Description | Expression |
| dom-2 | error | DeviceUseStatement | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | DeviceUseStatement | If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource |
contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
|
| dom-4 | error | DeviceUseStatement | If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated |
contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
|
| dom-5 | error | DeviceUseStatement | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | bonne pratique | DeviceUseStatement | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | DeviceUseStatement.implicitRules, DeviceUseStatement.extension, DeviceUseStatement.extension:performer, DeviceUseStatement.extension:performer.extension, DeviceUseStatement.extension:performer.extension:type, DeviceUseStatement.extension:performer.extension:type.value[x], DeviceUseStatement.extension:performer.extension:typeCode, DeviceUseStatement.extension:performer.extension:actor, DeviceUseStatement.extension:performer.extension:actor.value[x], DeviceUseStatement.extension:notCovered, DeviceUseStatement.modifierExtension, DeviceUseStatement.identifier, DeviceUseStatement.status, DeviceUseStatement.subject, DeviceUseStatement.timing[x], DeviceUseStatement.device, DeviceUseStatement.reasonReference | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | DeviceUseStatement.extension, DeviceUseStatement.extension:performer, DeviceUseStatement.extension:performer.extension, DeviceUseStatement.extension:performer.extension:type, DeviceUseStatement.extension:performer.extension:typeCode, DeviceUseStatement.extension:performer.extension:actor, DeviceUseStatement.extension:notCovered, DeviceUseStatement.modifierExtension | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
Vue différentielle
Cette structure est dérivée de DeviceUseStatement
Vue d'ensembleView
| Nom | Drapeaux | Card. | Type | Description et contraintes Filter: ![]() ![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
0..* | DeviceUseStatement(4.0.1) | Record of use of a device | |||||
![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() |
0..1 | code | Language of the resource content Binding: CommonLanguages (preferred): A human language.
| |||||
![]() ![]() |
0..1 | Narrative | Text summary of the resource, for human interpretation This profile does not constrain the narrative in regard to content, language, or traceability to data elements | |||||
![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||
![]() ![]() |
0..* | Extension | Extension Slice: Non ordonné, Ouvert par value:url Constraints: ext-1 | |||||
![]() ![]() ![]() |
0..1 | (Complexe) | Dispensateur: référence au professionnel de santé ou à l'organisation ayant initié ou dispensé le dispositif URL: https://interop.esante.gouv.fr/ig/fhir/document-core/StructureDefinition/fr-actor-extension Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
2..* | Extension | Extension Slice: Non ordonné, Ouvert par value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
Contenu/Règles pour toutes les slices | |||||||
![]() ![]() ![]() ![]() ![]() |
1..1 | Extension | Extension Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..0 | Extension Slice: Non ordonné, Ouvert par value:url Constraints: ext-1 | ||||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | "type" | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | code | Value of extension Binding: FRValueSetActorTypeDocument (0.1.0) (required) Motif requis: PRF | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | Extension | Type de participation Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..0 | Extension Slice: Non ordonné, Ouvert par value:url Constraints: ext-1 | ||||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | "typeCode" | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | Value of extension | |||||
![]() ![]() ![]() ![]() ![]() |
1..1 | Extension | Extension Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..0 | Extension Slice: Non ordonné, Ouvert par value:url Constraints: ext-1 | ||||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | "actor" | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | Reference(FR PractitionerRole Document(0.1.0) | FR Organization Document(0.1.0)) | Value of extension | |||||
![]() ![]() ![]() ![]() |
1..1 | uri | "https://interop.esante.gouv.fr/ig/fhir/document-core/StructureDefinition/fr-actor-extension" | |||||
![]() ![]() ![]() |
0..1 | boolean | DM n'est remboursable / remboursable URL: https://interop.esante.gouv.fr/ig/fhir/document-core/StructureDefinition/fr-not-covered-extension Constraints: ext-1 | |||||
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored Constraints: ext-1 | ||||
![]() ![]() |
Σ | 0..* | Identifier | Identifiant de la fourniture du DM. | ||||
![]() ![]() |
Σ | 0..* | Reference(ServiceRequest) | Fulfills plan, proposal or order | ||||
![]() ![]() |
?!Σ | 1..1 | code | active | completed | entered-in-error + Binding: DeviceUseStatementStatus (required): A coded concept indicating the current status of the Device Usage. | ||||
![]() ![]() |
Σ | 1..1 | Reference(Patient | Group) | Patient using device | ||||
![]() ![]() |
Σ | 0..* | Reference(ServiceRequest | Procedure | Claim | Observation | QuestionnaireResponse | DocumentReference) | Supporting information | ||||
![]() ![]() |
Σ | 0..1 | How often the device was used | |||||
![]() ![]() ![]() |
Timing | |||||||
![]() ![]() ![]() |
Period | |||||||
![]() ![]() |
Σ | 0..1 | dateTime | When statement was recorded | ||||
![]() ![]() |
Σ | 0..1 | Reference(Patient | Practitioner | PractitionerRole | RelatedPerson) | Who made the statement | ||||
![]() ![]() |
SΣ | 1..1 | Reference(Device) | Dispositif médical | ||||
![]() ![]() |
Σ | 0..* | CodeableConcept | Why device was used | ||||
![]() ![]() |
SΣ | 0..* | Reference(Observation | Condition - FR Condition Document(0.1.0) | Observation - FR Observation Prevention Document(0.1.0) | Observation - FR Observation ALD Document(0.1.0) | Observation - FR Observation Work Related Accident Document(0.1.0)) | Raisons liées à l'utilisation du dispositif médical | ||||
![]() ![]() |
Σ | 0..1 | CodeableConcept | Target body site Binding: SNOMEDCTBodyStructures (example): Codes describing anatomical locations. May include laterality. | ||||
![]() ![]() |
0..* | Annotation | Addition details (comments, instructions) | |||||
Documentation pour ce format | ||||||||
| Chemin | Statut | Usage | Jeu de valeurs (ValueSet) | Version | Source |
| DeviceUseStatement.language | Base | preferred | Common Languages | 📍4.0.1 | Std. FHIR |
| DeviceUseStatement.extension:performer.extension:type.value[x] | Base | required | ValueSet - FR ValueSet Actor Type Document | 📍0.1.0 | cet IG |
| DeviceUseStatement.status | Base | required | DeviceUseStatementStatus | 📍4.0.1 | Std. FHIR |
| DeviceUseStatement.bodySite | Base | example | SNOMED CT Body Structures | 📍4.0.1 | Std. FHIR |
| Id | Grade | Chemin(s) | Description | Expression |
| dom-2 | error | DeviceUseStatement | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | DeviceUseStatement | If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource |
contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
|
| dom-4 | error | DeviceUseStatement | If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated |
contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
|
| dom-5 | error | DeviceUseStatement | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | bonne pratique | DeviceUseStatement | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | DeviceUseStatement.meta, DeviceUseStatement.implicitRules, DeviceUseStatement.language, DeviceUseStatement.text, DeviceUseStatement.extension, DeviceUseStatement.extension:performer, DeviceUseStatement.extension:performer.extension, DeviceUseStatement.extension:performer.extension:type, DeviceUseStatement.extension:performer.extension:type.value[x], DeviceUseStatement.extension:performer.extension:typeCode, DeviceUseStatement.extension:performer.extension:typeCode.value[x], DeviceUseStatement.extension:performer.extension:actor, DeviceUseStatement.extension:performer.extension:actor.value[x], DeviceUseStatement.extension:notCovered, DeviceUseStatement.modifierExtension, DeviceUseStatement.identifier, DeviceUseStatement.basedOn, DeviceUseStatement.status, DeviceUseStatement.subject, DeviceUseStatement.derivedFrom, DeviceUseStatement.timing[x], DeviceUseStatement.recordedOn, DeviceUseStatement.source, DeviceUseStatement.device, DeviceUseStatement.reasonCode, DeviceUseStatement.reasonReference, DeviceUseStatement.bodySite, DeviceUseStatement.note | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | DeviceUseStatement.extension, DeviceUseStatement.extension:performer, DeviceUseStatement.extension:performer.extension, DeviceUseStatement.extension:performer.extension:type, DeviceUseStatement.extension:performer.extension:typeCode, DeviceUseStatement.extension:performer.extension:actor, DeviceUseStatement.extension:notCovered, DeviceUseStatement.modifierExtension | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
Cette structure est dérivée de DeviceUseStatement
Résumé
Must-Support : 2 éléments
Structures
Cette structure fait référence à ces autres structures:
Extensions
Cette structure fait référence à ces extensions:
Autres représentations du profil : CSV, Excel, Schematron