Extensions for Using Data Elements from FHIR R5 in FHIR R4
0.1.0 - STU International flag

Extensions for Using Data Elements from FHIR R5 in FHIR R4 - Downloaded Version null See the Directory of published versions

Resource Profile: Profile_R5_RequestOrchestration_R4_RequestGroup

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:

  • This Profile is not used by any profiles in this Implementation Guide

You can also check for usages in the FHIR IG Statistics

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. RequestGroup 0..* RequestGroup(4.0.1) A group of related requests
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
.... extension:reason 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
.... extension:goal 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
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
Constraints: ext-1
... intent ?!Σ 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.

doco Documentation for this format

Terminology Bindings

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.

Constraints

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

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. RequestGroup 0..* RequestGroup(4.0.1) A group of related requests
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:reason 0..* (Complex) R5: Why the request orchestration is needed additional types
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.reason
.... extension:goal 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
... subject
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:subject 0..1 Reference(Resource) R5: Who the request orchestration is about
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... action
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:linkId 0..1 string R5: Pointer to specific item from the PlanDefinition (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.action.linkId
..... extension:goal 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
..... extension:input 0..* (Complex) R5: Input data requirements (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.action.input
..... extension:output 0..* (Complex) R5: Output data definition (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.action.output
..... extension:location 0..1 (Complex) R5: Where it should happen (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.action.location
..... extension:definition 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
..... extension:transform 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
..... extension:dynamicValue 0..* (Complex) R5: Dynamic aspects of the definition (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.action.dynamicValue
.... relatedAction
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:endRelationship 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.
.... participant
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:type 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.
...... extension:typeCanonical 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
...... extension:typeReference 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
...... extension:role 0..1 CodeableConcept R5: E.g. Nurse, Surgeon, Parent, etc (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.action.participant.role
...... extension:function 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)
...... extension:actor 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

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. RequestGroup 0..* RequestGroup(4.0.1) A group of related requests
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
.... extension:reason 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
.... extension:goal 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
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
Constraints: ext-1
... identifier Σ 0..* Identifier Business identifier
... instantiatesCanonical Σ 0..* canonical() Instantiates FHIR protocol or definition
... instantiatesUri Σ 0..* uri Instantiates external protocol or definition
... basedOn 0..* Reference(Resource) Fulfills plan, proposal, or order
... replaces 0..* Reference(Resource) Request(s) replaced by this request
... groupIdentifier Σ 0..1 Identifier Composite request this is part of
... status ?!Σ 1..1 code draft | active | on-hold | revoked | completed | entered-in-error | unknown
Binding: RequestStatus (required): Codes identifying the lifecycle stage of a request.
... intent ?!Σ 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.
... priority Σ 0..1 code routine | urgent | asap | stat
Binding: RequestPriority (required): Identifies the level of importance to be assigned to actioning the request.
... code Σ 0..1 CodeableConcept What's being requested/ordered
... subject 0..1 Reference(Patient | Group) Who the request group is about
.... id 0..1 string Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:subject 0..1 Reference(Resource) R5: Who the request orchestration is about
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType . (extensible): Aa resource (or, for logical models, the URI of the logical model).
.... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
.... display Σ 0..1 string Text alternative for the resource
... encounter 0..1 Reference(Encounter) Created as part of
... authoredOn 0..1 dateTime When the request group was authored
... author 0..1 Reference(Device | Practitioner | PractitionerRole) Device or practitioner that authored the request group
... reasonCode 0..* CodeableConcept Why the request group is needed
... reasonReference 0..* Reference(Condition | Observation | DiagnosticReport | DocumentReference) Why the request group is needed
... note 0..* Annotation Additional notes about the response
... action C 0..* BackboneElement Proposed actions, if any
Constraints: rqg-1
.... id 0..1 string Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:linkId 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
..... extension:goal 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
..... extension:input 0..* (Complex) R5: Input data requirements (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.action.input
Constraints: ext-1
..... extension:output 0..* (Complex) R5: Output data definition (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.action.output
Constraints: ext-1
..... extension:location 0..1 (Complex) R5: Where it should happen (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.action.location
Constraints: ext-1
..... extension:definition 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
..... extension:transform 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
..... extension:dynamicValue 0..* (Complex) R5: Dynamic aspects of the definition (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.action.dynamicValue
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... prefix 0..1 string User-visible prefix for the action (e.g. 1. or A.)
.... title 0..1 string User-visible title
.... description Σ 0..1 string Short description of the action
.... textEquivalent Σ 0..1 string Static text equivalent of the action, used if the dynamic aspects cannot be interpreted by the receiving system
.... priority 0..1 code routine | urgent | asap | stat
Binding: RequestPriority (required): Identifies the level of importance to be assigned to actioning the request.
.... code 0..* CodeableConcept Code representing the meaning of the action or sub-actions
.... documentation 0..* RelatedArtifact Supporting documentation for the intended performer of the action
.... condition 0..* BackboneElement Whether or not the action is applicable
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... kind 1..1 code applicability | start | stop
Binding: ActionConditionKind (required): The kind of condition for the action.
..... expression 0..1 Expression Boolean-valued expression
.... relatedAction 0..* BackboneElement Relationship to another action
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:endRelationship 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
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... actionId 1..1 id What action this is related to
..... relationship 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.
..... offset[x] 0..1 Time offset for the relationship
...... offsetDuration Duration
...... offsetRange Range
.... timing[x] 0..1 When the action should take place
..... timingDateTime dateTime
..... timingAge Age
..... timingPeriod Period
..... timingDuration Duration
..... timingRange Range
..... timingTiming Timing
.... participant 0..* Reference(Patient | Practitioner | PractitionerRole | RelatedPerson | Device) Who should perform the action
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:type 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
...... extension:typeCanonical 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
...... extension:typeReference 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
...... extension:role 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
...... extension:function 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
...... extension:actor 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
..... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
..... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType . (extensible): Aa resource (or, for logical models, the URI of the logical model).
..... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
..... display Σ 0..1 string Text alternative for the resource
.... type 0..1 CodeableConcept create | update | remove | fire-event
Binding: ActionType (extensible): The type of action to be performed.
.... groupingBehavior 0..1 code visual-group | logical-group | sentence-group
Binding: ActionGroupingBehavior (required): Defines organization behavior of a group.
.... selectionBehavior 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.
.... requiredBehavior 0..1 code must | could | must-unless-documented
Binding: ActionRequiredBehavior (required): Defines expectations around whether an action or action group is required.
.... precheckBehavior 0..1 code yes | no
Binding: ActionPrecheckBehavior (required): Defines selection frequency behavior for an action or group.
.... cardinalityBehavior 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.
.... resource C 0..1 Reference(Resource) The target of the action
.... action C 0..* See action (RequestGroup) Sub action

doco Documentation for this format

Terminology Bindings

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.

Constraints

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

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. RequestGroup 0..* RequestGroup(4.0.1) A group of related requests
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
.... extension:reason 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
.... extension:goal 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
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
Constraints: ext-1
... intent ?!Σ 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.

doco Documentation for this format

Terminology Bindings

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.

Constraints

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

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. RequestGroup 0..* RequestGroup(4.0.1) A group of related requests
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:reason 0..* (Complex) R5: Why the request orchestration is needed additional types
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.reason
.... extension:goal 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
... subject
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:subject 0..1 Reference(Resource) R5: Who the request orchestration is about
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
... action
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:linkId 0..1 string R5: Pointer to specific item from the PlanDefinition (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.action.linkId
..... extension:goal 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
..... extension:input 0..* (Complex) R5: Input data requirements (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.action.input
..... extension:output 0..* (Complex) R5: Output data definition (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.action.output
..... extension:location 0..1 (Complex) R5: Where it should happen (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.action.location
..... extension:definition 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
..... extension:transform 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
..... extension:dynamicValue 0..* (Complex) R5: Dynamic aspects of the definition (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.action.dynamicValue
.... relatedAction
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:endRelationship 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.
.... participant
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:type 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.
...... extension:typeCanonical 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
...... extension:typeReference 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
...... extension:role 0..1 CodeableConcept R5: E.g. Nurse, Surgeon, Parent, etc (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.action.participant.role
...... extension:function 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)
...... extension:actor 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

doco Documentation for this format

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. RequestGroup 0..* RequestGroup(4.0.1) A group of related requests
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
.... extension:reason 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
.... extension:goal 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
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
Constraints: ext-1
... identifier Σ 0..* Identifier Business identifier
... instantiatesCanonical Σ 0..* canonical() Instantiates FHIR protocol or definition
... instantiatesUri Σ 0..* uri Instantiates external protocol or definition
... basedOn 0..* Reference(Resource) Fulfills plan, proposal, or order
... replaces 0..* Reference(Resource) Request(s) replaced by this request
... groupIdentifier Σ 0..1 Identifier Composite request this is part of
... status ?!Σ 1..1 code draft | active | on-hold | revoked | completed | entered-in-error | unknown
Binding: RequestStatus (required): Codes identifying the lifecycle stage of a request.
... intent ?!Σ 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.
... priority Σ 0..1 code routine | urgent | asap | stat
Binding: RequestPriority (required): Identifies the level of importance to be assigned to actioning the request.
... code Σ 0..1 CodeableConcept What's being requested/ordered
... subject 0..1 Reference(Patient | Group) Who the request group is about
.... id 0..1 string Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:subject 0..1 Reference(Resource) R5: Who the request orchestration is about
URL: http://hl7.org/fhir/StructureDefinition/alternate-reference
Constraints: ext-1
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType . (extensible): Aa resource (or, for logical models, the URI of the logical model).
.... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
.... display Σ 0..1 string Text alternative for the resource
... encounter 0..1 Reference(Encounter) Created as part of
... authoredOn 0..1 dateTime When the request group was authored
... author 0..1 Reference(Device | Practitioner | PractitionerRole) Device or practitioner that authored the request group
... reasonCode 0..* CodeableConcept Why the request group is needed
... reasonReference 0..* Reference(Condition | Observation | DiagnosticReport | DocumentReference) Why the request group is needed
... note 0..* Annotation Additional notes about the response
... action C 0..* BackboneElement Proposed actions, if any
Constraints: rqg-1
.... id 0..1 string Unique id for inter-element referencing
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:linkId 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
..... extension:goal 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
..... extension:input 0..* (Complex) R5: Input data requirements (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.action.input
Constraints: ext-1
..... extension:output 0..* (Complex) R5: Output data definition (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.action.output
Constraints: ext-1
..... extension:location 0..1 (Complex) R5: Where it should happen (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.action.location
Constraints: ext-1
..... extension:definition 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
..... extension:transform 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
..... extension:dynamicValue 0..* (Complex) R5: Dynamic aspects of the definition (new)
URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-RequestOrchestration.action.dynamicValue
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... prefix 0..1 string User-visible prefix for the action (e.g. 1. or A.)
.... title 0..1 string User-visible title
.... description Σ 0..1 string Short description of the action
.... textEquivalent Σ 0..1 string Static text equivalent of the action, used if the dynamic aspects cannot be interpreted by the receiving system
.... priority 0..1 code routine | urgent | asap | stat
Binding: RequestPriority (required): Identifies the level of importance to be assigned to actioning the request.
.... code 0..* CodeableConcept Code representing the meaning of the action or sub-actions
.... documentation 0..* RelatedArtifact Supporting documentation for the intended performer of the action
.... condition 0..* BackboneElement Whether or not the action is applicable
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... kind 1..1 code applicability | start | stop
Binding: ActionConditionKind (required): The kind of condition for the action.
..... expression 0..1 Expression Boolean-valued expression
.... relatedAction 0..* BackboneElement Relationship to another action
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:endRelationship 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
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... actionId 1..1 id What action this is related to
..... relationship 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.
..... offset[x] 0..1 Time offset for the relationship
...... offsetDuration Duration
...... offsetRange Range
.... timing[x] 0..1 When the action should take place
..... timingDateTime dateTime
..... timingAge Age
..... timingPeriod Period
..... timingDuration Duration
..... timingRange Range
..... timingTiming Timing
.... participant 0..* Reference(Patient | Practitioner | PractitionerRole | RelatedPerson | Device) Who should perform the action
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:type 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
...... extension:typeCanonical 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
...... extension:typeReference 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
...... extension:role 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
...... extension:function 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
...... extension:actor 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
..... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
..... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType . (extensible): Aa resource (or, for logical models, the URI of the logical model).
..... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
..... display Σ 0..1 string Text alternative for the resource
.... type 0..1 CodeableConcept create | update | remove | fire-event
Binding: ActionType (extensible): The type of action to be performed.
.... groupingBehavior 0..1 code visual-group | logical-group | sentence-group
Binding: ActionGroupingBehavior (required): Defines organization behavior of a group.
.... selectionBehavior 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.
.... requiredBehavior 0..1 code must | could | must-unless-documented
Binding: ActionRequiredBehavior (required): Defines expectations around whether an action or action group is required.
.... precheckBehavior 0..1 code yes | no
Binding: ActionPrecheckBehavior (required): Defines selection frequency behavior for an action or group.
.... cardinalityBehavior 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.
.... resource C 0..1 Reference(Resource) The target of the action
.... action C 0..* See action (RequestGroup) Sub action

doco Documentation for this format

Terminology Bindings

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.

Constraints

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