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-request-document | Version: 0.1.0 | ||||
| Draft as of 2026-08-07 | Computable Name: FRDeviceRequestDocument | ||||
FRDeviceRequestDocument représente une demande de dispositif médical (DM) qui n’a pas encore été dispensé.
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..* | DeviceRequest(4.0.1) | Medical device request | |
![]() ![]() |
?!Σ | 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 | boolean | DM prescrit 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 - Sous la forme UID (UUID ou OID) |
![]() ![]() |
?!Σ | 0..1 | code | draft | active | on-hold | revoked | completed | entered-in-error | unknown Binding: RequestStatus (required): Codes representing the status of the request. |
![]() ![]() |
?!Σ | 1..1 | code | proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option Binding: RequestIntent (required): The kind of diagnostic request. |
![]() ![]() |
Σ | 1..1 | Device requested Slice: Unordered, Open by type:$this Binding: FHIRDeviceTypes (example): Codes for devices that can be requested. | |
![]() ![]() ![]() |
Reference(Device) | |||
![]() ![]() ![]() |
CodeableConcept | |||
![]() ![]() ![]() |
SΣ | 0..1 | Reference(Device) | Dispositif médical |
![]() ![]() |
S | 0..1 | BackboneElement | Device details |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 |
![]() ![]() ![]() |
0..1 | Value of detail Slice: Unordered, Open by type:$this | ||
![]() ![]() ![]() ![]() |
CodeableConcept | |||
![]() ![]() ![]() ![]() |
Quantity | |||
![]() ![]() ![]() ![]() |
Range | |||
![]() ![]() ![]() ![]() |
boolean | |||
![]() ![]() ![]() ![]() |
S | 0..1 | Quantity | Quantité |
![]() ![]() |
Σ | 1..1 | Reference(Patient | Group | Location | Device) | Focus of request |
![]() ![]() |
SΣ | 0..1 | Desired time or schedule for use Slice: Unordered, Open by type:$this | |
![]() ![]() ![]() |
dateTime | |||
![]() ![]() ![]() |
Period | |||
![]() ![]() ![]() |
Timing | |||
![]() ![]() ![]() |
SΣ | 0..1 | Timing | Date d'utilisation ou de présence chez le patient |
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 |
![]() ![]() ![]() ![]() |
Σ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 |
![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | positiveInt | Nombre de renouvellement(s) possible(s) |
![]() ![]() ![]() |
SΣ | 0..1 | Period | Durée d'utilisation |
![]() ![]() |
SΣ | 0..1 | Reference(FR PractitionerRole Document(0.1.0)) | Prescripteur |
![]() ![]() |
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 |
| DeviceRequest.status | Base | required | RequestStatus | 📍4.0.1 | FHIR Std. |
| DeviceRequest.intent | Base | required | RequestIntent | 📍4.0.1 | FHIR Std. |
| DeviceRequest.code[x] | Base | example | FHIR Device Types | 📍4.0.1 | FHIR Std. |
| Id | Grade | Path(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 | best practice | DeviceRequest | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | DeviceRequest.implicitRules, DeviceRequest.extension, DeviceRequest.extension:notCovered, DeviceRequest.modifierExtension, DeviceRequest.identifier, DeviceRequest.status, DeviceRequest.intent, DeviceRequest.code[x], DeviceRequest.code[x]:codeReference, DeviceRequest.parameter, DeviceRequest.parameter.modifierExtension, DeviceRequest.parameter.value[x], DeviceRequest.parameter.value[x]:valueQuantity, DeviceRequest.subject, DeviceRequest.occurrence[x], DeviceRequest.occurrence[x]:occurrenceTiming, DeviceRequest.occurrence[x]:occurrenceTiming.modifierExtension, DeviceRequest.occurrence[x]:occurrenceTiming.repeat, DeviceRequest.occurrence[x]:occurrenceTiming.repeat.count, DeviceRequest.occurrence[x]:occurrencePeriod, DeviceRequest.requester, DeviceRequest.reasonReference | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | DeviceRequest.extension, DeviceRequest.extension:notCovered, DeviceRequest.modifierExtension, DeviceRequest.parameter.modifierExtension, DeviceRequest.occurrence[x]:occurrenceTiming.modifierExtension | 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()
|
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
0..* | DeviceRequest(4.0.1) | Medical device request | |||||
![]() ![]() |
Σ | 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 | boolean | DM prescrit 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 - Sous la forme UID (UUID ou OID) | ||||
![]() ![]() |
Σ | 0..* | canonical(ActivityDefinition | PlanDefinition) | Instantiates FHIR protocol or definition | ||||
![]() ![]() |
Σ | 0..* | uri | Instantiates external protocol or definition | ||||
![]() ![]() |
Σ | 0..* | Reference(Resource) | What request fulfills | ||||
![]() ![]() |
Σ | 0..* | Reference(Resource) | What request replaces | ||||
![]() ![]() |
Σ | 0..1 | Identifier | Identifier of composite request | ||||
![]() ![]() |
?!Σ | 0..1 | code | draft | active | on-hold | revoked | completed | entered-in-error | unknown Binding: RequestStatus (required): Codes representing the status of the request. | ||||
![]() ![]() |
?!Σ | 1..1 | code | proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option Binding: RequestIntent (required): The kind of diagnostic request. | ||||
![]() ![]() |
Σ | 0..1 | code | routine | urgent | asap | stat Binding: RequestPriority (required): Identifies the level of importance to be assigned to actioning the request. | ||||
![]() ![]() |
Σ | 1..1 | Device requested Slice: Unordered, Open by type:$this Binding: FHIRDeviceTypes (example): Codes for devices that can be requested. | |||||
![]() ![]() ![]() |
Reference(Device) | |||||||
![]() ![]() ![]() |
CodeableConcept | |||||||
![]() ![]() ![]() |
SΣ | 0..1 | Reference(Device) | Dispositif médical | ||||
![]() ![]() |
S | 0..1 | BackboneElement | Device details | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Device detail Binding Description: (example): A code that identifies the device detail. | |||||
![]() ![]() ![]() |
0..1 | Value of detail Slice: Unordered, Open by type:$this | ||||||
![]() ![]() ![]() ![]() |
CodeableConcept | |||||||
![]() ![]() ![]() ![]() |
Quantity | |||||||
![]() ![]() ![]() ![]() |
Range | |||||||
![]() ![]() ![]() ![]() |
boolean | |||||||
![]() ![]() ![]() ![]() |
S | 0..1 | Quantity | Quantité | ||||
![]() ![]() |
Σ | 1..1 | Reference(Patient | Group | Location | Device) | Focus of request | ||||
![]() ![]() |
Σ | 0..1 | Reference(Encounter) | Encounter motivating request | ||||
![]() ![]() |
SΣ | 0..1 | Desired time or schedule for use Slice: Unordered, Open by type:$this | |||||
![]() ![]() ![]() |
dateTime | |||||||
![]() ![]() ![]() |
Period | |||||||
![]() ![]() ![]() |
Timing | |||||||
![]() ![]() ![]() |
SΣ | 0..1 | Timing | Date d'utilisation ou de présence chez le patient | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() ![]() |
Σ | 0..* | dateTime | When the event occurs | ||||
![]() ![]() ![]() ![]() |
Σ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 | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | Length/Range of lengths, or (Start and/or end) limits | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
Duration | |||||||
![]() ![]() ![]() ![]() ![]() ![]() |
Range | |||||||
![]() ![]() ![]() ![]() ![]() ![]() |
Period | |||||||
![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | positiveInt | Nombre de renouvellement(s) possible(s) | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | positiveInt | Maximum number of times to repeat | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | decimal | How long when it happens | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | decimal | How long when it happens (Max) | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | code | s | min | h | d | wk | mo | a - unit of time (UCUM) Binding: UnitsOfTime (required): A unit of time (units from UCUM). | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | positiveInt | Event occurs frequency times per period | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | positiveInt | Event occurs up to frequencyMax times per period | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | decimal | Event occurs frequency times per period | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | decimal | Upper limit of period (3-4 hours) | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | code | s | min | h | d | wk | mo | a - unit of time (UCUM) Binding: UnitsOfTime (required): A unit of time (units from UCUM). | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..* | code | mon | tue | wed | thu | fri | sat | sun Binding: DaysOfWeek (required) | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..* | time | Time of day for action | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..* | code | Code for time period of occurrence Binding: EventTiming (required): Real world event relating to the schedule. | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | unsignedInt | Minutes from event (before or after) | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | BID | TID | QID | AM | PM | QD | QOD | + Binding: TimingAbbreviation (preferred): Code for a known / defined timing pattern. | ||||
![]() ![]() ![]() |
SΣ | 0..1 | Period | Durée d'utilisation | ||||
![]() ![]() |
Σ | 0..1 | dateTime | When recorded | ||||
![]() ![]() |
SΣ | 0..1 | Reference(FR PractitionerRole Document(0.1.0)) | Prescripteur | ||||
![]() ![]() |
Σ | 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. | ||||
![]() ![]() |
Σ | 0..1 | Reference(Practitioner | PractitionerRole | Organization | CareTeam | HealthcareService | Patient | Device | RelatedPerson) | Requested Filler | ||||
![]() ![]() |
Σ | 0..* | CodeableConcept | Coded Reason for request Binding: Condition/Problem/DiagnosisCodes (example): Diagnosis or problem codes justifying the reason for requesting the device. | ||||
![]() ![]() |
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..* | Reference(Coverage | ClaimResponse) | Associated insurance coverage | |||||
![]() ![]() |
0..* | Reference(Resource) | Additional clinical information | |||||
![]() ![]() |
0..* | Annotation | Notes or comments | |||||
![]() ![]() |
0..* | Reference(Provenance) | Request provenance | |||||
Documentation for this format | ||||||||
| Path | Status | Usage | ValueSet | Version | Source |
| DeviceRequest.language | Base | preferred | Common Languages | 📍4.0.1 | FHIR Std. |
| DeviceRequest.status | Base | required | RequestStatus | 📍4.0.1 | FHIR Std. |
| DeviceRequest.intent | Base | required | RequestIntent | 📍4.0.1 | FHIR Std. |
| DeviceRequest.priority | Base | required | Request priority | 📍4.0.1 | FHIR Std. |
| DeviceRequest.code[x] | Base | example | FHIR Device Types | 📍4.0.1 | FHIR Std. |
| DeviceRequest.parameter.code | Base | example | Not State | Unknown | |
| DeviceRequest.occurrence[x]:occurrenceTiming.repeat.durationUnit | Base | required | UnitsOfTime | 📍4.0.1 | FHIR Std. |
| DeviceRequest.occurrence[x]:occurrenceTiming.repeat.periodUnit | Base | required | UnitsOfTime | 📍4.0.1 | FHIR Std. |
| DeviceRequest.occurrence[x]:occurrenceTiming.repeat.dayOfWeek | Base | required | DaysOfWeek | 📍4.0.1 | FHIR Std. |
| DeviceRequest.occurrence[x]:occurrenceTiming.repeat.when | Base | required | EventTiming | 📍4.0.1 | FHIR Std. |
| DeviceRequest.occurrence[x]:occurrenceTiming.code | Base | preferred | TimingAbbreviation | 📍4.0.1 | FHIR Std. |
| DeviceRequest.performerType | Base | example | Participant Roles | 📍4.0.1 | FHIR Std. |
| DeviceRequest.reasonCode | Base | example | Condition/Problem/Diagnosis Codes | 📍4.0.1 | FHIR Std. |
| Id | Grade | Path(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 | best practice | DeviceRequest | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | DeviceRequest.meta, DeviceRequest.implicitRules, DeviceRequest.language, DeviceRequest.text, DeviceRequest.extension, DeviceRequest.extension:notCovered, DeviceRequest.modifierExtension, DeviceRequest.identifier, DeviceRequest.instantiatesCanonical, DeviceRequest.instantiatesUri, DeviceRequest.basedOn, DeviceRequest.priorRequest, DeviceRequest.groupIdentifier, DeviceRequest.status, DeviceRequest.intent, DeviceRequest.priority, DeviceRequest.code[x], DeviceRequest.code[x]:codeReference, DeviceRequest.parameter, DeviceRequest.parameter.extension, DeviceRequest.parameter.modifierExtension, DeviceRequest.parameter.code, DeviceRequest.parameter.value[x], DeviceRequest.parameter.value[x]:valueQuantity, DeviceRequest.subject, DeviceRequest.encounter, DeviceRequest.occurrence[x], DeviceRequest.occurrence[x]:occurrenceTiming, DeviceRequest.occurrence[x]:occurrenceTiming.extension, DeviceRequest.occurrence[x]:occurrenceTiming.modifierExtension, DeviceRequest.occurrence[x]:occurrenceTiming.event, DeviceRequest.occurrence[x]:occurrenceTiming.repeat, DeviceRequest.occurrence[x]:occurrenceTiming.repeat.extension, DeviceRequest.occurrence[x]:occurrenceTiming.repeat.bounds[x], DeviceRequest.occurrence[x]:occurrenceTiming.repeat.count, DeviceRequest.occurrence[x]:occurrenceTiming.repeat.countMax, DeviceRequest.occurrence[x]:occurrenceTiming.repeat.duration, DeviceRequest.occurrence[x]:occurrenceTiming.repeat.durationMax, DeviceRequest.occurrence[x]:occurrenceTiming.repeat.durationUnit, DeviceRequest.occurrence[x]:occurrenceTiming.repeat.frequency, DeviceRequest.occurrence[x]:occurrenceTiming.repeat.frequencyMax, DeviceRequest.occurrence[x]:occurrenceTiming.repeat.period, DeviceRequest.occurrence[x]:occurrenceTiming.repeat.periodMax, DeviceRequest.occurrence[x]:occurrenceTiming.repeat.periodUnit, DeviceRequest.occurrence[x]:occurrenceTiming.repeat.dayOfWeek, DeviceRequest.occurrence[x]:occurrenceTiming.repeat.timeOfDay, DeviceRequest.occurrence[x]:occurrenceTiming.repeat.when, DeviceRequest.occurrence[x]:occurrenceTiming.repeat.offset, DeviceRequest.occurrence[x]:occurrenceTiming.code, DeviceRequest.occurrence[x]:occurrencePeriod, DeviceRequest.authoredOn, DeviceRequest.requester, DeviceRequest.performerType, DeviceRequest.performer, DeviceRequest.reasonCode, DeviceRequest.reasonReference, DeviceRequest.insurance, DeviceRequest.supportingInfo, DeviceRequest.note, DeviceRequest.relevantHistory | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | DeviceRequest.extension, DeviceRequest.extension:notCovered, DeviceRequest.modifierExtension, DeviceRequest.parameter.extension, DeviceRequest.parameter.modifierExtension, DeviceRequest.occurrence[x]:occurrenceTiming.extension, DeviceRequest.occurrence[x]:occurrenceTiming.modifierExtension, DeviceRequest.occurrence[x]:occurrenceTiming.repeat.extension | 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()
|
Summary
Must-Support: 9 elements
Structures
This structure refers to these other structures:
Extensions
This structure refers to these extensions:
Slices
This structure defines the following Slices:
Key Elements View
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | DeviceRequest(4.0.1) | Medical device request | |
![]() ![]() |
?!Σ | 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 | boolean | DM prescrit 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 - Sous la forme UID (UUID ou OID) |
![]() ![]() |
?!Σ | 0..1 | code | draft | active | on-hold | revoked | completed | entered-in-error | unknown Binding: RequestStatus (required): Codes representing the status of the request. |
![]() ![]() |
?!Σ | 1..1 | code | proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option Binding: RequestIntent (required): The kind of diagnostic request. |
![]() ![]() |
Σ | 1..1 | Device requested Slice: Unordered, Open by type:$this Binding: FHIRDeviceTypes (example): Codes for devices that can be requested. | |
![]() ![]() ![]() |
Reference(Device) | |||
![]() ![]() ![]() |
CodeableConcept | |||
![]() ![]() ![]() |
SΣ | 0..1 | Reference(Device) | Dispositif médical |
![]() ![]() |
S | 0..1 | BackboneElement | Device details |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 |
![]() ![]() ![]() |
0..1 | Value of detail Slice: Unordered, Open by type:$this | ||
![]() ![]() ![]() ![]() |
CodeableConcept | |||
![]() ![]() ![]() ![]() |
Quantity | |||
![]() ![]() ![]() ![]() |
Range | |||
![]() ![]() ![]() ![]() |
boolean | |||
![]() ![]() ![]() ![]() |
S | 0..1 | Quantity | Quantité |
![]() ![]() |
Σ | 1..1 | Reference(Patient | Group | Location | Device) | Focus of request |
![]() ![]() |
SΣ | 0..1 | Desired time or schedule for use Slice: Unordered, Open by type:$this | |
![]() ![]() ![]() |
dateTime | |||
![]() ![]() ![]() |
Period | |||
![]() ![]() ![]() |
Timing | |||
![]() ![]() ![]() |
SΣ | 0..1 | Timing | Date d'utilisation ou de présence chez le patient |
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 |
![]() ![]() ![]() ![]() |
Σ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 |
![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | positiveInt | Nombre de renouvellement(s) possible(s) |
![]() ![]() ![]() |
SΣ | 0..1 | Period | Durée d'utilisation |
![]() ![]() |
SΣ | 0..1 | Reference(FR PractitionerRole Document(0.1.0)) | Prescripteur |
![]() ![]() |
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 |
| DeviceRequest.status | Base | required | RequestStatus | 📍4.0.1 | FHIR Std. |
| DeviceRequest.intent | Base | required | RequestIntent | 📍4.0.1 | FHIR Std. |
| DeviceRequest.code[x] | Base | example | FHIR Device Types | 📍4.0.1 | FHIR Std. |
| Id | Grade | Path(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 | best practice | DeviceRequest | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | DeviceRequest.implicitRules, DeviceRequest.extension, DeviceRequest.extension:notCovered, DeviceRequest.modifierExtension, DeviceRequest.identifier, DeviceRequest.status, DeviceRequest.intent, DeviceRequest.code[x], DeviceRequest.code[x]:codeReference, DeviceRequest.parameter, DeviceRequest.parameter.modifierExtension, DeviceRequest.parameter.value[x], DeviceRequest.parameter.value[x]:valueQuantity, DeviceRequest.subject, DeviceRequest.occurrence[x], DeviceRequest.occurrence[x]:occurrenceTiming, DeviceRequest.occurrence[x]:occurrenceTiming.modifierExtension, DeviceRequest.occurrence[x]:occurrenceTiming.repeat, DeviceRequest.occurrence[x]:occurrenceTiming.repeat.count, DeviceRequest.occurrence[x]:occurrencePeriod, DeviceRequest.requester, DeviceRequest.reasonReference | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | DeviceRequest.extension, DeviceRequest.extension:notCovered, DeviceRequest.modifierExtension, DeviceRequest.parameter.modifierExtension, DeviceRequest.occurrence[x]:occurrenceTiming.modifierExtension | 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
Snapshot ViewView
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
0..* | DeviceRequest(4.0.1) | Medical device request | |||||
![]() ![]() |
Σ | 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 | boolean | DM prescrit 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 - Sous la forme UID (UUID ou OID) | ||||
![]() ![]() |
Σ | 0..* | canonical(ActivityDefinition | PlanDefinition) | Instantiates FHIR protocol or definition | ||||
![]() ![]() |
Σ | 0..* | uri | Instantiates external protocol or definition | ||||
![]() ![]() |
Σ | 0..* | Reference(Resource) | What request fulfills | ||||
![]() ![]() |
Σ | 0..* | Reference(Resource) | What request replaces | ||||
![]() ![]() |
Σ | 0..1 | Identifier | Identifier of composite request | ||||
![]() ![]() |
?!Σ | 0..1 | code | draft | active | on-hold | revoked | completed | entered-in-error | unknown Binding: RequestStatus (required): Codes representing the status of the request. | ||||
![]() ![]() |
?!Σ | 1..1 | code | proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option Binding: RequestIntent (required): The kind of diagnostic request. | ||||
![]() ![]() |
Σ | 0..1 | code | routine | urgent | asap | stat Binding: RequestPriority (required): Identifies the level of importance to be assigned to actioning the request. | ||||
![]() ![]() |
Σ | 1..1 | Device requested Slice: Unordered, Open by type:$this Binding: FHIRDeviceTypes (example): Codes for devices that can be requested. | |||||
![]() ![]() ![]() |
Reference(Device) | |||||||
![]() ![]() ![]() |
CodeableConcept | |||||||
![]() ![]() ![]() |
SΣ | 0..1 | Reference(Device) | Dispositif médical | ||||
![]() ![]() |
S | 0..1 | BackboneElement | Device details | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
0..1 | CodeableConcept | Device detail Binding Description: (example): A code that identifies the device detail. | |||||
![]() ![]() ![]() |
0..1 | Value of detail Slice: Unordered, Open by type:$this | ||||||
![]() ![]() ![]() ![]() |
CodeableConcept | |||||||
![]() ![]() ![]() ![]() |
Quantity | |||||||
![]() ![]() ![]() ![]() |
Range | |||||||
![]() ![]() ![]() ![]() |
boolean | |||||||
![]() ![]() ![]() ![]() |
S | 0..1 | Quantity | Quantité | ||||
![]() ![]() |
Σ | 1..1 | Reference(Patient | Group | Location | Device) | Focus of request | ||||
![]() ![]() |
Σ | 0..1 | Reference(Encounter) | Encounter motivating request | ||||
![]() ![]() |
SΣ | 0..1 | Desired time or schedule for use Slice: Unordered, Open by type:$this | |||||
![]() ![]() ![]() |
dateTime | |||||||
![]() ![]() ![]() |
Period | |||||||
![]() ![]() ![]() |
Timing | |||||||
![]() ![]() ![]() |
SΣ | 0..1 | Timing | Date d'utilisation ou de présence chez le patient | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() ![]() |
Σ | 0..* | dateTime | When the event occurs | ||||
![]() ![]() ![]() ![]() |
Σ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 | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | Length/Range of lengths, or (Start and/or end) limits | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
Duration | |||||||
![]() ![]() ![]() ![]() ![]() ![]() |
Range | |||||||
![]() ![]() ![]() ![]() ![]() ![]() |
Period | |||||||
![]() ![]() ![]() ![]() ![]() |
SΣ | 0..1 | positiveInt | Nombre de renouvellement(s) possible(s) | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | positiveInt | Maximum number of times to repeat | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | decimal | How long when it happens | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | decimal | How long when it happens (Max) | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | code | s | min | h | d | wk | mo | a - unit of time (UCUM) Binding: UnitsOfTime (required): A unit of time (units from UCUM). | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | positiveInt | Event occurs frequency times per period | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | positiveInt | Event occurs up to frequencyMax times per period | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | decimal | Event occurs frequency times per period | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | decimal | Upper limit of period (3-4 hours) | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | code | s | min | h | d | wk | mo | a - unit of time (UCUM) Binding: UnitsOfTime (required): A unit of time (units from UCUM). | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..* | code | mon | tue | wed | thu | fri | sat | sun Binding: DaysOfWeek (required) | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..* | time | Time of day for action | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..* | code | Code for time period of occurrence Binding: EventTiming (required): Real world event relating to the schedule. | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | unsignedInt | Minutes from event (before or after) | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | BID | TID | QID | AM | PM | QD | QOD | + Binding: TimingAbbreviation (preferred): Code for a known / defined timing pattern. | ||||
![]() ![]() ![]() |
SΣ | 0..1 | Period | Durée d'utilisation | ||||
![]() ![]() |
Σ | 0..1 | dateTime | When recorded | ||||
![]() ![]() |
SΣ | 0..1 | Reference(FR PractitionerRole Document(0.1.0)) | Prescripteur | ||||
![]() ![]() |
Σ | 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. | ||||
![]() ![]() |
Σ | 0..1 | Reference(Practitioner | PractitionerRole | Organization | CareTeam | HealthcareService | Patient | Device | RelatedPerson) | Requested Filler | ||||
![]() ![]() |
Σ | 0..* | CodeableConcept | Coded Reason for request Binding: Condition/Problem/DiagnosisCodes (example): Diagnosis or problem codes justifying the reason for requesting the device. | ||||
![]() ![]() |
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..* | Reference(Coverage | ClaimResponse) | Associated insurance coverage | |||||
![]() ![]() |
0..* | Reference(Resource) | Additional clinical information | |||||
![]() ![]() |
0..* | Annotation | Notes or comments | |||||
![]() ![]() |
0..* | Reference(Provenance) | Request provenance | |||||
Documentation for this format | ||||||||
| Path | Status | Usage | ValueSet | Version | Source |
| DeviceRequest.language | Base | preferred | Common Languages | 📍4.0.1 | FHIR Std. |
| DeviceRequest.status | Base | required | RequestStatus | 📍4.0.1 | FHIR Std. |
| DeviceRequest.intent | Base | required | RequestIntent | 📍4.0.1 | FHIR Std. |
| DeviceRequest.priority | Base | required | Request priority | 📍4.0.1 | FHIR Std. |
| DeviceRequest.code[x] | Base | example | FHIR Device Types | 📍4.0.1 | FHIR Std. |
| DeviceRequest.parameter.code | Base | example | Not State | Unknown | |
| DeviceRequest.occurrence[x]:occurrenceTiming.repeat.durationUnit | Base | required | UnitsOfTime | 📍4.0.1 | FHIR Std. |
| DeviceRequest.occurrence[x]:occurrenceTiming.repeat.periodUnit | Base | required | UnitsOfTime | 📍4.0.1 | FHIR Std. |
| DeviceRequest.occurrence[x]:occurrenceTiming.repeat.dayOfWeek | Base | required | DaysOfWeek | 📍4.0.1 | FHIR Std. |
| DeviceRequest.occurrence[x]:occurrenceTiming.repeat.when | Base | required | EventTiming | 📍4.0.1 | FHIR Std. |
| DeviceRequest.occurrence[x]:occurrenceTiming.code | Base | preferred | TimingAbbreviation | 📍4.0.1 | FHIR Std. |
| DeviceRequest.performerType | Base | example | Participant Roles | 📍4.0.1 | FHIR Std. |
| DeviceRequest.reasonCode | Base | example | Condition/Problem/Diagnosis Codes | 📍4.0.1 | FHIR Std. |
| Id | Grade | Path(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 | best practice | DeviceRequest | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | DeviceRequest.meta, DeviceRequest.implicitRules, DeviceRequest.language, DeviceRequest.text, DeviceRequest.extension, DeviceRequest.extension:notCovered, DeviceRequest.modifierExtension, DeviceRequest.identifier, DeviceRequest.instantiatesCanonical, DeviceRequest.instantiatesUri, DeviceRequest.basedOn, DeviceRequest.priorRequest, DeviceRequest.groupIdentifier, DeviceRequest.status, DeviceRequest.intent, DeviceRequest.priority, DeviceRequest.code[x], DeviceRequest.code[x]:codeReference, DeviceRequest.parameter, DeviceRequest.parameter.extension, DeviceRequest.parameter.modifierExtension, DeviceRequest.parameter.code, DeviceRequest.parameter.value[x], DeviceRequest.parameter.value[x]:valueQuantity, DeviceRequest.subject, DeviceRequest.encounter, DeviceRequest.occurrence[x], DeviceRequest.occurrence[x]:occurrenceTiming, DeviceRequest.occurrence[x]:occurrenceTiming.extension, DeviceRequest.occurrence[x]:occurrenceTiming.modifierExtension, DeviceRequest.occurrence[x]:occurrenceTiming.event, DeviceRequest.occurrence[x]:occurrenceTiming.repeat, DeviceRequest.occurrence[x]:occurrenceTiming.repeat.extension, DeviceRequest.occurrence[x]:occurrenceTiming.repeat.bounds[x], DeviceRequest.occurrence[x]:occurrenceTiming.repeat.count, DeviceRequest.occurrence[x]:occurrenceTiming.repeat.countMax, DeviceRequest.occurrence[x]:occurrenceTiming.repeat.duration, DeviceRequest.occurrence[x]:occurrenceTiming.repeat.durationMax, DeviceRequest.occurrence[x]:occurrenceTiming.repeat.durationUnit, DeviceRequest.occurrence[x]:occurrenceTiming.repeat.frequency, DeviceRequest.occurrence[x]:occurrenceTiming.repeat.frequencyMax, DeviceRequest.occurrence[x]:occurrenceTiming.repeat.period, DeviceRequest.occurrence[x]:occurrenceTiming.repeat.periodMax, DeviceRequest.occurrence[x]:occurrenceTiming.repeat.periodUnit, DeviceRequest.occurrence[x]:occurrenceTiming.repeat.dayOfWeek, DeviceRequest.occurrence[x]:occurrenceTiming.repeat.timeOfDay, DeviceRequest.occurrence[x]:occurrenceTiming.repeat.when, DeviceRequest.occurrence[x]:occurrenceTiming.repeat.offset, DeviceRequest.occurrence[x]:occurrenceTiming.code, DeviceRequest.occurrence[x]:occurrencePeriod, DeviceRequest.authoredOn, DeviceRequest.requester, DeviceRequest.performerType, DeviceRequest.performer, DeviceRequest.reasonCode, DeviceRequest.reasonReference, DeviceRequest.insurance, DeviceRequest.supportingInfo, DeviceRequest.note, DeviceRequest.relevantHistory | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | DeviceRequest.extension, DeviceRequest.extension:notCovered, DeviceRequest.modifierExtension, DeviceRequest.parameter.extension, DeviceRequest.parameter.modifierExtension, DeviceRequest.occurrence[x]:occurrenceTiming.extension, DeviceRequest.occurrence[x]:occurrenceTiming.modifierExtension, DeviceRequest.occurrence[x]:occurrenceTiming.repeat.extension | 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()
|
Summary
Must-Support: 9 elements
Structures
This structure refers to these other structures:
Extensions
This structure refers to these extensions:
Slices
This structure defines the following Slices:
Other representations of profile: CSV, Excel, Schematron