FR Document Core (FHIR)
0.1.0 - ci-build
FR Document Core (FHIR), published by Agence du Numérique en Santé (ANS) - 2-10 Rue d'Oradour-sur-Glane, 75015 Paris. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/ansforge/interop-IG-fhir-document-core/ and changes regularly. See the Directory of published versions
| Official URL: https://interop.esante.gouv.fr/ig/fhir/document-core/StructureDefinition/fr-device-use-statement-document | Version: 0.1.0 | ||||
| Draft as of 2026-08-07 | Computable Name: FRDeviceUseStatementDocument | ||||
FRDeviceUseStatementDocument représente les informations sur un dispositif médical
Usages:
You can also check for usages in the FHIR IG Statistics
Description Differentials, Snapshots, and other representations.
| Name | Flags | Card. | Type | Description & Constraints 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: Unordered, Open by value:url Constraints: ext-1 | |
![]() ![]() ![]() |
0..1 | (Complex) | 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: Unordered, Open by value:url Constraints: ext-1 | |
![]() ![]() ![]() ![]() |
Content/Rules for all slices | |||
![]() ![]() ![]() ![]() ![]() |
1..1 | Extension | Extension Constraints: ext-1 | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..0 | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | ||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | "type" | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | code | Value of extension Binding: FRValueSetActorTypeDocument (0.1.0) (required) Required Pattern: PRF | |
![]() ![]() ![]() ![]() ![]() |
0..1 | Extension | Type de participation Constraints: ext-1 | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..0 | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | ||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | "typeCode" | |
![]() ![]() ![]() ![]() ![]() |
1..1 | Extension | Extension Constraints: ext-1 | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..0 | Extension Slice: Unordered, Open by 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 for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| DeviceUseStatement.extension:performer.extension:type.value[x] | Base | required | ValueSet - FR ValueSet Actor Type Document | 📍0.1.0 | This IG |
| DeviceUseStatement.status | Base | required | DeviceUseStatementStatus | 📍4.0.1 | FHIR Std. |
| Id | Grade | Path(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 | best practice | 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()
|
| Name | Flags | Card. | Type | Description & Constraints 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: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() |
0..1 | (Complex) | 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: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
Content/Rules for all slices | |||||||
![]() ![]() ![]() ![]() ![]() |
1..1 | Extension | Extension Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..0 | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | ||||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | "type" | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | code | Value of extension Binding: FRValueSetActorTypeDocument (0.1.0) (required) Required Pattern: PRF | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | Extension | Type de participation Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..0 | Extension Slice: Unordered, Open by 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: Unordered, Open by 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 for this format | ||||||||
| Path | Status | Usage | ValueSet | Version | Source |
| DeviceUseStatement.language | Base | preferred | Common Languages | 📍4.0.1 | FHIR Std. |
| DeviceUseStatement.extension:performer.extension:type.value[x] | Base | required | ValueSet - FR ValueSet Actor Type Document | 📍0.1.0 | This IG |
| DeviceUseStatement.status | Base | required | DeviceUseStatementStatus | 📍4.0.1 | FHIR Std. |
| DeviceUseStatement.bodySite | Base | example | SNOMED CT Body Structures | 📍4.0.1 | FHIR Std. |
| Id | Grade | Path(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 | best practice | 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()
|
Summary
Must-Support: 2 elements
Structures
This structure refers to these other structures:
Extensions
This structure refers to these extensions:
Key Elements View
| Name | Flags | Card. | Type | Description & Constraints 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: Unordered, Open by value:url Constraints: ext-1 | |
![]() ![]() ![]() |
0..1 | (Complex) | 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: Unordered, Open by value:url Constraints: ext-1 | |
![]() ![]() ![]() ![]() |
Content/Rules for all slices | |||
![]() ![]() ![]() ![]() ![]() |
1..1 | Extension | Extension Constraints: ext-1 | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..0 | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | ||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | "type" | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | code | Value of extension Binding: FRValueSetActorTypeDocument (0.1.0) (required) Required Pattern: PRF | |
![]() ![]() ![]() ![]() ![]() |
0..1 | Extension | Type de participation Constraints: ext-1 | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..0 | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | ||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | "typeCode" | |
![]() ![]() ![]() ![]() ![]() |
1..1 | Extension | Extension Constraints: ext-1 | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..0 | Extension Slice: Unordered, Open by 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 for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| DeviceUseStatement.extension:performer.extension:type.value[x] | Base | required | ValueSet - FR ValueSet Actor Type Document | 📍0.1.0 | This IG |
| DeviceUseStatement.status | Base | required | DeviceUseStatementStatus | 📍4.0.1 | FHIR Std. |
| Id | Grade | Path(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 | best practice | 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()
|
Differential View
Snapshot ViewView
| Name | Flags | Card. | Type | Description & Constraints 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: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() |
0..1 | (Complex) | 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: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
Content/Rules for all slices | |||||||
![]() ![]() ![]() ![]() ![]() |
1..1 | Extension | Extension Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..0 | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | ||||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | "type" | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | code | Value of extension Binding: FRValueSetActorTypeDocument (0.1.0) (required) Required Pattern: PRF | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | Extension | Type de participation Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..0 | Extension Slice: Unordered, Open by 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: Unordered, Open by 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 for this format | ||||||||
| Path | Status | Usage | ValueSet | Version | Source |
| DeviceUseStatement.language | Base | preferred | Common Languages | 📍4.0.1 | FHIR Std. |
| DeviceUseStatement.extension:performer.extension:type.value[x] | Base | required | ValueSet - FR ValueSet Actor Type Document | 📍0.1.0 | This IG |
| DeviceUseStatement.status | Base | required | DeviceUseStatementStatus | 📍4.0.1 | FHIR Std. |
| DeviceUseStatement.bodySite | Base | example | SNOMED CT Body Structures | 📍4.0.1 | FHIR Std. |
| Id | Grade | Path(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 | best practice | 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()
|
Summary
Must-Support: 2 elements
Structures
This structure refers to these other structures:
Extensions
This structure refers to these extensions:
Other representations of profile: CSV, Excel, Schematron