Extensions for Using Data Elements from FHIR R5 in FHIR R4 - Downloaded Version null See the Directory of published versions
| Official URL: http://hl7.org/fhir/5.0/StructureDefinition/profile-RequestOrchestration-for-RequestGroup | Version: 0.1.0 | |||
| Standards status: Trial-use | Maturity Level: 0 | Computable Name: Profile_R5_RequestOrchestration_R4_RequestGroup | ||
This cross-version profile allows R5 RequestOrchestration content to be represented via FHIR R4 RequestGroup 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..* | RequestGroup(4.0.1) | A group of related requests | |
![]() ![]() |
?!Σ | 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..* | (Complex) | R5: Why the request orchestration is needed additional types URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.reason Constraints: ext-1 | |
![]() ![]() ![]() |
0..* | Reference(Cross-version Profile for R5.Goal for use in FHIR R4(0.1.0) | Goal) | R5: What goals (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.goal Constraints: ext-1 | |
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored Constraints: ext-1 |
![]() ![]() |
?!Σ | 1..1 | code | draft | active | on-hold | revoked | completed | entered-in-error | unknown Binding: RequestStatus (required): Codes identifying the lifecycle stage of a request. |
![]() ![]() |
?!Σ | 1..1 | code | proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option Binding: RequestIntent (required): Codes indicating the degree of authority/intentionality associated with a request. |
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| RequestGroup.status | Base | required | RequestStatus | 📍4.0.1 | FHIR Std. |
| RequestGroup.intent | Base | required | RequestIntent | 📍4.0.1 | FHIR Std. |
| Id | Grade | Path(s) | Description | Expression |
| dom-2 | error | RequestGroup | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | RequestGroup | 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 | RequestGroup | 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 | RequestGroup | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | best practice | RequestGroup | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | RequestGroup.implicitRules, RequestGroup.extension, RequestGroup.extension:reason, RequestGroup.extension:goal, RequestGroup.modifierExtension, RequestGroup.status, RequestGroup.intent | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | RequestGroup.extension, RequestGroup.extension:reason, RequestGroup.extension:goal, RequestGroup.modifierExtension | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
This structure is derived from RequestGroup
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
0..* | RequestGroup(4.0.1) | A group of related requests | |||||
![]() ![]() |
Σ | 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..* | (Complex) | R5: Why the request orchestration is needed additional types URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.reason Constraints: ext-1 | |||||
![]() ![]() ![]() |
0..* | Reference(Cross-version Profile for R5.Goal for use in FHIR R4(0.1.0) | Goal) | R5: What goals (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.goal Constraints: ext-1 | |||||
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored Constraints: ext-1 | ||||
![]() ![]() |
Σ | 0..* | Identifier | Business identifier | ||||
![]() ![]() |
Σ | 0..* | canonical() | Instantiates FHIR protocol or definition | ||||
![]() ![]() |
Σ | 0..* | uri | Instantiates external protocol or definition | ||||
![]() ![]() |
0..* | Reference(Resource) | Fulfills plan, proposal, or order | |||||
![]() ![]() |
0..* | Reference(Resource) | Request(s) replaced by this request | |||||
![]() ![]() |
Σ | 0..1 | Identifier | Composite request this is part of | ||||
![]() ![]() |
?!Σ | 1..1 | code | draft | active | on-hold | revoked | completed | entered-in-error | unknown Binding: RequestStatus (required): Codes identifying the lifecycle stage of a request. | ||||
![]() ![]() |
?!Σ | 1..1 | code | proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option Binding: RequestIntent (required): Codes indicating the degree of authority/intentionality associated with a 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 | CodeableConcept | What's being requested/ordered | ||||
![]() ![]() |
0..1 | Reference(Patient | Group) | Who the request group is about | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | Reference(Resource) | R5: Who the request orchestration is about 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") Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model). | ||||
![]() ![]() ![]() |
Σ | 0..1 | Identifier | Logical reference, when literal reference is not known | ||||
![]() ![]() ![]() |
Σ | 0..1 | string | Text alternative for the resource | ||||
![]() ![]() |
0..1 | Reference(Encounter) | Created as part of | |||||
![]() ![]() |
0..1 | dateTime | When the request group was authored | |||||
![]() ![]() |
0..1 | Reference(Device | Practitioner | PractitionerRole) | Device or practitioner that authored the request group | |||||
![]() ![]() |
0..* | CodeableConcept | Why the request group is needed | |||||
![]() ![]() |
0..* | Reference(Condition | Observation | DiagnosticReport | DocumentReference) | Why the request group is needed | |||||
![]() ![]() |
0..* | Annotation | Additional notes about the response | |||||
![]() ![]() |
C | 0..* | BackboneElement | Proposed actions, if any Constraints: rqg-1 | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | string | R5: Pointer to specific item from the PlanDefinition (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.action.linkId Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..* | Reference(Cross-version Profile for R5.Goal for use in FHIR R4(0.1.0) | Goal) | R5: What goals (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.action.goal Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..* | (Complex) | R5: Input data requirements (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.action.input Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..* | (Complex) | R5: Output data definition (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.action.output Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | (Complex) | R5: Where it should happen (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.action.location Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | canonical(Cross-version Profile for R5.ActivityDefinition for use in FHIR R4(0.1.0) | ActivityDefinition | Cross-version Profile for R5.ObservationDefinition for use in FHIR R4(0.1.0) | ObservationDefinition | Cross-version Profile for R5.PlanDefinition for use in FHIR R4(0.1.0) | PlanDefinition | Cross-version Profile for R5.Questionnaire for use in FHIR R4(0.1.0) | Questionnaire | Cross-version Profile for R5.SpecimenDefinition for use in FHIR R4(0.1.0) | SpecimenDefinition), uri | R5: Description of the activity to be performed (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.action.definition Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | canonical(Cross-version Profile for R5.StructureMap for use in FHIR R4(0.1.0) | StructureMap) | R5: Transform to apply the template (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.action.transform Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..* | (Complex) | R5: Dynamic aspects of the definition (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.action.dynamicValue Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
0..1 | string | User-visible prefix for the action (e.g. 1. or A.) | |||||
![]() ![]() ![]() |
0..1 | string | User-visible title | |||||
![]() ![]() ![]() |
Σ | 0..1 | string | Short description of the action | ||||
![]() ![]() ![]() |
Σ | 0..1 | string | Static text equivalent of the action, used if the dynamic aspects cannot be interpreted by the receiving system | ||||
![]() ![]() ![]() |
0..1 | code | routine | urgent | asap | stat Binding: RequestPriority (required): Identifies the level of importance to be assigned to actioning the request. | |||||
![]() ![]() ![]() |
0..* | CodeableConcept | Code representing the meaning of the action or sub-actions | |||||
![]() ![]() ![]() |
0..* | RelatedArtifact | Supporting documentation for the intended performer of the action | |||||
![]() ![]() ![]() |
0..* | BackboneElement | Whether or not the action is applicable | |||||
![]() ![]() ![]() ![]() |
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 | ||||
![]() ![]() ![]() ![]() |
1..1 | code | applicability | start | stop Binding: ActionConditionKind (required): The kind of condition for the action. | |||||
![]() ![]() ![]() ![]() |
0..1 | Expression | Boolean-valued expression | |||||
![]() ![]() ![]() |
0..* | BackboneElement | Relationship to another action | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | code | R5: before | before-start | before-end | concurrent | concurrent-with-start | concurrent-with-end | after | after-start | after-end (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.action.relatedAction.endRelationship Binding: ActionRelationshipType (required): Defines the types of relationships between actions. Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() ![]() |
1..1 | id | What action this is related to | |||||
![]() ![]() ![]() ![]() |
1..1 | code | before-start | before | before-end | concurrent-with-start | concurrent | concurrent-with-end | after-start | after | after-end Binding: ActionRelationshipType (required): Defines the types of relationships between actions. | |||||
![]() ![]() ![]() ![]() |
0..1 | Time offset for the relationship | ||||||
![]() ![]() ![]() ![]() ![]() |
Duration | |||||||
![]() ![]() ![]() ![]() ![]() |
Range | |||||||
![]() ![]() ![]() |
0..1 | When the action should take place | ||||||
![]() ![]() ![]() ![]() |
dateTime | |||||||
![]() ![]() ![]() ![]() |
Age | |||||||
![]() ![]() ![]() ![]() |
Period | |||||||
![]() ![]() ![]() ![]() |
Duration | |||||||
![]() ![]() ![]() ![]() |
Range | |||||||
![]() ![]() ![]() ![]() |
Timing | |||||||
![]() ![]() ![]() |
0..* | Reference(Patient | Practitioner | PractitionerRole | RelatedPerson | Device) | Who should perform the action | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | code | R5: careteam | device | group | healthcareservice | location | organization | patient | practitioner | practitionerrole | relatedperson (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.action.participant.type Binding: R5ActionParticipantTypeForR4 (0.1.0) (required): The type of participant in the activity. Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | canonical(Cross-version Profile for R5.CapabilityStatement for use in FHIR R4(0.1.0) | CapabilityStatement) | R5: Who or what can participate (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.action.participant.typeCanonical Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | Reference(Cross-version Profile for R5.CareTeam for use in FHIR R4(0.1.0) | CareTeam | Cross-version Profile for R5.Device for use in FHIR R4(0.1.0) | Device | Cross-version Profile for R5.DeviceDefinition for use in FHIR R4(0.1.0) | DeviceDefinition | Cross-version Profile for R5.Endpoint for use in FHIR R4(0.1.0) | Endpoint | Cross-version Profile for R5.Group for use in FHIR R4(0.1.0) | Group | Cross-version Profile for R5.HealthcareService for use in FHIR R4(0.1.0) | HealthcareService | Cross-version Profile for R5.Location for use in FHIR R4(0.1.0) | Location | Cross-version Profile for R5.Organization for use in FHIR R4(0.1.0) | Organization | Cross-version Profile for R5.Patient for use in FHIR R4(0.1.0) | Patient | Cross-version Profile for R5.Practitioner for use in FHIR R4(0.1.0) | Practitioner | Cross-version Profile for R5.PractitionerRole for use in FHIR R4(0.1.0) | PractitionerRole | Cross-version Profile for R5.RelatedPerson for use in FHIR R4(0.1.0) | RelatedPerson) | R5: Who or what can participate (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.action.participant.typeReference Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | R5: E.g. Nurse, Surgeon, Parent, etc (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.action.participant.role Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | R5: E.g. Author, Reviewer, Witness, etc (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.action.participant.function Binding: R5ActionParticipantFunctionForR4 (0.1.0) (example) Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | canonical(Cross-version Profile for R5.CapabilityStatement for use in FHIR R4(0.1.0) | CapabilityStatement), Reference(Cross-version Profile for R5.CareTeam for use in FHIR R4(0.1.0) | CareTeam | Cross-version Profile for R5.Device for use in FHIR R4(0.1.0) | Device | Cross-version Profile for R5.DeviceDefinition for use in FHIR R4(0.1.0) | DeviceDefinition | Cross-version Profile for R5.Endpoint for use in FHIR R4(0.1.0) | Endpoint | Cross-version Profile for R5.Group for use in FHIR R4(0.1.0) | Group | Cross-version Profile for R5.HealthcareService for use in FHIR R4(0.1.0) | HealthcareService | Cross-version Profile for R5.Location for use in FHIR R4(0.1.0) | Location | Cross-version Profile for R5.Organization for use in FHIR R4(0.1.0) | Organization | Cross-version Profile for R5.Patient for use in FHIR R4(0.1.0) | Patient | Cross-version Profile for R5.Practitioner for use in FHIR R4(0.1.0) | Practitioner | Cross-version Profile for R5.PractitionerRole for use in FHIR R4(0.1.0) | PractitionerRole | Cross-version Profile for R5.RelatedPerson for use in FHIR R4(0.1.0) | RelatedPerson) | R5: Who/what is participating? (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.action.participant.actor 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") Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model). | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Identifier | Logical reference, when literal reference is not known | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Text alternative for the resource | ||||
![]() ![]() ![]() |
0..1 | CodeableConcept | create | update | remove | fire-event Binding: ActionType (extensible): The type of action to be performed. | |||||
![]() ![]() ![]() |
0..1 | code | visual-group | logical-group | sentence-group Binding: ActionGroupingBehavior (required): Defines organization behavior of a group. | |||||
![]() ![]() ![]() |
0..1 | code | any | all | all-or-none | exactly-one | at-most-one | one-or-more Binding: ActionSelectionBehavior (required): Defines selection behavior of a group. | |||||
![]() ![]() ![]() |
0..1 | code | must | could | must-unless-documented Binding: ActionRequiredBehavior (required): Defines expectations around whether an action or action group is required. | |||||
![]() ![]() ![]() |
0..1 | code | yes | no Binding: ActionPrecheckBehavior (required): Defines selection frequency behavior for an action or group. | |||||
![]() ![]() ![]() |
0..1 | code | single | multiple Binding: ActionCardinalityBehavior (required): Defines behavior for an action or a group for how many times that item may be repeated. | |||||
![]() ![]() ![]() |
C | 0..1 | Reference(Resource) | The target of the action | ||||
![]() ![]() ![]() |
C | 0..* | See action (RequestGroup) | Sub action | ||||
Documentation for this format | ||||||||
| Path | Status | Usage | ValueSet | Version | Source |
| RequestGroup.language | Base | preferred |
Common Languages
|
📍4.0.1 | tx.fhir.org |
| RequestGroup.status | Base | required | RequestStatus | 📍4.0.1 | FHIR Std. |
| RequestGroup.intent | Base | required | RequestIntent | 📍4.0.1 | FHIR Std. |
| RequestGroup.priority | Base | required | Request priority | 📍4.0.1 | FHIR Std. |
| RequestGroup.subject.type | Base | extensible |
ResourceType
|
📍4.0.1 | tx.fhir.org |
| RequestGroup.action.priority | Base | required | Request priority | 📍4.0.1 | FHIR Std. |
| RequestGroup.action.condition.kind | Base | required | ActionConditionKind | 📍4.0.1 | FHIR Std. |
| RequestGroup.action.relatedAction.relationship | Base | required | ActionRelationshipType | 📍4.0.1 | FHIR Std. |
| RequestGroup.action.participant.type | Base | extensible |
ResourceType
|
📍4.0.1 | tx.fhir.org |
| RequestGroup.action.type | Base | extensible | ActionType | 📍4.0.1 | FHIR Std. |
| RequestGroup.action.groupingBehavior | Base | required | ActionGroupingBehavior | 📍4.0.1 | FHIR Std. |
| RequestGroup.action.selectionBehavior | Base | required | ActionSelectionBehavior | 📍4.0.1 | FHIR Std. |
| RequestGroup.action.requiredBehavior | Base | required | ActionRequiredBehavior | 📍4.0.1 | FHIR Std. |
| RequestGroup.action.precheckBehavior | Base | required | ActionPrecheckBehavior | 📍4.0.1 | FHIR Std. |
| RequestGroup.action.cardinalityBehavior | Base | required | ActionCardinalityBehavior | 📍4.0.1 | FHIR Std. |
| Id | Grade | Path(s) | Description | Expression |
| dom-2 | error | RequestGroup | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | RequestGroup | 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 | RequestGroup | 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 | RequestGroup | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | best practice | RequestGroup | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | RequestGroup.meta, RequestGroup.implicitRules, RequestGroup.language, RequestGroup.text, RequestGroup.extension, RequestGroup.extension:reason, RequestGroup.extension:goal, RequestGroup.modifierExtension, RequestGroup.identifier, RequestGroup.instantiatesCanonical, RequestGroup.instantiatesUri, RequestGroup.basedOn, RequestGroup.replaces, RequestGroup.groupIdentifier, RequestGroup.status, RequestGroup.intent, RequestGroup.priority, RequestGroup.code, RequestGroup.subject, RequestGroup.subject.extension, RequestGroup.subject.extension:subject, RequestGroup.subject.reference, RequestGroup.subject.type, RequestGroup.subject.identifier, RequestGroup.subject.display, RequestGroup.encounter, RequestGroup.authoredOn, RequestGroup.author, RequestGroup.reasonCode, RequestGroup.reasonReference, RequestGroup.note, RequestGroup.action, RequestGroup.action.extension, RequestGroup.action.extension:linkId, RequestGroup.action.extension:goal, RequestGroup.action.extension:input, RequestGroup.action.extension:output, RequestGroup.action.extension:location, RequestGroup.action.extension:definition, RequestGroup.action.extension:transform, RequestGroup.action.extension:dynamicValue, RequestGroup.action.modifierExtension, RequestGroup.action.prefix, RequestGroup.action.title, RequestGroup.action.description, RequestGroup.action.textEquivalent, RequestGroup.action.priority, RequestGroup.action.code, RequestGroup.action.documentation, RequestGroup.action.condition, RequestGroup.action.condition.extension, RequestGroup.action.condition.modifierExtension, RequestGroup.action.condition.kind, RequestGroup.action.condition.expression, RequestGroup.action.relatedAction, RequestGroup.action.relatedAction.extension, RequestGroup.action.relatedAction.extension:endRelationship, RequestGroup.action.relatedAction.modifierExtension, RequestGroup.action.relatedAction.actionId, RequestGroup.action.relatedAction.relationship, RequestGroup.action.relatedAction.offset[x], RequestGroup.action.timing[x], RequestGroup.action.participant, RequestGroup.action.participant.extension, RequestGroup.action.participant.extension:type, RequestGroup.action.participant.extension:typeCanonical, RequestGroup.action.participant.extension:typeReference, RequestGroup.action.participant.extension:role, RequestGroup.action.participant.extension:function, RequestGroup.action.participant.extension:actor, RequestGroup.action.participant.reference, RequestGroup.action.participant.type, RequestGroup.action.participant.identifier, RequestGroup.action.participant.display, RequestGroup.action.type, RequestGroup.action.groupingBehavior, RequestGroup.action.selectionBehavior, RequestGroup.action.requiredBehavior, RequestGroup.action.precheckBehavior, RequestGroup.action.cardinalityBehavior, RequestGroup.action.resource, RequestGroup.action.action | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | RequestGroup.extension, RequestGroup.extension:reason, RequestGroup.extension:goal, RequestGroup.modifierExtension, RequestGroup.subject.extension, RequestGroup.subject.extension:subject, RequestGroup.action.extension, RequestGroup.action.extension:linkId, RequestGroup.action.extension:goal, RequestGroup.action.extension:input, RequestGroup.action.extension:output, RequestGroup.action.extension:location, RequestGroup.action.extension:definition, RequestGroup.action.extension:transform, RequestGroup.action.extension:dynamicValue, RequestGroup.action.modifierExtension, RequestGroup.action.condition.extension, RequestGroup.action.condition.modifierExtension, RequestGroup.action.relatedAction.extension, RequestGroup.action.relatedAction.extension:endRelationship, RequestGroup.action.relatedAction.modifierExtension, RequestGroup.action.participant.extension, RequestGroup.action.participant.extension:type, RequestGroup.action.participant.extension:typeCanonical, RequestGroup.action.participant.extension:typeReference, RequestGroup.action.participant.extension:role, RequestGroup.action.participant.extension:function, RequestGroup.action.participant.extension:actor | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
| rqg-1 | error | RequestGroup.action | Must have resource or action but not both |
resource.exists() != action.exists()
|
This structure is derived from RequestGroup
Summary
Extensions
This structure refers to these extensions:
Maturity: 0
Key Elements View
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | RequestGroup(4.0.1) | A group of related requests | |
![]() ![]() |
?!Σ | 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..* | (Complex) | R5: Why the request orchestration is needed additional types URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.reason Constraints: ext-1 | |
![]() ![]() ![]() |
0..* | Reference(Cross-version Profile for R5.Goal for use in FHIR R4(0.1.0) | Goal) | R5: What goals (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.goal Constraints: ext-1 | |
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored Constraints: ext-1 |
![]() ![]() |
?!Σ | 1..1 | code | draft | active | on-hold | revoked | completed | entered-in-error | unknown Binding: RequestStatus (required): Codes identifying the lifecycle stage of a request. |
![]() ![]() |
?!Σ | 1..1 | code | proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option Binding: RequestIntent (required): Codes indicating the degree of authority/intentionality associated with a request. |
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| RequestGroup.status | Base | required | RequestStatus | 📍4.0.1 | FHIR Std. |
| RequestGroup.intent | Base | required | RequestIntent | 📍4.0.1 | FHIR Std. |
| Id | Grade | Path(s) | Description | Expression |
| dom-2 | error | RequestGroup | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | RequestGroup | 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 | RequestGroup | 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 | RequestGroup | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | best practice | RequestGroup | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | RequestGroup.implicitRules, RequestGroup.extension, RequestGroup.extension:reason, RequestGroup.extension:goal, RequestGroup.modifierExtension, RequestGroup.status, RequestGroup.intent | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | RequestGroup.extension, RequestGroup.extension:reason, RequestGroup.extension:goal, RequestGroup.modifierExtension | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
Differential View
This structure is derived from RequestGroup
Snapshot View
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
0..* | RequestGroup(4.0.1) | A group of related requests | |||||
![]() ![]() |
Σ | 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..* | (Complex) | R5: Why the request orchestration is needed additional types URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.reason Constraints: ext-1 | |||||
![]() ![]() ![]() |
0..* | Reference(Cross-version Profile for R5.Goal for use in FHIR R4(0.1.0) | Goal) | R5: What goals (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.goal Constraints: ext-1 | |||||
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored Constraints: ext-1 | ||||
![]() ![]() |
Σ | 0..* | Identifier | Business identifier | ||||
![]() ![]() |
Σ | 0..* | canonical() | Instantiates FHIR protocol or definition | ||||
![]() ![]() |
Σ | 0..* | uri | Instantiates external protocol or definition | ||||
![]() ![]() |
0..* | Reference(Resource) | Fulfills plan, proposal, or order | |||||
![]() ![]() |
0..* | Reference(Resource) | Request(s) replaced by this request | |||||
![]() ![]() |
Σ | 0..1 | Identifier | Composite request this is part of | ||||
![]() ![]() |
?!Σ | 1..1 | code | draft | active | on-hold | revoked | completed | entered-in-error | unknown Binding: RequestStatus (required): Codes identifying the lifecycle stage of a request. | ||||
![]() ![]() |
?!Σ | 1..1 | code | proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option Binding: RequestIntent (required): Codes indicating the degree of authority/intentionality associated with a 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 | CodeableConcept | What's being requested/ordered | ||||
![]() ![]() |
0..1 | Reference(Patient | Group) | Who the request group is about | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | Reference(Resource) | R5: Who the request orchestration is about 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") Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model). | ||||
![]() ![]() ![]() |
Σ | 0..1 | Identifier | Logical reference, when literal reference is not known | ||||
![]() ![]() ![]() |
Σ | 0..1 | string | Text alternative for the resource | ||||
![]() ![]() |
0..1 | Reference(Encounter) | Created as part of | |||||
![]() ![]() |
0..1 | dateTime | When the request group was authored | |||||
![]() ![]() |
0..1 | Reference(Device | Practitioner | PractitionerRole) | Device or practitioner that authored the request group | |||||
![]() ![]() |
0..* | CodeableConcept | Why the request group is needed | |||||
![]() ![]() |
0..* | Reference(Condition | Observation | DiagnosticReport | DocumentReference) | Why the request group is needed | |||||
![]() ![]() |
0..* | Annotation | Additional notes about the response | |||||
![]() ![]() |
C | 0..* | BackboneElement | Proposed actions, if any Constraints: rqg-1 | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | string | R5: Pointer to specific item from the PlanDefinition (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.action.linkId Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..* | Reference(Cross-version Profile for R5.Goal for use in FHIR R4(0.1.0) | Goal) | R5: What goals (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.action.goal Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..* | (Complex) | R5: Input data requirements (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.action.input Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..* | (Complex) | R5: Output data definition (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.action.output Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | (Complex) | R5: Where it should happen (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.action.location Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | canonical(Cross-version Profile for R5.ActivityDefinition for use in FHIR R4(0.1.0) | ActivityDefinition | Cross-version Profile for R5.ObservationDefinition for use in FHIR R4(0.1.0) | ObservationDefinition | Cross-version Profile for R5.PlanDefinition for use in FHIR R4(0.1.0) | PlanDefinition | Cross-version Profile for R5.Questionnaire for use in FHIR R4(0.1.0) | Questionnaire | Cross-version Profile for R5.SpecimenDefinition for use in FHIR R4(0.1.0) | SpecimenDefinition), uri | R5: Description of the activity to be performed (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.action.definition Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | canonical(Cross-version Profile for R5.StructureMap for use in FHIR R4(0.1.0) | StructureMap) | R5: Transform to apply the template (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.action.transform Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..* | (Complex) | R5: Dynamic aspects of the definition (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.action.dynamicValue Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
0..1 | string | User-visible prefix for the action (e.g. 1. or A.) | |||||
![]() ![]() ![]() |
0..1 | string | User-visible title | |||||
![]() ![]() ![]() |
Σ | 0..1 | string | Short description of the action | ||||
![]() ![]() ![]() |
Σ | 0..1 | string | Static text equivalent of the action, used if the dynamic aspects cannot be interpreted by the receiving system | ||||
![]() ![]() ![]() |
0..1 | code | routine | urgent | asap | stat Binding: RequestPriority (required): Identifies the level of importance to be assigned to actioning the request. | |||||
![]() ![]() ![]() |
0..* | CodeableConcept | Code representing the meaning of the action or sub-actions | |||||
![]() ![]() ![]() |
0..* | RelatedArtifact | Supporting documentation for the intended performer of the action | |||||
![]() ![]() ![]() |
0..* | BackboneElement | Whether or not the action is applicable | |||||
![]() ![]() ![]() ![]() |
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 | ||||
![]() ![]() ![]() ![]() |
1..1 | code | applicability | start | stop Binding: ActionConditionKind (required): The kind of condition for the action. | |||||
![]() ![]() ![]() ![]() |
0..1 | Expression | Boolean-valued expression | |||||
![]() ![]() ![]() |
0..* | BackboneElement | Relationship to another action | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | code | R5: before | before-start | before-end | concurrent | concurrent-with-start | concurrent-with-end | after | after-start | after-end (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.action.relatedAction.endRelationship Binding: ActionRelationshipType (required): Defines the types of relationships between actions. Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() ![]() |
1..1 | id | What action this is related to | |||||
![]() ![]() ![]() ![]() |
1..1 | code | before-start | before | before-end | concurrent-with-start | concurrent | concurrent-with-end | after-start | after | after-end Binding: ActionRelationshipType (required): Defines the types of relationships between actions. | |||||
![]() ![]() ![]() ![]() |
0..1 | Time offset for the relationship | ||||||
![]() ![]() ![]() ![]() ![]() |
Duration | |||||||
![]() ![]() ![]() ![]() ![]() |
Range | |||||||
![]() ![]() ![]() |
0..1 | When the action should take place | ||||||
![]() ![]() ![]() ![]() |
dateTime | |||||||
![]() ![]() ![]() ![]() |
Age | |||||||
![]() ![]() ![]() ![]() |
Period | |||||||
![]() ![]() ![]() ![]() |
Duration | |||||||
![]() ![]() ![]() ![]() |
Range | |||||||
![]() ![]() ![]() ![]() |
Timing | |||||||
![]() ![]() ![]() |
0..* | Reference(Patient | Practitioner | PractitionerRole | RelatedPerson | Device) | Who should perform the action | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | code | R5: careteam | device | group | healthcareservice | location | organization | patient | practitioner | practitionerrole | relatedperson (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.action.participant.type Binding: R5ActionParticipantTypeForR4 (0.1.0) (required): The type of participant in the activity. Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | canonical(Cross-version Profile for R5.CapabilityStatement for use in FHIR R4(0.1.0) | CapabilityStatement) | R5: Who or what can participate (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.action.participant.typeCanonical Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | Reference(Cross-version Profile for R5.CareTeam for use in FHIR R4(0.1.0) | CareTeam | Cross-version Profile for R5.Device for use in FHIR R4(0.1.0) | Device | Cross-version Profile for R5.DeviceDefinition for use in FHIR R4(0.1.0) | DeviceDefinition | Cross-version Profile for R5.Endpoint for use in FHIR R4(0.1.0) | Endpoint | Cross-version Profile for R5.Group for use in FHIR R4(0.1.0) | Group | Cross-version Profile for R5.HealthcareService for use in FHIR R4(0.1.0) | HealthcareService | Cross-version Profile for R5.Location for use in FHIR R4(0.1.0) | Location | Cross-version Profile for R5.Organization for use in FHIR R4(0.1.0) | Organization | Cross-version Profile for R5.Patient for use in FHIR R4(0.1.0) | Patient | Cross-version Profile for R5.Practitioner for use in FHIR R4(0.1.0) | Practitioner | Cross-version Profile for R5.PractitionerRole for use in FHIR R4(0.1.0) | PractitionerRole | Cross-version Profile for R5.RelatedPerson for use in FHIR R4(0.1.0) | RelatedPerson) | R5: Who or what can participate (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.action.participant.typeReference Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | R5: E.g. Nurse, Surgeon, Parent, etc (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.action.participant.role Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | R5: E.g. Author, Reviewer, Witness, etc (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.action.participant.function Binding: R5ActionParticipantFunctionForR4 (0.1.0) (example) Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | canonical(Cross-version Profile for R5.CapabilityStatement for use in FHIR R4(0.1.0) | CapabilityStatement), Reference(Cross-version Profile for R5.CareTeam for use in FHIR R4(0.1.0) | CareTeam | Cross-version Profile for R5.Device for use in FHIR R4(0.1.0) | Device | Cross-version Profile for R5.DeviceDefinition for use in FHIR R4(0.1.0) | DeviceDefinition | Cross-version Profile for R5.Endpoint for use in FHIR R4(0.1.0) | Endpoint | Cross-version Profile for R5.Group for use in FHIR R4(0.1.0) | Group | Cross-version Profile for R5.HealthcareService for use in FHIR R4(0.1.0) | HealthcareService | Cross-version Profile for R5.Location for use in FHIR R4(0.1.0) | Location | Cross-version Profile for R5.Organization for use in FHIR R4(0.1.0) | Organization | Cross-version Profile for R5.Patient for use in FHIR R4(0.1.0) | Patient | Cross-version Profile for R5.Practitioner for use in FHIR R4(0.1.0) | Practitioner | Cross-version Profile for R5.PractitionerRole for use in FHIR R4(0.1.0) | PractitionerRole | Cross-version Profile for R5.RelatedPerson for use in FHIR R4(0.1.0) | RelatedPerson) | R5: Who/what is participating? (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.action.participant.actor 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") Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model). | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Identifier | Logical reference, when literal reference is not known | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Text alternative for the resource | ||||
![]() ![]() ![]() |
0..1 | CodeableConcept | create | update | remove | fire-event Binding: ActionType (extensible): The type of action to be performed. | |||||
![]() ![]() ![]() |
0..1 | code | visual-group | logical-group | sentence-group Binding: ActionGroupingBehavior (required): Defines organization behavior of a group. | |||||
![]() ![]() ![]() |
0..1 | code | any | all | all-or-none | exactly-one | at-most-one | one-or-more Binding: ActionSelectionBehavior (required): Defines selection behavior of a group. | |||||
![]() ![]() ![]() |
0..1 | code | must | could | must-unless-documented Binding: ActionRequiredBehavior (required): Defines expectations around whether an action or action group is required. | |||||
![]() ![]() ![]() |
0..1 | code | yes | no Binding: ActionPrecheckBehavior (required): Defines selection frequency behavior for an action or group. | |||||
![]() ![]() ![]() |
0..1 | code | single | multiple Binding: ActionCardinalityBehavior (required): Defines behavior for an action or a group for how many times that item may be repeated. | |||||
![]() ![]() ![]() |
C | 0..1 | Reference(Resource) | The target of the action | ||||
![]() ![]() ![]() |
C | 0..* | See action (RequestGroup) | Sub action | ||||
Documentation for this format | ||||||||
| Path | Status | Usage | ValueSet | Version | Source |
| RequestGroup.language | Base | preferred |
Common Languages
|
📍4.0.1 | tx.fhir.org |
| RequestGroup.status | Base | required | RequestStatus | 📍4.0.1 | FHIR Std. |
| RequestGroup.intent | Base | required | RequestIntent | 📍4.0.1 | FHIR Std. |
| RequestGroup.priority | Base | required | Request priority | 📍4.0.1 | FHIR Std. |
| RequestGroup.subject.type | Base | extensible |
ResourceType
|
📍4.0.1 | tx.fhir.org |
| RequestGroup.action.priority | Base | required | Request priority | 📍4.0.1 | FHIR Std. |
| RequestGroup.action.condition.kind | Base | required | ActionConditionKind | 📍4.0.1 | FHIR Std. |
| RequestGroup.action.relatedAction.relationship | Base | required | ActionRelationshipType | 📍4.0.1 | FHIR Std. |
| RequestGroup.action.participant.type | Base | extensible |
ResourceType
|
📍4.0.1 | tx.fhir.org |
| RequestGroup.action.type | Base | extensible | ActionType | 📍4.0.1 | FHIR Std. |
| RequestGroup.action.groupingBehavior | Base | required | ActionGroupingBehavior | 📍4.0.1 | FHIR Std. |
| RequestGroup.action.selectionBehavior | Base | required | ActionSelectionBehavior | 📍4.0.1 | FHIR Std. |
| RequestGroup.action.requiredBehavior | Base | required | ActionRequiredBehavior | 📍4.0.1 | FHIR Std. |
| RequestGroup.action.precheckBehavior | Base | required | ActionPrecheckBehavior | 📍4.0.1 | FHIR Std. |
| RequestGroup.action.cardinalityBehavior | Base | required | ActionCardinalityBehavior | 📍4.0.1 | FHIR Std. |
| Id | Grade | Path(s) | Description | Expression |
| dom-2 | error | RequestGroup | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | RequestGroup | 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 | RequestGroup | 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 | RequestGroup | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | best practice | RequestGroup | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | RequestGroup.meta, RequestGroup.implicitRules, RequestGroup.language, RequestGroup.text, RequestGroup.extension, RequestGroup.extension:reason, RequestGroup.extension:goal, RequestGroup.modifierExtension, RequestGroup.identifier, RequestGroup.instantiatesCanonical, RequestGroup.instantiatesUri, RequestGroup.basedOn, RequestGroup.replaces, RequestGroup.groupIdentifier, RequestGroup.status, RequestGroup.intent, RequestGroup.priority, RequestGroup.code, RequestGroup.subject, RequestGroup.subject.extension, RequestGroup.subject.extension:subject, RequestGroup.subject.reference, RequestGroup.subject.type, RequestGroup.subject.identifier, RequestGroup.subject.display, RequestGroup.encounter, RequestGroup.authoredOn, RequestGroup.author, RequestGroup.reasonCode, RequestGroup.reasonReference, RequestGroup.note, RequestGroup.action, RequestGroup.action.extension, RequestGroup.action.extension:linkId, RequestGroup.action.extension:goal, RequestGroup.action.extension:input, RequestGroup.action.extension:output, RequestGroup.action.extension:location, RequestGroup.action.extension:definition, RequestGroup.action.extension:transform, RequestGroup.action.extension:dynamicValue, RequestGroup.action.modifierExtension, RequestGroup.action.prefix, RequestGroup.action.title, RequestGroup.action.description, RequestGroup.action.textEquivalent, RequestGroup.action.priority, RequestGroup.action.code, RequestGroup.action.documentation, RequestGroup.action.condition, RequestGroup.action.condition.extension, RequestGroup.action.condition.modifierExtension, RequestGroup.action.condition.kind, RequestGroup.action.condition.expression, RequestGroup.action.relatedAction, RequestGroup.action.relatedAction.extension, RequestGroup.action.relatedAction.extension:endRelationship, RequestGroup.action.relatedAction.modifierExtension, RequestGroup.action.relatedAction.actionId, RequestGroup.action.relatedAction.relationship, RequestGroup.action.relatedAction.offset[x], RequestGroup.action.timing[x], RequestGroup.action.participant, RequestGroup.action.participant.extension, RequestGroup.action.participant.extension:type, RequestGroup.action.participant.extension:typeCanonical, RequestGroup.action.participant.extension:typeReference, RequestGroup.action.participant.extension:role, RequestGroup.action.participant.extension:function, RequestGroup.action.participant.extension:actor, RequestGroup.action.participant.reference, RequestGroup.action.participant.type, RequestGroup.action.participant.identifier, RequestGroup.action.participant.display, RequestGroup.action.type, RequestGroup.action.groupingBehavior, RequestGroup.action.selectionBehavior, RequestGroup.action.requiredBehavior, RequestGroup.action.precheckBehavior, RequestGroup.action.cardinalityBehavior, RequestGroup.action.resource, RequestGroup.action.action | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | RequestGroup.extension, RequestGroup.extension:reason, RequestGroup.extension:goal, RequestGroup.modifierExtension, RequestGroup.subject.extension, RequestGroup.subject.extension:subject, RequestGroup.action.extension, RequestGroup.action.extension:linkId, RequestGroup.action.extension:goal, RequestGroup.action.extension:input, RequestGroup.action.extension:output, RequestGroup.action.extension:location, RequestGroup.action.extension:definition, RequestGroup.action.extension:transform, RequestGroup.action.extension:dynamicValue, RequestGroup.action.modifierExtension, RequestGroup.action.condition.extension, RequestGroup.action.condition.modifierExtension, RequestGroup.action.relatedAction.extension, RequestGroup.action.relatedAction.extension:endRelationship, RequestGroup.action.relatedAction.modifierExtension, RequestGroup.action.participant.extension, RequestGroup.action.participant.extension:type, RequestGroup.action.participant.extension:typeCanonical, RequestGroup.action.participant.extension:typeReference, RequestGroup.action.participant.extension:role, RequestGroup.action.participant.extension:function, RequestGroup.action.participant.extension:actor | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
| rqg-1 | error | RequestGroup.action | Must have resource or action but not both |
resource.exists() != action.exists()
|
This structure is derived from RequestGroup
Summary
Extensions
This structure refers to these extensions:
Maturity: 0
Other representations of profile: CSV, Excel, Schematron