Extensions for Using Data Elements from FHIR DSTU2 in FHIR R5 - Downloaded Version null See the Directory of published versions
| Official URL: http://hl7.org/fhir/1.0/StructureDefinition/profile-DeviceUseRequest-for-DeviceRequest | Version: 0.1.0 | |||
| Standards status: Trial-use | Maturity Level: 0 | Computable Name: Profile_R2_DeviceUseRequest_R5_DeviceRequest | ||
This cross-version profile allows DSTU2 DeviceUseRequest content to be represented via FHIR R5 DeviceRequest resources.
Usages:
You can also check for usages in the FHIR IG Statistics
Description of Profiles, Differentials, Snapshots and how the different presentations work.
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | DeviceRequest(5.0.0) | Medical device request | |
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() |
0..* | Resource | Contained, inline Resources | |
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |
![]() ![]() ![]() |
0..1 | CodeableConcept, Reference(Cross-version Profile for DSTU2.BodySite for use in FHIR R5(0.1.0) | BodyStructure) | DSTU2: Target body site (new) URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-DeviceUseRequest.bodySite Constraints: ext-1 | |
![]() ![]() ![]() |
0..* | CodeableConcept | DSTU2: PRN (new) URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-DeviceUseRequest.prnReason Constraints: ext-1 | |
![]() ![]() ![]() |
0..1 | Timing, Period | DSTU2: Schedule for use additional types URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-DeviceUseRequest.timing Constraints: ext-1 | |
![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored Constraints: ext-1 |
![]() ![]() |
?!Σ | 0..1 | code | draft | active | on-hold | revoked | completed | entered-in-error | unknown Binding: RequestStatus (required): Codes representing the status of the request. |
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |
![]() ![]() ![]() ![]() |
0..1 | code | DSTU2: proposed | planned | requested | received | accepted | in-progress | completed | suspended | rejected | aborted additional codes URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-DeviceUseRequest.status Binding: R2DeviceUseRequestStatusForR5RequestStatus (0.1.0) (required): Codes representing the status of the request. Constraints: ext-1 | |
![]() ![]() |
?!Σ | 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 | boolean | True if the request is to stop or not to start using the device |
![]() ![]() |
Σ | 1..1 | CodeableReference(Device | DeviceDefinition) | Device requested Binding: DeviceType (example): Codes for devices that can be requested. |
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |
![]() ![]() ![]() ![]() |
1..1 | Reference(Cross-version Profile for DSTU2.Device for use in FHIR R5(0.1.0) | DeviceAssociation) | DSTU2: device additional types URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-DeviceUseRequest.device Constraints: ext-1 | |
![]() ![]() |
Σ | 1..1 | Reference(Patient | Group | Location | Device) | Focus of request |
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |
![]() ![]() ![]() ![]() |
0..1 | Reference(Resource) | DSTU2: subject additional types URL: http://hl7.org/fhir/StructureDefinition/alternate-reference Constraints: ext-1 | |
![]() ![]() ![]() |
ΣC | 0..1 | string | Literal reference, Relative, internal or absolute URL |
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| DeviceRequest.status | Base | required | RequestStatus | 📍5.0.0 | FHIR Std. |
| DeviceRequest.intent | Base | required | RequestIntent | 📍5.0.0 | FHIR Std. |
| DeviceRequest.code | Base | example | Device Type | 📍5.0.0 | 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().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(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:bodySite, DeviceRequest.extension:prnReason, DeviceRequest.extension:timing, DeviceRequest.modifierExtension, DeviceRequest.status, DeviceRequest.status.extension, DeviceRequest.status.extension:status, DeviceRequest.intent, DeviceRequest.doNotPerform, DeviceRequest.code, DeviceRequest.code.extension, DeviceRequest.code.extension:device, DeviceRequest.subject, DeviceRequest.subject.extension, DeviceRequest.subject.extension:subject, DeviceRequest.subject.reference | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | DeviceRequest.extension, DeviceRequest.extension:bodySite, DeviceRequest.extension:prnReason, DeviceRequest.extension:timing, DeviceRequest.modifierExtension, DeviceRequest.status.extension, DeviceRequest.status.extension:status, DeviceRequest.code.extension, DeviceRequest.code.extension:device, DeviceRequest.subject.extension, DeviceRequest.subject.extension:subject | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
This structure is derived from DeviceRequest
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
0..* | DeviceRequest(5.0.0) | Medical device request | |||||
![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | Meta | DSTU2: meta additional types URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-DeviceUseRequest.meta Constraints: ext-1 | |||||
![]() ![]() ![]() |
Σ | 0..1 | id | Version specific identifier | ||||
![]() ![]() ![]() |
Σ | 0..1 | instant | When the resource version last changed | ||||
![]() ![]() ![]() |
Σ | 0..1 | uri | Identifies where the resource comes from | ||||
![]() ![]() ![]() |
Σ | 0..* | canonical(StructureDefinition) | Profiles this resource claims to conform to | ||||
![]() ![]() ![]() |
Σ | 0..* | Coding | Security Labels applied to this resource Binding: AllSecurityLabels (extensible): Security Labels from the Healthcare Privacy and Security Classification System. | ||||
![]() ![]() ![]() |
Σ | 0..* | Coding | Tags applied to this resource Binding: CommonTags (example): Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones". | ||||
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() |
0..1 | code | Language of the resource content Binding: AllLanguages (required): IETF language tag for 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..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | (Complex) | DSTU2: text additional types URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-DeviceUseRequest.text Constraints: ext-1 | |||||
![]() ![]() ![]() |
1..1 | code | generated | extensions | additional | empty Binding: NarrativeStatus (required): The status of a resource narrative. | |||||
![]() ![]() ![]() |
C | 1..1 | xhtml | Limited xhtml content Constraints: txt-1, txt-2 | ||||
![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() |
0..1 | CodeableConcept, Reference(Cross-version Profile for DSTU2.BodySite for use in FHIR R5(0.1.0) | BodyStructure) | DSTU2: Target body site (new) URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-DeviceUseRequest.bodySite Constraints: ext-1 | |||||
![]() ![]() ![]() |
0..* | CodeableConcept | DSTU2: PRN (new) URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-DeviceUseRequest.prnReason Constraints: ext-1 | |||||
![]() ![]() ![]() |
0..1 | Timing, Period | DSTU2: Schedule for use additional types URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-DeviceUseRequest.timing Constraints: ext-1 | |||||
![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored Constraints: ext-1 | ||||
![]() ![]() |
Σ | 0..* | Identifier | External Request identifier | ||||
![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..* | Identifier | DSTU2: Request identifier additional types URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-DeviceUseRequest.identifier Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . | ||||
![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | Description of identifier Binding: IdentifierTypeCodes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. | ||||
![]() ![]() ![]() |
Σ | 0..1 | uri | The namespace for the identifier value Example General: http://www.acme.com/identifiers/patient | ||||
![]() ![]() ![]() |
ΣC | 0..1 | string | The value that is unique Example General: 123456 | ||||
![]() ![]() ![]() |
Σ | 0..1 | Period | Time period when id is/was valid for use | ||||
![]() ![]() ![]() |
Σ | 0..1 | Reference(Organization) | Organization that issued id (may be just text) | ||||
![]() ![]() |
Σ | 0..* | canonical(ActivityDefinition | PlanDefinition) | Instantiates FHIR protocol or definition | ||||
![]() ![]() |
Σ | 0..* | uri | Instantiates external protocol or definition | ||||
![]() ![]() |
Σ | 0..* | Reference(Resource) | What request fulfills | ||||
![]() ![]() |
Σ | 0..* | Reference(DeviceRequest) | 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. | ||||
![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | code | DSTU2: proposed | planned | requested | received | accepted | in-progress | completed | suspended | rejected | aborted additional codes URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-DeviceUseRequest.status Binding: R2DeviceUseRequestStatusForR5RequestStatus (0.1.0) (required): Codes representing the status of the request. Constraints: ext-1 | |||||
![]() ![]() ![]() |
0..1 | code | Primitive value for code | |||||
![]() ![]() |
?!Σ | 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. | ||||
![]() ![]() |
?!Σ | 0..1 | boolean | True if the request is to stop or not to start using the device | ||||
![]() ![]() |
Σ | 1..1 | CodeableReference(Device | DeviceDefinition) | Device requested Binding: DeviceType (example): Codes for devices that can be requested. | ||||
![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
1..1 | Reference(Cross-version Profile for DSTU2.Device for use in FHIR R5(0.1.0) | DeviceAssociation) | DSTU2: device additional types URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-DeviceUseRequest.device Constraints: ext-1 | |||||
![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | Reference to a concept (by class) | ||||
![]() ![]() ![]() |
Σ | 0..1 | Reference() | Reference to a resource (by instance) | ||||
![]() ![]() |
0..1 | integer | Quantity of devices to supply | |||||
![]() ![]() |
0..* | 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 | ||||||
![]() ![]() ![]() ![]() |
CodeableConcept | |||||||
![]() ![]() ![]() ![]() |
Quantity | |||||||
![]() ![]() ![]() ![]() |
Range | |||||||
![]() ![]() ![]() ![]() |
boolean | |||||||
![]() ![]() |
Σ | 1..1 | Reference(Patient | Group | Location | Device) | Focus of request | ||||
![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | Reference(Resource) | DSTU2: subject additional types URL: http://hl7.org/fhir/StructureDefinition/alternate-reference Constraints: ext-1 | |||||
![]() ![]() ![]() |
ΣC | 0..1 | string | Literal reference, Relative, internal or absolute URL | ||||
![]() ![]() ![]() |
Σ | 0..1 | uri | Type the reference refers to (e.g. "Patient") - must be a resource in resources Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model). | ||||
![]() ![]() ![]() |
ΣC | 0..1 | Identifier | Logical reference, when literal reference is not known | ||||
![]() ![]() ![]() |
ΣC | 0..1 | string | Text alternative for the resource | ||||
![]() ![]() |
Σ | 0..1 | Reference(Encounter) | Encounter motivating request | ||||
![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | Reference(Resource) | DSTU2: encounter additional types URL: http://hl7.org/fhir/StructureDefinition/alternate-reference Constraints: ext-1 | |||||
![]() ![]() ![]() |
ΣC | 0..1 | string | Literal reference, Relative, internal or absolute URL | ||||
![]() ![]() ![]() |
Σ | 0..1 | uri | Type the reference refers to (e.g. "Patient") - must be a resource in resources Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model). | ||||
![]() ![]() ![]() |
ΣC | 0..1 | Identifier | Logical reference, when literal reference is not known | ||||
![]() ![]() ![]() |
ΣC | 0..1 | string | Text alternative for the resource | ||||
![]() ![]() |
Σ | 0..1 | Desired time or schedule for use | |||||
![]() ![]() ![]() |
dateTime | |||||||
![]() ![]() ![]() |
Period | |||||||
![]() ![]() ![]() |
Timing | |||||||
![]() ![]() |
Σ | 0..1 | dateTime | When recorded | ||||
![]() ![]() |
Σ | 0..1 | Reference(Device | Practitioner | PractitionerRole | Organization) | Who/what submitted the device request | ||||
![]() ![]() |
Σ | 0..1 | CodeableReference(Practitioner | PractitionerRole | Organization | CareTeam | HealthcareService | Patient | Device | RelatedPerson) | Requested Filler | ||||
![]() ![]() |
Σ | 0..* | CodeableReference(Condition | Observation | DiagnosticReport | DocumentReference) | Coded/Linked Reason for request Binding: ConditionProblemDiagnosisCodes (example): Diagnosis or problem codes justifying the reason for requesting the device. | ||||
![]() ![]() |
0..1 | boolean | PRN status of request | |||||
![]() ![]() |
0..1 | CodeableConcept | Device usage reason | |||||
![]() ![]() |
0..* | Reference(Coverage | ClaimResponse) | Associated insurance coverage | |||||
![]() ![]() |
0..* | Reference(Resource) | Additional clinical information | |||||
![]() ![]() |
0..* | Annotation | Notes or comments | |||||
![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..* | string | DSTU2: notes additional types URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-DeviceUseRequest.notes Constraints: ext-1 | |||||
![]() ![]() ![]() |
Σ | 0..1 | Individual responsible for the annotation | |||||
![]() ![]() ![]() ![]() |
Reference(Practitioner | PractitionerRole | Patient | RelatedPerson | Organization) | |||||||
![]() ![]() ![]() ![]() |
string | |||||||
![]() ![]() ![]() |
Σ | 0..1 | dateTime | When the annotation was made | ||||
![]() ![]() ![]() |
Σ | 1..1 | markdown | The annotation - text content (as markdown) | ||||
![]() ![]() |
0..* | Reference(Provenance) | Request provenance | |||||
Documentation for this format | ||||||||
| Path | Status | Usage | ValueSet | Version | Source |
| DeviceRequest.meta.security | Base | extensible |
All Security Labels
|
📍5.0.0 | tx.fhir.org |
| DeviceRequest.meta.tag | Base | example | Common Tags | 📍5.0.0 | FHIR Std. |
| DeviceRequest.language | Base | required | All Languages | 📍5.0.0 | FHIR Std. |
| DeviceRequest.text.status | Base | required | NarrativeStatus | 📍5.0.0 | FHIR Std. |
| DeviceRequest.identifier.use | Base | required | IdentifierUse | 📍5.0.0 | FHIR Std. |
| DeviceRequest.identifier.type | Base | extensible | Identifier Type Codes | 📍5.0.0 | FHIR Std. |
| DeviceRequest.status | Base | required | RequestStatus | 📍5.0.0 | FHIR Std. |
| DeviceRequest.intent | Base | required | RequestIntent | 📍5.0.0 | FHIR Std. |
| DeviceRequest.priority | Base | required | RequestPriority | 📍5.0.0 | FHIR Std. |
| DeviceRequest.code | Base | example | Device Type | 📍5.0.0 | FHIR Std. |
| DeviceRequest.parameter.code | Base | example | Not State | Unknown | |
| DeviceRequest.subject.type | Base | extensible |
Resource Types
|
📍5.0.0 | tx.fhir.org |
| DeviceRequest.encounter.type | Base | extensible |
Resource Types
|
📍5.0.0 | tx.fhir.org |
| DeviceRequest.reason | Base | example | Condition/Problem/Diagnosis Codes | 📍5.0.0 | 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().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(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.meta.extension, DeviceRequest.meta.extension:meta, DeviceRequest.meta.versionId, DeviceRequest.meta.lastUpdated, DeviceRequest.meta.source, DeviceRequest.meta.profile, DeviceRequest.meta.security, DeviceRequest.meta.tag, DeviceRequest.implicitRules, DeviceRequest.language, DeviceRequest.text, DeviceRequest.text.extension, DeviceRequest.text.extension:text, DeviceRequest.text.status, DeviceRequest.text.div, DeviceRequest.extension, DeviceRequest.extension:bodySite, DeviceRequest.extension:prnReason, DeviceRequest.extension:timing, DeviceRequest.modifierExtension, DeviceRequest.identifier, DeviceRequest.identifier.extension, DeviceRequest.identifier.extension:identifier, DeviceRequest.identifier.use, DeviceRequest.identifier.type, DeviceRequest.identifier.system, DeviceRequest.identifier.value, DeviceRequest.identifier.period, DeviceRequest.identifier.assigner, DeviceRequest.instantiatesCanonical, DeviceRequest.instantiatesUri, DeviceRequest.basedOn, DeviceRequest.replaces, DeviceRequest.groupIdentifier, DeviceRequest.status, DeviceRequest.status.extension, DeviceRequest.status.extension:status, DeviceRequest.intent, DeviceRequest.priority, DeviceRequest.doNotPerform, DeviceRequest.code, DeviceRequest.code.extension, DeviceRequest.code.extension:device, DeviceRequest.code.concept, DeviceRequest.code.reference, DeviceRequest.quantity, DeviceRequest.parameter, DeviceRequest.parameter.extension, DeviceRequest.parameter.modifierExtension, DeviceRequest.parameter.code, DeviceRequest.parameter.value[x], DeviceRequest.subject, DeviceRequest.subject.extension, DeviceRequest.subject.extension:subject, DeviceRequest.subject.reference, DeviceRequest.subject.type, DeviceRequest.subject.identifier, DeviceRequest.subject.display, DeviceRequest.encounter, DeviceRequest.encounter.extension, DeviceRequest.encounter.extension:encounter, DeviceRequest.encounter.reference, DeviceRequest.encounter.type, DeviceRequest.encounter.identifier, DeviceRequest.encounter.display, DeviceRequest.occurrence[x], DeviceRequest.authoredOn, DeviceRequest.requester, DeviceRequest.performer, DeviceRequest.reason, DeviceRequest.asNeeded, DeviceRequest.asNeededFor, DeviceRequest.insurance, DeviceRequest.supportingInfo, DeviceRequest.note, DeviceRequest.note.extension, DeviceRequest.note.extension:notes, DeviceRequest.note.author[x], DeviceRequest.note.time, DeviceRequest.note.text, DeviceRequest.relevantHistory | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | DeviceRequest.meta.extension, DeviceRequest.meta.extension:meta, DeviceRequest.text.extension, DeviceRequest.text.extension:text, DeviceRequest.extension, DeviceRequest.extension:bodySite, DeviceRequest.extension:prnReason, DeviceRequest.extension:timing, DeviceRequest.modifierExtension, DeviceRequest.identifier.extension, DeviceRequest.identifier.extension:identifier, DeviceRequest.status.extension, DeviceRequest.status.extension:status, DeviceRequest.code.extension, DeviceRequest.code.extension:device, DeviceRequest.parameter.extension, DeviceRequest.parameter.modifierExtension, DeviceRequest.subject.extension, DeviceRequest.subject.extension:subject, DeviceRequest.encounter.extension, DeviceRequest.encounter.extension:encounter, DeviceRequest.note.extension, DeviceRequest.note.extension:notes | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
| txt-1 | error | DeviceRequest.text.div | The narrative SHALL contain only the basic html formatting elements and attributes described in chapters 7-11 (except section 4 of chapter 9) and 15 of the HTML 4.0 standard, <a> elements (either name or href), images and internally contained style attributes |
htmlChecks()
|
| txt-2 | error | DeviceRequest.text.div | The narrative SHALL have some non-whitespace content |
htmlChecks()
|
This structure is derived from DeviceRequest
Summary
Extensions
This structure refers to these extensions:
Maturity: 0
Key Elements View
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | DeviceRequest(5.0.0) | Medical device request | |
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() |
0..* | Resource | Contained, inline Resources | |
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |
![]() ![]() ![]() |
0..1 | CodeableConcept, Reference(Cross-version Profile for DSTU2.BodySite for use in FHIR R5(0.1.0) | BodyStructure) | DSTU2: Target body site (new) URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-DeviceUseRequest.bodySite Constraints: ext-1 | |
![]() ![]() ![]() |
0..* | CodeableConcept | DSTU2: PRN (new) URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-DeviceUseRequest.prnReason Constraints: ext-1 | |
![]() ![]() ![]() |
0..1 | Timing, Period | DSTU2: Schedule for use additional types URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-DeviceUseRequest.timing Constraints: ext-1 | |
![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored Constraints: ext-1 |
![]() ![]() |
?!Σ | 0..1 | code | draft | active | on-hold | revoked | completed | entered-in-error | unknown Binding: RequestStatus (required): Codes representing the status of the request. |
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |
![]() ![]() ![]() ![]() |
0..1 | code | DSTU2: proposed | planned | requested | received | accepted | in-progress | completed | suspended | rejected | aborted additional codes URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-DeviceUseRequest.status Binding: R2DeviceUseRequestStatusForR5RequestStatus (0.1.0) (required): Codes representing the status of the request. Constraints: ext-1 | |
![]() ![]() |
?!Σ | 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 | boolean | True if the request is to stop or not to start using the device |
![]() ![]() |
Σ | 1..1 | CodeableReference(Device | DeviceDefinition) | Device requested Binding: DeviceType (example): Codes for devices that can be requested. |
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |
![]() ![]() ![]() ![]() |
1..1 | Reference(Cross-version Profile for DSTU2.Device for use in FHIR R5(0.1.0) | DeviceAssociation) | DSTU2: device additional types URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-DeviceUseRequest.device Constraints: ext-1 | |
![]() ![]() |
Σ | 1..1 | Reference(Patient | Group | Location | Device) | Focus of request |
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |
![]() ![]() ![]() ![]() |
0..1 | Reference(Resource) | DSTU2: subject additional types URL: http://hl7.org/fhir/StructureDefinition/alternate-reference Constraints: ext-1 | |
![]() ![]() ![]() |
ΣC | 0..1 | string | Literal reference, Relative, internal or absolute URL |
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| DeviceRequest.status | Base | required | RequestStatus | 📍5.0.0 | FHIR Std. |
| DeviceRequest.intent | Base | required | RequestIntent | 📍5.0.0 | FHIR Std. |
| DeviceRequest.code | Base | example | Device Type | 📍5.0.0 | 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().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(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:bodySite, DeviceRequest.extension:prnReason, DeviceRequest.extension:timing, DeviceRequest.modifierExtension, DeviceRequest.status, DeviceRequest.status.extension, DeviceRequest.status.extension:status, DeviceRequest.intent, DeviceRequest.doNotPerform, DeviceRequest.code, DeviceRequest.code.extension, DeviceRequest.code.extension:device, DeviceRequest.subject, DeviceRequest.subject.extension, DeviceRequest.subject.extension:subject, DeviceRequest.subject.reference | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | DeviceRequest.extension, DeviceRequest.extension:bodySite, DeviceRequest.extension:prnReason, DeviceRequest.extension:timing, DeviceRequest.modifierExtension, DeviceRequest.status.extension, DeviceRequest.status.extension:status, DeviceRequest.code.extension, DeviceRequest.code.extension:device, DeviceRequest.subject.extension, DeviceRequest.subject.extension:subject | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
Differential View
This structure is derived from DeviceRequest
Snapshot View
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
0..* | DeviceRequest(5.0.0) | Medical device request | |||||
![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | Meta | DSTU2: meta additional types URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-DeviceUseRequest.meta Constraints: ext-1 | |||||
![]() ![]() ![]() |
Σ | 0..1 | id | Version specific identifier | ||||
![]() ![]() ![]() |
Σ | 0..1 | instant | When the resource version last changed | ||||
![]() ![]() ![]() |
Σ | 0..1 | uri | Identifies where the resource comes from | ||||
![]() ![]() ![]() |
Σ | 0..* | canonical(StructureDefinition) | Profiles this resource claims to conform to | ||||
![]() ![]() ![]() |
Σ | 0..* | Coding | Security Labels applied to this resource Binding: AllSecurityLabels (extensible): Security Labels from the Healthcare Privacy and Security Classification System. | ||||
![]() ![]() ![]() |
Σ | 0..* | Coding | Tags applied to this resource Binding: CommonTags (example): Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones". | ||||
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() |
0..1 | code | Language of the resource content Binding: AllLanguages (required): IETF language tag for 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..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | (Complex) | DSTU2: text additional types URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-DeviceUseRequest.text Constraints: ext-1 | |||||
![]() ![]() ![]() |
1..1 | code | generated | extensions | additional | empty Binding: NarrativeStatus (required): The status of a resource narrative. | |||||
![]() ![]() ![]() |
C | 1..1 | xhtml | Limited xhtml content Constraints: txt-1, txt-2 | ||||
![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() |
0..1 | CodeableConcept, Reference(Cross-version Profile for DSTU2.BodySite for use in FHIR R5(0.1.0) | BodyStructure) | DSTU2: Target body site (new) URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-DeviceUseRequest.bodySite Constraints: ext-1 | |||||
![]() ![]() ![]() |
0..* | CodeableConcept | DSTU2: PRN (new) URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-DeviceUseRequest.prnReason Constraints: ext-1 | |||||
![]() ![]() ![]() |
0..1 | Timing, Period | DSTU2: Schedule for use additional types URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-DeviceUseRequest.timing Constraints: ext-1 | |||||
![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored Constraints: ext-1 | ||||
![]() ![]() |
Σ | 0..* | Identifier | External Request identifier | ||||
![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..* | Identifier | DSTU2: Request identifier additional types URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-DeviceUseRequest.identifier Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . | ||||
![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | Description of identifier Binding: IdentifierTypeCodes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. | ||||
![]() ![]() ![]() |
Σ | 0..1 | uri | The namespace for the identifier value Example General: http://www.acme.com/identifiers/patient | ||||
![]() ![]() ![]() |
ΣC | 0..1 | string | The value that is unique Example General: 123456 | ||||
![]() ![]() ![]() |
Σ | 0..1 | Period | Time period when id is/was valid for use | ||||
![]() ![]() ![]() |
Σ | 0..1 | Reference(Organization) | Organization that issued id (may be just text) | ||||
![]() ![]() |
Σ | 0..* | canonical(ActivityDefinition | PlanDefinition) | Instantiates FHIR protocol or definition | ||||
![]() ![]() |
Σ | 0..* | uri | Instantiates external protocol or definition | ||||
![]() ![]() |
Σ | 0..* | Reference(Resource) | What request fulfills | ||||
![]() ![]() |
Σ | 0..* | Reference(DeviceRequest) | 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. | ||||
![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | code | DSTU2: proposed | planned | requested | received | accepted | in-progress | completed | suspended | rejected | aborted additional codes URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-DeviceUseRequest.status Binding: R2DeviceUseRequestStatusForR5RequestStatus (0.1.0) (required): Codes representing the status of the request. Constraints: ext-1 | |||||
![]() ![]() ![]() |
0..1 | code | Primitive value for code | |||||
![]() ![]() |
?!Σ | 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. | ||||
![]() ![]() |
?!Σ | 0..1 | boolean | True if the request is to stop or not to start using the device | ||||
![]() ![]() |
Σ | 1..1 | CodeableReference(Device | DeviceDefinition) | Device requested Binding: DeviceType (example): Codes for devices that can be requested. | ||||
![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
1..1 | Reference(Cross-version Profile for DSTU2.Device for use in FHIR R5(0.1.0) | DeviceAssociation) | DSTU2: device additional types URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-DeviceUseRequest.device Constraints: ext-1 | |||||
![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | Reference to a concept (by class) | ||||
![]() ![]() ![]() |
Σ | 0..1 | Reference() | Reference to a resource (by instance) | ||||
![]() ![]() |
0..1 | integer | Quantity of devices to supply | |||||
![]() ![]() |
0..* | 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 | ||||||
![]() ![]() ![]() ![]() |
CodeableConcept | |||||||
![]() ![]() ![]() ![]() |
Quantity | |||||||
![]() ![]() ![]() ![]() |
Range | |||||||
![]() ![]() ![]() ![]() |
boolean | |||||||
![]() ![]() |
Σ | 1..1 | Reference(Patient | Group | Location | Device) | Focus of request | ||||
![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | Reference(Resource) | DSTU2: subject additional types URL: http://hl7.org/fhir/StructureDefinition/alternate-reference Constraints: ext-1 | |||||
![]() ![]() ![]() |
ΣC | 0..1 | string | Literal reference, Relative, internal or absolute URL | ||||
![]() ![]() ![]() |
Σ | 0..1 | uri | Type the reference refers to (e.g. "Patient") - must be a resource in resources Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model). | ||||
![]() ![]() ![]() |
ΣC | 0..1 | Identifier | Logical reference, when literal reference is not known | ||||
![]() ![]() ![]() |
ΣC | 0..1 | string | Text alternative for the resource | ||||
![]() ![]() |
Σ | 0..1 | Reference(Encounter) | Encounter motivating request | ||||
![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | Reference(Resource) | DSTU2: encounter additional types URL: http://hl7.org/fhir/StructureDefinition/alternate-reference Constraints: ext-1 | |||||
![]() ![]() ![]() |
ΣC | 0..1 | string | Literal reference, Relative, internal or absolute URL | ||||
![]() ![]() ![]() |
Σ | 0..1 | uri | Type the reference refers to (e.g. "Patient") - must be a resource in resources Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model). | ||||
![]() ![]() ![]() |
ΣC | 0..1 | Identifier | Logical reference, when literal reference is not known | ||||
![]() ![]() ![]() |
ΣC | 0..1 | string | Text alternative for the resource | ||||
![]() ![]() |
Σ | 0..1 | Desired time or schedule for use | |||||
![]() ![]() ![]() |
dateTime | |||||||
![]() ![]() ![]() |
Period | |||||||
![]() ![]() ![]() |
Timing | |||||||
![]() ![]() |
Σ | 0..1 | dateTime | When recorded | ||||
![]() ![]() |
Σ | 0..1 | Reference(Device | Practitioner | PractitionerRole | Organization) | Who/what submitted the device request | ||||
![]() ![]() |
Σ | 0..1 | CodeableReference(Practitioner | PractitionerRole | Organization | CareTeam | HealthcareService | Patient | Device | RelatedPerson) | Requested Filler | ||||
![]() ![]() |
Σ | 0..* | CodeableReference(Condition | Observation | DiagnosticReport | DocumentReference) | Coded/Linked Reason for request Binding: ConditionProblemDiagnosisCodes (example): Diagnosis or problem codes justifying the reason for requesting the device. | ||||
![]() ![]() |
0..1 | boolean | PRN status of request | |||||
![]() ![]() |
0..1 | CodeableConcept | Device usage reason | |||||
![]() ![]() |
0..* | Reference(Coverage | ClaimResponse) | Associated insurance coverage | |||||
![]() ![]() |
0..* | Reference(Resource) | Additional clinical information | |||||
![]() ![]() |
0..* | Annotation | Notes or comments | |||||
![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..* | string | DSTU2: notes additional types URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-DeviceUseRequest.notes Constraints: ext-1 | |||||
![]() ![]() ![]() |
Σ | 0..1 | Individual responsible for the annotation | |||||
![]() ![]() ![]() ![]() |
Reference(Practitioner | PractitionerRole | Patient | RelatedPerson | Organization) | |||||||
![]() ![]() ![]() ![]() |
string | |||||||
![]() ![]() ![]() |
Σ | 0..1 | dateTime | When the annotation was made | ||||
![]() ![]() ![]() |
Σ | 1..1 | markdown | The annotation - text content (as markdown) | ||||
![]() ![]() |
0..* | Reference(Provenance) | Request provenance | |||||
Documentation for this format | ||||||||
| Path | Status | Usage | ValueSet | Version | Source |
| DeviceRequest.meta.security | Base | extensible |
All Security Labels
|
📍5.0.0 | tx.fhir.org |
| DeviceRequest.meta.tag | Base | example | Common Tags | 📍5.0.0 | FHIR Std. |
| DeviceRequest.language | Base | required | All Languages | 📍5.0.0 | FHIR Std. |
| DeviceRequest.text.status | Base | required | NarrativeStatus | 📍5.0.0 | FHIR Std. |
| DeviceRequest.identifier.use | Base | required | IdentifierUse | 📍5.0.0 | FHIR Std. |
| DeviceRequest.identifier.type | Base | extensible | Identifier Type Codes | 📍5.0.0 | FHIR Std. |
| DeviceRequest.status | Base | required | RequestStatus | 📍5.0.0 | FHIR Std. |
| DeviceRequest.intent | Base | required | RequestIntent | 📍5.0.0 | FHIR Std. |
| DeviceRequest.priority | Base | required | RequestPriority | 📍5.0.0 | FHIR Std. |
| DeviceRequest.code | Base | example | Device Type | 📍5.0.0 | FHIR Std. |
| DeviceRequest.parameter.code | Base | example | Not State | Unknown | |
| DeviceRequest.subject.type | Base | extensible |
Resource Types
|
📍5.0.0 | tx.fhir.org |
| DeviceRequest.encounter.type | Base | extensible |
Resource Types
|
📍5.0.0 | tx.fhir.org |
| DeviceRequest.reason | Base | example | Condition/Problem/Diagnosis Codes | 📍5.0.0 | 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().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(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.meta.extension, DeviceRequest.meta.extension:meta, DeviceRequest.meta.versionId, DeviceRequest.meta.lastUpdated, DeviceRequest.meta.source, DeviceRequest.meta.profile, DeviceRequest.meta.security, DeviceRequest.meta.tag, DeviceRequest.implicitRules, DeviceRequest.language, DeviceRequest.text, DeviceRequest.text.extension, DeviceRequest.text.extension:text, DeviceRequest.text.status, DeviceRequest.text.div, DeviceRequest.extension, DeviceRequest.extension:bodySite, DeviceRequest.extension:prnReason, DeviceRequest.extension:timing, DeviceRequest.modifierExtension, DeviceRequest.identifier, DeviceRequest.identifier.extension, DeviceRequest.identifier.extension:identifier, DeviceRequest.identifier.use, DeviceRequest.identifier.type, DeviceRequest.identifier.system, DeviceRequest.identifier.value, DeviceRequest.identifier.period, DeviceRequest.identifier.assigner, DeviceRequest.instantiatesCanonical, DeviceRequest.instantiatesUri, DeviceRequest.basedOn, DeviceRequest.replaces, DeviceRequest.groupIdentifier, DeviceRequest.status, DeviceRequest.status.extension, DeviceRequest.status.extension:status, DeviceRequest.intent, DeviceRequest.priority, DeviceRequest.doNotPerform, DeviceRequest.code, DeviceRequest.code.extension, DeviceRequest.code.extension:device, DeviceRequest.code.concept, DeviceRequest.code.reference, DeviceRequest.quantity, DeviceRequest.parameter, DeviceRequest.parameter.extension, DeviceRequest.parameter.modifierExtension, DeviceRequest.parameter.code, DeviceRequest.parameter.value[x], DeviceRequest.subject, DeviceRequest.subject.extension, DeviceRequest.subject.extension:subject, DeviceRequest.subject.reference, DeviceRequest.subject.type, DeviceRequest.subject.identifier, DeviceRequest.subject.display, DeviceRequest.encounter, DeviceRequest.encounter.extension, DeviceRequest.encounter.extension:encounter, DeviceRequest.encounter.reference, DeviceRequest.encounter.type, DeviceRequest.encounter.identifier, DeviceRequest.encounter.display, DeviceRequest.occurrence[x], DeviceRequest.authoredOn, DeviceRequest.requester, DeviceRequest.performer, DeviceRequest.reason, DeviceRequest.asNeeded, DeviceRequest.asNeededFor, DeviceRequest.insurance, DeviceRequest.supportingInfo, DeviceRequest.note, DeviceRequest.note.extension, DeviceRequest.note.extension:notes, DeviceRequest.note.author[x], DeviceRequest.note.time, DeviceRequest.note.text, DeviceRequest.relevantHistory | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | DeviceRequest.meta.extension, DeviceRequest.meta.extension:meta, DeviceRequest.text.extension, DeviceRequest.text.extension:text, DeviceRequest.extension, DeviceRequest.extension:bodySite, DeviceRequest.extension:prnReason, DeviceRequest.extension:timing, DeviceRequest.modifierExtension, DeviceRequest.identifier.extension, DeviceRequest.identifier.extension:identifier, DeviceRequest.status.extension, DeviceRequest.status.extension:status, DeviceRequest.code.extension, DeviceRequest.code.extension:device, DeviceRequest.parameter.extension, DeviceRequest.parameter.modifierExtension, DeviceRequest.subject.extension, DeviceRequest.subject.extension:subject, DeviceRequest.encounter.extension, DeviceRequest.encounter.extension:encounter, DeviceRequest.note.extension, DeviceRequest.note.extension:notes | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
| txt-1 | error | DeviceRequest.text.div | The narrative SHALL contain only the basic html formatting elements and attributes described in chapters 7-11 (except section 4 of chapter 9) and 15 of the HTML 4.0 standard, <a> elements (either name or href), images and internally contained style attributes |
htmlChecks()
|
| txt-2 | error | DeviceRequest.text.div | The narrative SHALL have some non-whitespace content |
htmlChecks()
|
This structure is derived from DeviceRequest
Summary
Extensions
This structure refers to these extensions:
Maturity: 0
Other representations of profile: CSV, Excel, Schematron