Search FHIR

ANS IG document core
0.1.0 - ci-build France flag

ANS IG document core - version de développement local (v0.1.0) construite par les outils de publication FHIR (HL7® FHIR® Standard). Voir le répertoire des versions publiées

Resource Profile: Observation - FR Observation Work Related Accident Document

Official URL: https://interop.esante.gouv.fr/ig/document/core/StructureDefinition/fr-observation-work-related-accident-document Version: 0.1.0
Draft as of 2025-12-05 Computable Name: FRObservationWorkRelatedAccidentDocument

FRObservationWorkRelatedAccidentDocument permet d’indiquer si l’élément auquel elle est associée est en rapport avec un accident du travail / une maladie professionnelle.

Utilisations:

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.

Bindings terminologiques

Chemin Statut Usage Jeu de valeurs (ValueSet) Version Source
Observation.status Base required ObservationStatus 📍4.0.1 Std. FHIR
Observation.code Base example LOINC Codes 📍4.0.1 Std. FHIR
Observation.performer.​extension:author.extension:type.​value[x] Base required ValueSet - FR ValueSet Actor Type Document 📦0.1.0 cet IG
Observation.interpretation Base required ObservationInterpretation 📦20251028115834 Terminologies de Santé v1.4
Observation.method Base required ObservationMethod 📦20251028115832 Terminologies de Santé v1.4

Contraintes

Id Grade Chemin(s) Description Expression
dom-2 error Observation If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Observation 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 Observation 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 Observation If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 bonne pratique Observation A resource should have narrative for robust management text.`div`.exists()
ele-1 error **TOUS** les éléments All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **TOUTES** les extensions Must have either extensions or value[x], not both extension.exists() != value.exists()
obs-6 error Observation dataAbsentReason SHALL only be present if Observation.value[x] is not present dataAbsentReason.empty() or value.empty()
obs-7 error Observation If Observation.code is the same as an Observation.component.code then the value element associated with the code SHALL NOT be present value.empty() or component.code.where(coding.intersect(%resource.code.coding).exists()).empty()

This structure is derived from Observation

Bindings terminologiques (différentiel)

Chemin Statut Usage Jeu de valeurs (ValueSet) Version Source
Observation.interpretation Base required ObservationInterpretation 📦20251028115834 Terminologies de Santé v1.4
Observation.method Base required ObservationMethod 📦20251028115832 Terminologies de Santé v1.4

Bindings terminologiques

Chemin Statut Usage Jeu de valeurs (ValueSet) Version Source
Observation.language Base preferred Common Languages 📍4.0.1 Std. FHIR
Observation.status Base required ObservationStatus 📍4.0.1 Std. FHIR
Observation.category Base preferred Observation Category Codes 📍4.0.1 Std. FHIR
Observation.code Base example LOINC Codes 📍4.0.1 Std. FHIR
Observation.performer.​extension:author.extension:type.​value[x] Base required ValueSet - FR ValueSet Actor Type Document 📦0.1.0 cet IG
Observation.performer.​type Base extensible ResourceType 📍4.0.1 Std. FHIR
Observation.dataAbsentReason Base extensible DataAbsentReason 📍4.0.1 Std. FHIR
Observation.interpretation Base required ObservationInterpretation 📦20251028115834 Terminologies de Santé v1.4
Observation.bodySite Base example SNOMED CT Body Structures 📍4.0.1 Std. FHIR
Observation.method Base required ObservationMethod 📦20251028115832 Terminologies de Santé v1.4
Observation.referenceRange.​type Base preferred Observation Reference Range Meaning Codes 📍4.0.1 Std. FHIR
Observation.referenceRange.​appliesTo Base example Observation Reference Range Applies To Codes 📍4.0.1 Std. FHIR
Observation.component.​code Base example LOINC Codes 📍4.0.1 Std. FHIR
Observation.component.​dataAbsentReason Base extensible DataAbsentReason 📍4.0.1 Std. FHIR
Observation.component.​interpretation Base extensible Observation Interpretation Codes 📍4.0.1 Std. FHIR

Contraintes

Id Grade Chemin(s) Description Expression
dom-2 error Observation If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Observation 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 Observation 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 Observation If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 bonne pratique Observation A resource should have narrative for robust management text.`div`.exists()
ele-1 error **TOUS** les éléments All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **TOUTES** les extensions Must have either extensions or value[x], not both extension.exists() != value.exists()
obs-3 error Observation.referenceRange Must have at least a low or a high or text low.exists() or high.exists() or text.exists()
obs-6 error Observation dataAbsentReason SHALL only be present if Observation.value[x] is not present dataAbsentReason.empty() or value.empty()
obs-7 error Observation If Observation.code is the same as an Observation.component.code then the value element associated with the code SHALL NOT be present value.empty() or component.code.where(coding.intersect(%resource.code.coding).exists()).empty()

Key Elements View

Bindings terminologiques

Chemin Statut Usage Jeu de valeurs (ValueSet) Version Source
Observation.status Base required ObservationStatus 📍4.0.1 Std. FHIR
Observation.code Base example LOINC Codes 📍4.0.1 Std. FHIR
Observation.performer.​extension:author.extension:type.​value[x] Base required ValueSet - FR ValueSet Actor Type Document 📦0.1.0 cet IG
Observation.interpretation Base required ObservationInterpretation 📦20251028115834 Terminologies de Santé v1.4
Observation.method Base required ObservationMethod 📦20251028115832 Terminologies de Santé v1.4

Contraintes

Id Grade Chemin(s) Description Expression
dom-2 error Observation If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Observation 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 Observation 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 Observation If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 bonne pratique Observation A resource should have narrative for robust management text.`div`.exists()
ele-1 error **TOUS** les éléments All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **TOUTES** les extensions Must have either extensions or value[x], not both extension.exists() != value.exists()
obs-6 error Observation dataAbsentReason SHALL only be present if Observation.value[x] is not present dataAbsentReason.empty() or value.empty()
obs-7 error Observation If Observation.code is the same as an Observation.component.code then the value element associated with the code SHALL NOT be present value.empty() or component.code.where(coding.intersect(%resource.code.coding).exists()).empty()

Differential View

This structure is derived from Observation

Bindings terminologiques (différentiel)

Chemin Statut Usage Jeu de valeurs (ValueSet) Version Source
Observation.interpretation Base required ObservationInterpretation 📦20251028115834 Terminologies de Santé v1.4
Observation.method Base required ObservationMethod 📦20251028115832 Terminologies de Santé v1.4

Snapshot View

Bindings terminologiques

Chemin Statut Usage Jeu de valeurs (ValueSet) Version Source
Observation.language Base preferred Common Languages 📍4.0.1 Std. FHIR
Observation.status Base required ObservationStatus 📍4.0.1 Std. FHIR
Observation.category Base preferred Observation Category Codes 📍4.0.1 Std. FHIR
Observation.code Base example LOINC Codes 📍4.0.1 Std. FHIR
Observation.performer.​extension:author.extension:type.​value[x] Base required ValueSet - FR ValueSet Actor Type Document 📦0.1.0 cet IG
Observation.performer.​type Base extensible ResourceType 📍4.0.1 Std. FHIR
Observation.dataAbsentReason Base extensible DataAbsentReason 📍4.0.1 Std. FHIR
Observation.interpretation Base required ObservationInterpretation 📦20251028115834 Terminologies de Santé v1.4
Observation.bodySite Base example SNOMED CT Body Structures 📍4.0.1 Std. FHIR
Observation.method Base required ObservationMethod 📦20251028115832 Terminologies de Santé v1.4
Observation.referenceRange.​type Base preferred Observation Reference Range Meaning Codes 📍4.0.1 Std. FHIR
Observation.referenceRange.​appliesTo Base example Observation Reference Range Applies To Codes 📍4.0.1 Std. FHIR
Observation.component.​code Base example LOINC Codes 📍4.0.1 Std. FHIR
Observation.component.​dataAbsentReason Base extensible DataAbsentReason 📍4.0.1 Std. FHIR
Observation.component.​interpretation Base extensible Observation Interpretation Codes 📍4.0.1 Std. FHIR

Contraintes

Id Grade Chemin(s) Description Expression
dom-2 error Observation If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Observation 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 Observation 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 Observation If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 bonne pratique Observation A resource should have narrative for robust management text.`div`.exists()
ele-1 error **TOUS** les éléments All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **TOUTES** les extensions Must have either extensions or value[x], not both extension.exists() != value.exists()
obs-3 error Observation.referenceRange Must have at least a low or a high or text low.exists() or high.exists() or text.exists()
obs-6 error Observation dataAbsentReason SHALL only be present if Observation.value[x] is not present dataAbsentReason.empty() or value.empty()
obs-7 error Observation If Observation.code is the same as an Observation.component.code then the value element associated with the code SHALL NOT be present value.empty() or component.code.where(coding.intersect(%resource.code.coding).exists()).empty()

 

Other representations of profile: CSV, Excel, Schematron