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: DeviceRequest - FR Device request Document

Official URL: https://interop.esante.gouv.fr/ig/document/core/StructureDefinition/fr-device-request-document Version: 0.1.0
Draft as of 2025-12-05 Computable Name: FRDeviceRequestDocument

FRDeviceRequestDocument représente une demande de dispositif médical (DM) qui n’a pas encore été dispensé.

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
.. DeviceRequest 0..* DeviceRequest Medical device request
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... Slices pour extension 0..* Extension Extension
Slice: Non ordonné, Ouvert par value:url
.... extension:notCovered 0..1 boolean DM prescrit n'est remboursable / remboursable
URL: https://interop.esante.gouv.fr/ig/document/core/StructureDefinition/fr-not-covered-extension
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... status ?!Σ 0..1 code draft | active | on-hold | revoked | completed | entered-in-error | unknown
Binding: RequestStatus (required): Codes representing the status of the request.
... intent ?!Σ 1..1 code proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option
Binding: RequestIntent (required): The kind of diagnostic request.
... Slices pour code[x] Σ 1..1 Device requested
Slice: Non ordonné, Ouvert par type:$this
Binding: FHIRDeviceTypes (example): Codes for devices that can be requested.
.... codeReference Reference(Device)
.... codeCodeableConcept CodeableConcept
.... code[x]:codeReference SΣ 0..1 Reference(Device) Dispositif médical
... parameter S 0..1 BackboneElement Device details
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... Slices pour value[x] 0..1 Value of detail
Slice: Non ordonné, Ouvert par type:$this
..... valueCodeableConcept CodeableConcept
..... valueQuantity Quantity
..... valueRange Range
..... valueBoolean boolean
..... value[x]:valueQuantity S 0..1 Quantity Quantité
... subject Σ 1..1 Reference(Patient | Group | Location | Device) Focus of request
... Slices pour occurrence[x] SΣ 0..1 Desired time or schedule for use
Slice: Non ordonné, Ouvert par type:$this
.... occurrenceDateTime dateTime
.... occurrencePeriod Period
.... occurrenceTiming Timing
.... occurrence[x]:occurrenceTiming SΣ 0..1 Timing Date d'utilisation ou de présence chez le patient
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... repeat ΣC 0..1 Element When the event is to occur
Constraints: tim-1, tim-2, tim-4, tim-5, tim-6, tim-7, tim-8, tim-9, tim-10
...... count SΣ 0..1 positiveInt Nombre de renouvellement(s) possible(s)
.... occurrence[x]:occurrencePeriod SΣ 0..1 Period Durée d'utilisation
... requester SΣ 0..1 Reference(Device | Practitioner | PractitionerRole | Organization) Prescripteur
.... Slices pour extension Contenu/Règles pour toutes les slices
..... extension:prescripteur 0..1 (Complexe) FR Actor Extension
URL: https://interop.esante.gouv.fr/ig/document/core/StructureDefinition/fr-actor-extension
...... Slices pour extension 2..* Extension Extension
Slice: Non ordonné, Ouvert par value:url
....... extension:type 1..1 Extension Type d'acteur (AUT, PRF, PART, INF)
........ extension 0..0 Extension
Slice: Non ordonné, Ouvert par value:url
........ url 1..1 uri "type"
....... extension:typeCode 0..1 Extension Type de participation
........ extension 0..0 Extension
Slice: Non ordonné, Ouvert par value:url
........ url 1..1 uri "typeCode"
....... extension:actor 1..1 Extension Extension
........ extension 0..0 Extension
Slice: Non ordonné, Ouvert par value:url
........ url 1..1 uri "actor"
........ value[x] 0..1 Reference(FR PractitionerRole Document) Value of extension
...... url 1..1 uri "https://interop.esante.gouv.fr/ig/document/core/StructureDefinition/fr-actor-extension"
... Slices pour reasonReference SΣ 0..* Reference(Condition | Observation | DiagnosticReport | DocumentReference) Raisons liées au DM
Slice: Non ordonné, Ouvert par value:resolve().code
.... reasonReference:EnRapportAvecALD SΣ 0..1 Reference(Condition - FR Condition Document) En rapport avec une Affection Longue Durée (ALD)
.... reasonReference:EnRapportAvecAccidentTravail SΣ 0..1 Reference(Observation - FR Observation Work Related Accident Document) En rapport avec accident travail
.... reasonReference:EnRapportAvecLaPrevention SΣ 0..1 Reference(Condition - FR Condition Document) En rapport avec la prévention

doco Documentation pour ce format

Bindings terminologiques

Chemin Statut Usage Jeu de valeurs (ValueSet) Version Source
DeviceRequest.status Base required RequestStatus 📍4.0.1 Std. FHIR
DeviceRequest.intent Base required RequestIntent 📍4.0.1 Std. FHIR
DeviceRequest.code[x] Base example FHIR Device Types 📍4.0.1 Std. FHIR

Contraintes

Id Grade Chemin(s) Description Expression
dom-2 error DeviceRequest If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error DeviceRequest 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 DeviceRequest 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 DeviceRequest If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 bonne pratique DeviceRequest 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()
tim-1 error DeviceRequest.occurrence[x]:occurrenceTiming.repeat if there's a duration, there needs to be duration units duration.empty() or durationUnit.exists()
tim-2 error DeviceRequest.occurrence[x]:occurrenceTiming.repeat if there's a period, there needs to be period units period.empty() or periodUnit.exists()
tim-4 error DeviceRequest.occurrence[x]:occurrenceTiming.repeat duration SHALL be a non-negative value duration.exists() implies duration >= 0
tim-5 error DeviceRequest.occurrence[x]:occurrenceTiming.repeat period SHALL be a non-negative value period.exists() implies period >= 0
tim-6 error DeviceRequest.occurrence[x]:occurrenceTiming.repeat If there's a periodMax, there must be a period periodMax.empty() or period.exists()
tim-7 error DeviceRequest.occurrence[x]:occurrenceTiming.repeat If there's a durationMax, there must be a duration durationMax.empty() or duration.exists()
tim-8 error DeviceRequest.occurrence[x]:occurrenceTiming.repeat If there's a countMax, there must be a count countMax.empty() or count.exists()
tim-9 error DeviceRequest.occurrence[x]:occurrenceTiming.repeat If there's an offset, there must be a when (and not C, CM, CD, CV) offset.empty() or (when.exists() and ((when in ('C' | 'CM' | 'CD' | 'CV')).not()))
tim-10 error DeviceRequest.occurrence[x]:occurrenceTiming.repeat If there's a timeOfDay, there cannot be a when, or vice versa timeOfDay.empty() or when.empty()

This structure is derived from DeviceRequest

NomDrapeauxCard.TypeDescription et contraintes    Filter: Filtersdoco
.. DeviceRequest 0..* DeviceRequest Medical device request
... Slices pour extension 0..* Extension Extension
Slice: Non ordonné, Ouvert par value:url
.... extension:notCovered 0..1 boolean DM prescrit n'est remboursable / remboursable
URL: https://interop.esante.gouv.fr/ig/document/core/StructureDefinition/fr-not-covered-extension
... identifier S 1..* Identifier Identifiant de la fourniture du DM - Sous la forme UID (UUID ou OID)
... Slices pour code[x] 1..1 Reference(Device), CodeableConcept Device requested
Slice: Non ordonné, Ouvert par type:$this
.... code[x]:codeReference S 0..1 Reference(Device) Dispositif médical
.... Slices pour value[x] 0..1 CodeableConcept, Quantity, Range, boolean Value of detail
Slice: Non ordonné, Ouvert par type:$this
..... value[x]:valueQuantity S 0..1 Quantity Quantité
... Slices pour occurrence[x] S 0..1 dateTime, Period, Timing Desired time or schedule for use
Slice: Non ordonné, Ouvert par type:$this
.... occurrence[x]:occurrenceTiming S 0..1 Timing Date d'utilisation ou de présence chez le patient
..... repeat
...... count S 0..1 positiveInt Nombre de renouvellement(s) possible(s)
.... occurrence[x]:occurrencePeriod S 0..1 Period Durée d'utilisation
... requester S 0..1 Reference(Device | Practitioner | PractitionerRole | Organization) Prescripteur
.... Slices pour extension Contenu/Règles pour toutes les slices
..... extension:prescripteur 0..1 (Complexe) FR Actor Extension
URL: https://interop.esante.gouv.fr/ig/document/core/StructureDefinition/fr-actor-extension
...... Slices pour extension Contenu/Règles pour toutes les slices
....... extension:actor 1..1 Extension Extension
........ value[x] 0..1 Reference(FR PractitionerRole Document) Value of extension
... Slices pour reasonReference S 0..* Reference(Condition | Observation | DiagnosticReport | DocumentReference) Raisons liées au DM
Slice: Non ordonné, Ouvert par value:resolve().code
.... reasonReference:EnRapportAvecALD S 0..1 Reference(Condition - FR Condition Document) En rapport avec une Affection Longue Durée (ALD)
.... reasonReference:EnRapportAvecAccidentTravail S 0..1 Reference(Observation - FR Observation Work Related Accident Document) En rapport avec accident travail
.... reasonReference:EnRapportAvecLaPrevention S 0..1 Reference(Condition - FR Condition Document) En rapport avec la prévention

doco Documentation pour ce format
NomDrapeauxCard.TypeDescription et contraintes    Filter: Filtersdoco
.. DeviceRequest 0..* DeviceRequest Medical device request
... 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
... language 0..1 code Language of the resource content
Binding: CommonLanguages (preferred): A human language.
Bindings AdditionnelsBut
AllLanguages Binding Max
... text 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
... contained 0..* Resource Contained, inline Resources
... Slices pour extension 0..* Extension Extension
Slice: Non ordonné, Ouvert par value:url
.... extension:notCovered 0..1 boolean DM prescrit n'est remboursable / remboursable
URL: https://interop.esante.gouv.fr/ig/document/core/StructureDefinition/fr-not-covered-extension
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... identifier SΣ 1..* Identifier Identifiant de la fourniture du DM - Sous la forme UID (UUID ou OID)
... instantiatesCanonical Σ 0..* canonical(ActivityDefinition | PlanDefinition) Instantiates FHIR protocol or definition
... instantiatesUri Σ 0..* uri Instantiates external protocol or definition
... basedOn Σ 0..* Reference(Resource) What request fulfills
... priorRequest Σ 0..* Reference(Resource) What request replaces
... groupIdentifier Σ 0..1 Identifier Identifier of composite request
... status ?!Σ 0..1 code draft | active | on-hold | revoked | completed | entered-in-error | unknown
Binding: RequestStatus (required): Codes representing the status of the request.
... intent ?!Σ 1..1 code proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option
Binding: RequestIntent (required): The kind of diagnostic request.
... priority Σ 0..1 code routine | urgent | asap | stat
Binding: RequestPriority (required): Identifies the level of importance to be assigned to actioning the request.
... Slices pour code[x] Σ 1..1 Device requested
Slice: Non ordonné, Ouvert par type:$this
Binding: FHIRDeviceTypes (example): Codes for devices that can be requested.
.... codeReference Reference(Device)
.... codeCodeableConcept CodeableConcept
.... code[x]:codeReference SΣ 0..1 Reference(Device) Dispositif médical
... parameter S 0..1 BackboneElement Device details
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... code 0..1 CodeableConcept Device detail
Description du binding: (example): A code that identifies the device detail.
.... Slices pour value[x] 0..1 Value of detail
Slice: Non ordonné, Ouvert par type:$this
..... valueCodeableConcept CodeableConcept
..... valueQuantity Quantity
..... valueRange Range
..... valueBoolean boolean
..... value[x]:valueQuantity S 0..1 Quantity Quantité
... subject Σ 1..1 Reference(Patient | Group | Location | Device) Focus of request
... encounter Σ 0..1 Reference(Encounter) Encounter motivating request
... Slices pour occurrence[x] SΣ 0..1 Desired time or schedule for use
Slice: Non ordonné, Ouvert par type:$this
.... occurrenceDateTime dateTime
.... occurrencePeriod Period
.... occurrenceTiming Timing
.... occurrence[x]:occurrenceTiming SΣ 0..1 Timing Date d'utilisation ou de présence chez le patient
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Non ordonné, Ouvert par value:url
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... event Σ 0..* dateTime When the event occurs
..... repeat ΣC 0..1 Element When the event is to occur
Constraints: tim-1, tim-2, tim-4, tim-5, tim-6, tim-7, tim-8, tim-9, tim-10
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Non ordonné, Ouvert par value:url
...... bounds[x] Σ 0..1 Length/Range of lengths, or (Start and/or end) limits
....... boundsDuration Duration
....... boundsRange Range
....... boundsPeriod Period
...... count SΣ 0..1 positiveInt Nombre de renouvellement(s) possible(s)
...... countMax Σ 0..1 positiveInt Maximum number of times to repeat
...... duration Σ 0..1 decimal How long when it happens
...... durationMax Σ 0..1 decimal How long when it happens (Max)
...... durationUnit Σ 0..1 code s | min | h | d | wk | mo | a - unit of time (UCUM)
Binding: UnitsOfTime (required): A unit of time (units from UCUM).
...... frequency Σ 0..1 positiveInt Event occurs frequency times per period
...... frequencyMax Σ 0..1 positiveInt Event occurs up to frequencyMax times per period
...... period Σ 0..1 decimal Event occurs frequency times per period
...... periodMax Σ 0..1 decimal Upper limit of period (3-4 hours)
...... periodUnit Σ 0..1 code s | min | h | d | wk | mo | a - unit of time (UCUM)
Binding: UnitsOfTime (required): A unit of time (units from UCUM).
...... dayOfWeek Σ 0..* code mon | tue | wed | thu | fri | sat | sun
Binding: DaysOfWeek (required)
...... timeOfDay Σ 0..* time Time of day for action
...... when Σ 0..* code Code for time period of occurrence
Binding: EventTiming (required): Real world event relating to the schedule.
...... offset Σ 0..1 unsignedInt Minutes from event (before or after)
..... code Σ 0..1 CodeableConcept BID | TID | QID | AM | PM | QD | QOD | +
Binding: TimingAbbreviation (preferred): Code for a known / defined timing pattern.
.... occurrence[x]:occurrencePeriod SΣ 0..1 Period Durée d'utilisation
... authoredOn Σ 0..1 dateTime When recorded
... requester SΣ 0..1 Reference(Device | Practitioner | PractitionerRole | Organization) Prescripteur
.... id 0..1 string Unique id for inter-element referencing
.... Slices pour extension 0..* Extension Additional content defined by implementations
Slice: Non ordonné, Ouvert par value:url
..... extension:prescripteur 0..1 (Complexe) FR Actor Extension
URL: https://interop.esante.gouv.fr/ig/document/core/StructureDefinition/fr-actor-extension
...... id 0..1 string Unique id for inter-element referencing
...... Slices pour extension 2..* Extension Extension
Slice: Non ordonné, Ouvert par value:url
....... extension:type 1..1 Extension Type d'acteur (AUT, PRF, PART, INF)
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..0 Extension
Slice: Non ordonné, Ouvert par value:url
........ url 1..1 uri "type"
........ value[x] 0..1 code Value of extension
Binding: ValueSet - FR ValueSet Actor Type Document (required)
....... extension:typeCode 0..1 Extension Type de participation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..0 Extension
Slice: Non ordonné, Ouvert par value:url
........ url 1..1 uri "typeCode"
........ value[x] 0..1 CodeableConcept Value of extension
....... extension:actor 1..1 Extension Extension
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..0 Extension
Slice: Non ordonné, Ouvert par value:url
........ url 1..1 uri "actor"
........ value[x] 0..1 Reference(FR PractitionerRole Document) Value of extension
...... url 1..1 uri "https://interop.esante.gouv.fr/ig/document/core/StructureDefinition/fr-actor-extension"
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).
.... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
.... display Σ 0..1 string Text alternative for the resource
... performerType Σ 0..1 CodeableConcept Filler role
Binding: ParticipantRoles (example): Indicates specific responsibility of an individual within the care team, such as "Primary physician", "Team coordinator", "Caregiver", etc.
... performer Σ 0..1 Reference(Practitioner | PractitionerRole | Organization | CareTeam | HealthcareService | Patient | Device | RelatedPerson) Requested Filler
... reasonCode Σ 0..* CodeableConcept Coded Reason for request
Binding: Condition/Problem/DiagnosisCodes (example): Diagnosis or problem codes justifying the reason for requesting the device.
... Slices pour reasonReference SΣ 0..* Reference(Condition | Observation | DiagnosticReport | DocumentReference) Raisons liées au DM
Slice: Non ordonné, Ouvert par value:resolve().code
.... reasonReference:EnRapportAvecALD SΣ 0..1 Reference(Condition - FR Condition Document) En rapport avec une Affection Longue Durée (ALD)
.... reasonReference:EnRapportAvecAccidentTravail SΣ 0..1 Reference(Observation - FR Observation Work Related Accident Document) En rapport avec accident travail
.... reasonReference:EnRapportAvecLaPrevention SΣ 0..1 Reference(Condition - FR Condition Document) En rapport avec la prévention
... insurance 0..* Reference(Coverage | ClaimResponse) Associated insurance coverage
... supportingInfo 0..* Reference(Resource) Additional clinical information
... note 0..* Annotation Notes or comments
... relevantHistory 0..* Reference(Provenance) Request provenance

doco Documentation pour ce format

Bindings terminologiques

Chemin Statut Usage Jeu de valeurs (ValueSet) Version Source
DeviceRequest.language Base preferred Common Languages 📍4.0.1 Std. FHIR
DeviceRequest.status Base required RequestStatus 📍4.0.1 Std. FHIR
DeviceRequest.intent Base required RequestIntent 📍4.0.1 Std. FHIR
DeviceRequest.priority Base required Request priority 📍4.0.1 Std. FHIR
DeviceRequest.code[x] Base example FHIR Device Types 📍4.0.1 Std. FHIR
DeviceRequest.parameter.​code Base example Non précisé Unknown
DeviceRequest.occurrence[x]:occurrenceTiming.​repeat.durationUnit Base required UnitsOfTime 📍4.0.1 Std. FHIR
DeviceRequest.occurrence[x]:occurrenceTiming.​repeat.periodUnit Base required UnitsOfTime 📍4.0.1 Std. FHIR
DeviceRequest.occurrence[x]:occurrenceTiming.​repeat.dayOfWeek Base required DaysOfWeek 📍4.0.1 Std. FHIR
DeviceRequest.occurrence[x]:occurrenceTiming.​repeat.when Base required EventTiming 📍4.0.1 Std. FHIR
DeviceRequest.occurrence[x]:occurrenceTiming.​code Base preferred TimingAbbreviation 📍4.0.1 Std. FHIR
DeviceRequest.requester.​extension:prescripteur.​extension:type.value[x] Base required ValueSet - FR ValueSet Actor Type Document 📦0.1.0 cet IG
DeviceRequest.requester.​type Base extensible ResourceType 📍4.0.1 Std. FHIR
DeviceRequest.performerType Base example Participant Roles 📍4.0.1 Std. FHIR
DeviceRequest.reasonCode Base example Condition/Problem/Diagnosis Codes 📍4.0.1 Std. FHIR

Contraintes

Id Grade Chemin(s) Description Expression
dom-2 error DeviceRequest If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error DeviceRequest 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 DeviceRequest 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 DeviceRequest If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 bonne pratique DeviceRequest 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()
tim-1 error DeviceRequest.occurrence[x]:occurrenceTiming.repeat if there's a duration, there needs to be duration units duration.empty() or durationUnit.exists()
tim-2 error DeviceRequest.occurrence[x]:occurrenceTiming.repeat if there's a period, there needs to be period units period.empty() or periodUnit.exists()
tim-4 error DeviceRequest.occurrence[x]:occurrenceTiming.repeat duration SHALL be a non-negative value duration.exists() implies duration >= 0
tim-5 error DeviceRequest.occurrence[x]:occurrenceTiming.repeat period SHALL be a non-negative value period.exists() implies period >= 0
tim-6 error DeviceRequest.occurrence[x]:occurrenceTiming.repeat If there's a periodMax, there must be a period periodMax.empty() or period.exists()
tim-7 error DeviceRequest.occurrence[x]:occurrenceTiming.repeat If there's a durationMax, there must be a duration durationMax.empty() or duration.exists()
tim-8 error DeviceRequest.occurrence[x]:occurrenceTiming.repeat If there's a countMax, there must be a count countMax.empty() or count.exists()
tim-9 error DeviceRequest.occurrence[x]:occurrenceTiming.repeat If there's an offset, there must be a when (and not C, CM, CD, CV) offset.empty() or (when.exists() and ((when in ('C' | 'CM' | 'CD' | 'CV')).not()))
tim-10 error DeviceRequest.occurrence[x]:occurrenceTiming.repeat If there's a timeOfDay, there cannot be a when, or vice versa timeOfDay.empty() or when.empty()

This structure is derived from DeviceRequest

Résumé

Obligatoire : 1 élément
Must-Support : 13 éléments

Structures

Cette structure fait référence à ces autres structures:

Extensions

Cette structure fait référence à ces extensions:

Slices

Cette structure définit les slices suivantes:

  • The element 1 is sliced based on the value of DeviceRequest.code[x]
  • The element 1 is sliced based on the value of DeviceRequest.parameter.value[x]
  • The element 1 is sliced based on the value of DeviceRequest.occurrence[x]
  • The element 1 is sliced based on the value of DeviceRequest.reasonReference

Key Elements View

NomDrapeauxCard.TypeDescription et contraintes    Filter: Filtersdoco
.. DeviceRequest 0..* DeviceRequest Medical device request
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... Slices pour extension 0..* Extension Extension
Slice: Non ordonné, Ouvert par value:url
.... extension:notCovered 0..1 boolean DM prescrit n'est remboursable / remboursable
URL: https://interop.esante.gouv.fr/ig/document/core/StructureDefinition/fr-not-covered-extension
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... status ?!Σ 0..1 code draft | active | on-hold | revoked | completed | entered-in-error | unknown
Binding: RequestStatus (required): Codes representing the status of the request.
... intent ?!Σ 1..1 code proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option
Binding: RequestIntent (required): The kind of diagnostic request.
... Slices pour code[x] Σ 1..1 Device requested
Slice: Non ordonné, Ouvert par type:$this
Binding: FHIRDeviceTypes (example): Codes for devices that can be requested.
.... codeReference Reference(Device)
.... codeCodeableConcept CodeableConcept
.... code[x]:codeReference SΣ 0..1 Reference(Device) Dispositif médical
... parameter S 0..1 BackboneElement Device details
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... Slices pour value[x] 0..1 Value of detail
Slice: Non ordonné, Ouvert par type:$this
..... valueCodeableConcept CodeableConcept
..... valueQuantity Quantity
..... valueRange Range
..... valueBoolean boolean
..... value[x]:valueQuantity S 0..1 Quantity Quantité
... subject Σ 1..1 Reference(Patient | Group | Location | Device) Focus of request
... Slices pour occurrence[x] SΣ 0..1 Desired time or schedule for use
Slice: Non ordonné, Ouvert par type:$this
.... occurrenceDateTime dateTime
.... occurrencePeriod Period
.... occurrenceTiming Timing
.... occurrence[x]:occurrenceTiming SΣ 0..1 Timing Date d'utilisation ou de présence chez le patient
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... repeat ΣC 0..1 Element When the event is to occur
Constraints: tim-1, tim-2, tim-4, tim-5, tim-6, tim-7, tim-8, tim-9, tim-10
...... count SΣ 0..1 positiveInt Nombre de renouvellement(s) possible(s)
.... occurrence[x]:occurrencePeriod SΣ 0..1 Period Durée d'utilisation
... requester SΣ 0..1 Reference(Device | Practitioner | PractitionerRole | Organization) Prescripteur
.... Slices pour extension Contenu/Règles pour toutes les slices
..... extension:prescripteur 0..1 (Complexe) FR Actor Extension
URL: https://interop.esante.gouv.fr/ig/document/core/StructureDefinition/fr-actor-extension
...... Slices pour extension 2..* Extension Extension
Slice: Non ordonné, Ouvert par value:url
....... extension:type 1..1 Extension Type d'acteur (AUT, PRF, PART, INF)
........ extension 0..0 Extension
Slice: Non ordonné, Ouvert par value:url
........ url 1..1 uri "type"
....... extension:typeCode 0..1 Extension Type de participation
........ extension 0..0 Extension
Slice: Non ordonné, Ouvert par value:url
........ url 1..1 uri "typeCode"
....... extension:actor 1..1 Extension Extension
........ extension 0..0 Extension
Slice: Non ordonné, Ouvert par value:url
........ url 1..1 uri "actor"
........ value[x] 0..1 Reference(FR PractitionerRole Document) Value of extension
...... url 1..1 uri "https://interop.esante.gouv.fr/ig/document/core/StructureDefinition/fr-actor-extension"
... Slices pour reasonReference SΣ 0..* Reference(Condition | Observation | DiagnosticReport | DocumentReference) Raisons liées au DM
Slice: Non ordonné, Ouvert par value:resolve().code
.... reasonReference:EnRapportAvecALD SΣ 0..1 Reference(Condition - FR Condition Document) En rapport avec une Affection Longue Durée (ALD)
.... reasonReference:EnRapportAvecAccidentTravail SΣ 0..1 Reference(Observation - FR Observation Work Related Accident Document) En rapport avec accident travail
.... reasonReference:EnRapportAvecLaPrevention SΣ 0..1 Reference(Condition - FR Condition Document) En rapport avec la prévention

doco Documentation pour ce format

Bindings terminologiques

Chemin Statut Usage Jeu de valeurs (ValueSet) Version Source
DeviceRequest.status Base required RequestStatus 📍4.0.1 Std. FHIR
DeviceRequest.intent Base required RequestIntent 📍4.0.1 Std. FHIR
DeviceRequest.code[x] Base example FHIR Device Types 📍4.0.1 Std. FHIR

Contraintes

Id Grade Chemin(s) Description Expression
dom-2 error DeviceRequest If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error DeviceRequest 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 DeviceRequest 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 DeviceRequest If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 bonne pratique DeviceRequest 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()
tim-1 error DeviceRequest.occurrence[x]:occurrenceTiming.repeat if there's a duration, there needs to be duration units duration.empty() or durationUnit.exists()
tim-2 error DeviceRequest.occurrence[x]:occurrenceTiming.repeat if there's a period, there needs to be period units period.empty() or periodUnit.exists()
tim-4 error DeviceRequest.occurrence[x]:occurrenceTiming.repeat duration SHALL be a non-negative value duration.exists() implies duration >= 0
tim-5 error DeviceRequest.occurrence[x]:occurrenceTiming.repeat period SHALL be a non-negative value period.exists() implies period >= 0
tim-6 error DeviceRequest.occurrence[x]:occurrenceTiming.repeat If there's a periodMax, there must be a period periodMax.empty() or period.exists()
tim-7 error DeviceRequest.occurrence[x]:occurrenceTiming.repeat If there's a durationMax, there must be a duration durationMax.empty() or duration.exists()
tim-8 error DeviceRequest.occurrence[x]:occurrenceTiming.repeat If there's a countMax, there must be a count countMax.empty() or count.exists()
tim-9 error DeviceRequest.occurrence[x]:occurrenceTiming.repeat If there's an offset, there must be a when (and not C, CM, CD, CV) offset.empty() or (when.exists() and ((when in ('C' | 'CM' | 'CD' | 'CV')).not()))
tim-10 error DeviceRequest.occurrence[x]:occurrenceTiming.repeat If there's a timeOfDay, there cannot be a when, or vice versa timeOfDay.empty() or when.empty()

Differential View

This structure is derived from DeviceRequest

NomDrapeauxCard.TypeDescription et contraintes    Filter: Filtersdoco
.. DeviceRequest 0..* DeviceRequest Medical device request
... Slices pour extension 0..* Extension Extension
Slice: Non ordonné, Ouvert par value:url
.... extension:notCovered 0..1 boolean DM prescrit n'est remboursable / remboursable
URL: https://interop.esante.gouv.fr/ig/document/core/StructureDefinition/fr-not-covered-extension
... identifier S 1..* Identifier Identifiant de la fourniture du DM - Sous la forme UID (UUID ou OID)
... Slices pour code[x] 1..1 Reference(Device), CodeableConcept Device requested
Slice: Non ordonné, Ouvert par type:$this
.... code[x]:codeReference S 0..1 Reference(Device) Dispositif médical
.... Slices pour value[x] 0..1 CodeableConcept, Quantity, Range, boolean Value of detail
Slice: Non ordonné, Ouvert par type:$this
..... value[x]:valueQuantity S 0..1 Quantity Quantité
... Slices pour occurrence[x] S 0..1 dateTime, Period, Timing Desired time or schedule for use
Slice: Non ordonné, Ouvert par type:$this
.... occurrence[x]:occurrenceTiming S 0..1 Timing Date d'utilisation ou de présence chez le patient
..... repeat
...... count S 0..1 positiveInt Nombre de renouvellement(s) possible(s)
.... occurrence[x]:occurrencePeriod S 0..1 Period Durée d'utilisation
... requester S 0..1 Reference(Device | Practitioner | PractitionerRole | Organization) Prescripteur
.... Slices pour extension Contenu/Règles pour toutes les slices
..... extension:prescripteur 0..1 (Complexe) FR Actor Extension
URL: https://interop.esante.gouv.fr/ig/document/core/StructureDefinition/fr-actor-extension
...... Slices pour extension Contenu/Règles pour toutes les slices
....... extension:actor 1..1 Extension Extension
........ value[x] 0..1 Reference(FR PractitionerRole Document) Value of extension
... Slices pour reasonReference S 0..* Reference(Condition | Observation | DiagnosticReport | DocumentReference) Raisons liées au DM
Slice: Non ordonné, Ouvert par value:resolve().code
.... reasonReference:EnRapportAvecALD S 0..1 Reference(Condition - FR Condition Document) En rapport avec une Affection Longue Durée (ALD)
.... reasonReference:EnRapportAvecAccidentTravail S 0..1 Reference(Observation - FR Observation Work Related Accident Document) En rapport avec accident travail
.... reasonReference:EnRapportAvecLaPrevention S 0..1 Reference(Condition - FR Condition Document) En rapport avec la prévention

doco Documentation pour ce format

Snapshot View

NomDrapeauxCard.TypeDescription et contraintes    Filter: Filtersdoco
.. DeviceRequest 0..* DeviceRequest Medical device request
... 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
... language 0..1 code Language of the resource content
Binding: CommonLanguages (preferred): A human language.
Bindings AdditionnelsBut
AllLanguages Binding Max
... text 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
... contained 0..* Resource Contained, inline Resources
... Slices pour extension 0..* Extension Extension
Slice: Non ordonné, Ouvert par value:url
.... extension:notCovered 0..1 boolean DM prescrit n'est remboursable / remboursable
URL: https://interop.esante.gouv.fr/ig/document/core/StructureDefinition/fr-not-covered-extension
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... identifier SΣ 1..* Identifier Identifiant de la fourniture du DM - Sous la forme UID (UUID ou OID)
... instantiatesCanonical Σ 0..* canonical(ActivityDefinition | PlanDefinition) Instantiates FHIR protocol or definition
... instantiatesUri Σ 0..* uri Instantiates external protocol or definition
... basedOn Σ 0..* Reference(Resource) What request fulfills
... priorRequest Σ 0..* Reference(Resource) What request replaces
... groupIdentifier Σ 0..1 Identifier Identifier of composite request
... status ?!Σ 0..1 code draft | active | on-hold | revoked | completed | entered-in-error | unknown
Binding: RequestStatus (required): Codes representing the status of the request.
... intent ?!Σ 1..1 code proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option
Binding: RequestIntent (required): The kind of diagnostic request.
... priority Σ 0..1 code routine | urgent | asap | stat
Binding: RequestPriority (required): Identifies the level of importance to be assigned to actioning the request.
... Slices pour code[x] Σ 1..1 Device requested
Slice: Non ordonné, Ouvert par type:$this
Binding: FHIRDeviceTypes (example): Codes for devices that can be requested.
.... codeReference Reference(Device)
.... codeCodeableConcept CodeableConcept
.... code[x]:codeReference SΣ 0..1 Reference(Device) Dispositif médical
... parameter S 0..1 BackboneElement Device details
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... code 0..1 CodeableConcept Device detail
Description du binding: (example): A code that identifies the device detail.
.... Slices pour value[x] 0..1 Value of detail
Slice: Non ordonné, Ouvert par type:$this
..... valueCodeableConcept CodeableConcept
..... valueQuantity Quantity
..... valueRange Range
..... valueBoolean boolean
..... value[x]:valueQuantity S 0..1 Quantity Quantité
... subject Σ 1..1 Reference(Patient | Group | Location | Device) Focus of request
... encounter Σ 0..1 Reference(Encounter) Encounter motivating request
... Slices pour occurrence[x] SΣ 0..1 Desired time or schedule for use
Slice: Non ordonné, Ouvert par type:$this
.... occurrenceDateTime dateTime
.... occurrencePeriod Period
.... occurrenceTiming Timing
.... occurrence[x]:occurrenceTiming SΣ 0..1 Timing Date d'utilisation ou de présence chez le patient
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Non ordonné, Ouvert par value:url
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... event Σ 0..* dateTime When the event occurs
..... repeat ΣC 0..1 Element When the event is to occur
Constraints: tim-1, tim-2, tim-4, tim-5, tim-6, tim-7, tim-8, tim-9, tim-10
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Non ordonné, Ouvert par value:url
...... bounds[x] Σ 0..1 Length/Range of lengths, or (Start and/or end) limits
....... boundsDuration Duration
....... boundsRange Range
....... boundsPeriod Period
...... count SΣ 0..1 positiveInt Nombre de renouvellement(s) possible(s)
...... countMax Σ 0..1 positiveInt Maximum number of times to repeat
...... duration Σ 0..1 decimal How long when it happens
...... durationMax Σ 0..1 decimal How long when it happens (Max)
...... durationUnit Σ 0..1 code s | min | h | d | wk | mo | a - unit of time (UCUM)
Binding: UnitsOfTime (required): A unit of time (units from UCUM).
...... frequency Σ 0..1 positiveInt Event occurs frequency times per period
...... frequencyMax Σ 0..1 positiveInt Event occurs up to frequencyMax times per period
...... period Σ 0..1 decimal Event occurs frequency times per period
...... periodMax Σ 0..1 decimal Upper limit of period (3-4 hours)
...... periodUnit Σ 0..1 code s | min | h | d | wk | mo | a - unit of time (UCUM)
Binding: UnitsOfTime (required): A unit of time (units from UCUM).
...... dayOfWeek Σ 0..* code mon | tue | wed | thu | fri | sat | sun
Binding: DaysOfWeek (required)
...... timeOfDay Σ 0..* time Time of day for action
...... when Σ 0..* code Code for time period of occurrence
Binding: EventTiming (required): Real world event relating to the schedule.
...... offset Σ 0..1 unsignedInt Minutes from event (before or after)
..... code Σ 0..1 CodeableConcept BID | TID | QID | AM | PM | QD | QOD | +
Binding: TimingAbbreviation (preferred): Code for a known / defined timing pattern.
.... occurrence[x]:occurrencePeriod SΣ 0..1 Period Durée d'utilisation
... authoredOn Σ 0..1 dateTime When recorded
... requester SΣ 0..1 Reference(Device | Practitioner | PractitionerRole | Organization) Prescripteur
.... id 0..1 string Unique id for inter-element referencing
.... Slices pour extension 0..* Extension Additional content defined by implementations
Slice: Non ordonné, Ouvert par value:url
..... extension:prescripteur 0..1 (Complexe) FR Actor Extension
URL: https://interop.esante.gouv.fr/ig/document/core/StructureDefinition/fr-actor-extension
...... id 0..1 string Unique id for inter-element referencing
...... Slices pour extension 2..* Extension Extension
Slice: Non ordonné, Ouvert par value:url
....... extension:type 1..1 Extension Type d'acteur (AUT, PRF, PART, INF)
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..0 Extension
Slice: Non ordonné, Ouvert par value:url
........ url 1..1 uri "type"
........ value[x] 0..1 code Value of extension
Binding: ValueSet - FR ValueSet Actor Type Document (required)
....... extension:typeCode 0..1 Extension Type de participation
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..0 Extension
Slice: Non ordonné, Ouvert par value:url
........ url 1..1 uri "typeCode"
........ value[x] 0..1 CodeableConcept Value of extension
....... extension:actor 1..1 Extension Extension
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..0 Extension
Slice: Non ordonné, Ouvert par value:url
........ url 1..1 uri "actor"
........ value[x] 0..1 Reference(FR PractitionerRole Document) Value of extension
...... url 1..1 uri "https://interop.esante.gouv.fr/ig/document/core/StructureDefinition/fr-actor-extension"
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).
.... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
.... display Σ 0..1 string Text alternative for the resource
... performerType Σ 0..1 CodeableConcept Filler role
Binding: ParticipantRoles (example): Indicates specific responsibility of an individual within the care team, such as "Primary physician", "Team coordinator", "Caregiver", etc.
... performer Σ 0..1 Reference(Practitioner | PractitionerRole | Organization | CareTeam | HealthcareService | Patient | Device | RelatedPerson) Requested Filler
... reasonCode Σ 0..* CodeableConcept Coded Reason for request
Binding: Condition/Problem/DiagnosisCodes (example): Diagnosis or problem codes justifying the reason for requesting the device.
... Slices pour reasonReference SΣ 0..* Reference(Condition | Observation | DiagnosticReport | DocumentReference) Raisons liées au DM
Slice: Non ordonné, Ouvert par value:resolve().code
.... reasonReference:EnRapportAvecALD SΣ 0..1 Reference(Condition - FR Condition Document) En rapport avec une Affection Longue Durée (ALD)
.... reasonReference:EnRapportAvecAccidentTravail SΣ 0..1 Reference(Observation - FR Observation Work Related Accident Document) En rapport avec accident travail
.... reasonReference:EnRapportAvecLaPrevention SΣ 0..1 Reference(Condition - FR Condition Document) En rapport avec la prévention
... insurance 0..* Reference(Coverage | ClaimResponse) Associated insurance coverage
... supportingInfo 0..* Reference(Resource) Additional clinical information
... note 0..* Annotation Notes or comments
... relevantHistory 0..* Reference(Provenance) Request provenance

doco Documentation pour ce format

Bindings terminologiques

Chemin Statut Usage Jeu de valeurs (ValueSet) Version Source
DeviceRequest.language Base preferred Common Languages 📍4.0.1 Std. FHIR
DeviceRequest.status Base required RequestStatus 📍4.0.1 Std. FHIR
DeviceRequest.intent Base required RequestIntent 📍4.0.1 Std. FHIR
DeviceRequest.priority Base required Request priority 📍4.0.1 Std. FHIR
DeviceRequest.code[x] Base example FHIR Device Types 📍4.0.1 Std. FHIR
DeviceRequest.parameter.​code Base example Non précisé Unknown
DeviceRequest.occurrence[x]:occurrenceTiming.​repeat.durationUnit Base required UnitsOfTime 📍4.0.1 Std. FHIR
DeviceRequest.occurrence[x]:occurrenceTiming.​repeat.periodUnit Base required UnitsOfTime 📍4.0.1 Std. FHIR
DeviceRequest.occurrence[x]:occurrenceTiming.​repeat.dayOfWeek Base required DaysOfWeek 📍4.0.1 Std. FHIR
DeviceRequest.occurrence[x]:occurrenceTiming.​repeat.when Base required EventTiming 📍4.0.1 Std. FHIR
DeviceRequest.occurrence[x]:occurrenceTiming.​code Base preferred TimingAbbreviation 📍4.0.1 Std. FHIR
DeviceRequest.requester.​extension:prescripteur.​extension:type.value[x] Base required ValueSet - FR ValueSet Actor Type Document 📦0.1.0 cet IG
DeviceRequest.requester.​type Base extensible ResourceType 📍4.0.1 Std. FHIR
DeviceRequest.performerType Base example Participant Roles 📍4.0.1 Std. FHIR
DeviceRequest.reasonCode Base example Condition/Problem/Diagnosis Codes 📍4.0.1 Std. FHIR

Contraintes

Id Grade Chemin(s) Description Expression
dom-2 error DeviceRequest If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error DeviceRequest 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 DeviceRequest 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 DeviceRequest If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 bonne pratique DeviceRequest 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()
tim-1 error DeviceRequest.occurrence[x]:occurrenceTiming.repeat if there's a duration, there needs to be duration units duration.empty() or durationUnit.exists()
tim-2 error DeviceRequest.occurrence[x]:occurrenceTiming.repeat if there's a period, there needs to be period units period.empty() or periodUnit.exists()
tim-4 error DeviceRequest.occurrence[x]:occurrenceTiming.repeat duration SHALL be a non-negative value duration.exists() implies duration >= 0
tim-5 error DeviceRequest.occurrence[x]:occurrenceTiming.repeat period SHALL be a non-negative value period.exists() implies period >= 0
tim-6 error DeviceRequest.occurrence[x]:occurrenceTiming.repeat If there's a periodMax, there must be a period periodMax.empty() or period.exists()
tim-7 error DeviceRequest.occurrence[x]:occurrenceTiming.repeat If there's a durationMax, there must be a duration durationMax.empty() or duration.exists()
tim-8 error DeviceRequest.occurrence[x]:occurrenceTiming.repeat If there's a countMax, there must be a count countMax.empty() or count.exists()
tim-9 error DeviceRequest.occurrence[x]:occurrenceTiming.repeat If there's an offset, there must be a when (and not C, CM, CD, CV) offset.empty() or (when.exists() and ((when in ('C' | 'CM' | 'CD' | 'CV')).not()))
tim-10 error DeviceRequest.occurrence[x]:occurrenceTiming.repeat If there's a timeOfDay, there cannot be a when, or vice versa timeOfDay.empty() or when.empty()

This structure is derived from DeviceRequest

Résumé

Obligatoire : 1 élément
Must-Support : 13 éléments

Structures

Cette structure fait référence à ces autres structures:

Extensions

Cette structure fait référence à ces extensions:

Slices

Cette structure définit les slices suivantes:

  • The element 1 is sliced based on the value of DeviceRequest.code[x]
  • The element 1 is sliced based on the value of DeviceRequest.parameter.value[x]
  • The element 1 is sliced based on the value of DeviceRequest.occurrence[x]
  • The element 1 is sliced based on the value of DeviceRequest.reasonReference

 

Other representations of profile: CSV, Excel, Schematron