This page is part of the FHIR Specification (v3.5a.0: R4 Ballot 4). The current version which supercedes this version is 4.0.1. For a full list of available versions, see the Directory of published versions
Clinical Decision Support Work Group | Maturity Level: N/A | Ballot Status: Informative | Compartments: Device, Encounter, Patient, Practitioner, RelatedPerson |
Raw Turtle (+ also see Turtle/RDF Format Specification)
StructureDefinition for requestgroup
@prefix fhir: <http://hl7.org/fhir/> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . # - resource ------------------------------------------------------------------- [] a fhir:StructureDefinition; fhir:Resource.id [ fhir:value "RequestGroup"]; fhir:Resource.meta [ fhir:Meta.lastUpdated [ fhir:value "2018-08-19T21:48:56.559+10:00" ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ] ]; fhir:DomainResource.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-category" ]; fhir:Extension.value [ fhir:value "Clinical.Care Provision" ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ]; fhir:Extension.value [ fhir:value "Trial Use" ] ], [ fhir:index 2; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ]; fhir:Extension.value [ fhir:value "2" ] ], [ fhir:index 3; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ]; fhir:Extension.value [ fhir:value "cds" ] ]; fhir:StructureDefinition.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/RequestGroup"]; fhir:StructureDefinition.name [ fhir:value "RequestGroup"]; fhir:StructureDefinition.status [ fhir:value "draft"]; fhir:StructureDefinition.date [ fhir:value "2018-08-19T21:48:56+10:00"]; fhir:StructureDefinition.publisher [ fhir:value "Health Level Seven International (Clinical Decision Support)"]; fhir:StructureDefinition.contact [ fhir:index 0; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ] ] ], [ fhir:index 1; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/dss/index.cfm" ] ] ]; fhir:StructureDefinition.description [ fhir:value "A group of related requests that can be used to capture intended activities that have inter-dependencies such as \"give this medication after that one\"."]; fhir:StructureDefinition.fhirVersion [ fhir:value "3.5a.0"]; fhir:StructureDefinition.mapping [ fhir:index 0; fhir:StructureDefinition.identity [ fhir:value "workflow" ]; fhir:StructureDefinition.uri [ fhir:value "http://hl7.org/fhir/workflow" ]; fhir:StructureDefinition.name [ fhir:value "Workflow Pattern" ] ], [ fhir:index 1; fhir:StructureDefinition.identity [ fhir:value "w5" ]; fhir:StructureDefinition.uri [ fhir:value "http://hl7.org/fhir/fivews" ]; fhir:StructureDefinition.name [ fhir:value "FiveWs Pattern" ] ], [ fhir:index 2; fhir:StructureDefinition.identity [ fhir:value "rim" ]; fhir:StructureDefinition.uri [ fhir:value "http://hl7.org/v3" ]; fhir:StructureDefinition.name [ fhir:value "RIM Mapping" ] ]; fhir:StructureDefinition.kind [ fhir:value "resource"]; fhir:StructureDefinition.abstract [ fhir:value "false"]; fhir:StructureDefinition.type [ fhir:value "RequestGroup"]; fhir:StructureDefinition.baseDefinition [ fhir:value "http://hl7.org/fhir/StructureDefinition/DomainResource"]; fhir:StructureDefinition.derivation [ fhir:value "specialization"]; fhir:StructureDefinition.snapshot [ fhir:StructureDefinition.element [ fhir:index 0; fhir:Element.id [ fhir:value "RequestGroup" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup" ]; fhir:ElementDefinition.short [ fhir:value "A group of related requests" ]; fhir:ElementDefinition.definition [ fhir:value "A group of related requests that can be used to capture intended activities that have inter-dependencies such as \"give this medication after that one\"." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "RequestGroup" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.constraint [ fhir:index 0; fhir:ElementDefinition.key [ fhir:value "dom-2" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "If the resource is contained in another resource, it SHALL NOT contain nested Resources" ]; fhir:ElementDefinition.expression [ fhir:value "contained.contained.empty()" ]; fhir:ElementDefinition.xpath [ fhir:value "not(parent::f:contained and f:contained)" ]; fhir:ElementDefinition.source [ fhir:value "DomainResource" ] ], [ fhir:index 1; fhir:ElementDefinition.key [ fhir:value "dom-4" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated" ]; fhir:ElementDefinition.expression [ fhir:value "contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()" ]; fhir:ElementDefinition.xpath [ fhir:value "not(exists(f:contained/*/f:meta/f:versionId)) and not(exists(f:contained/*/f:meta/f:lastUpdated))" ]; fhir:ElementDefinition.source [ fhir:value "DomainResource" ] ], [ fhir:index 2; fhir:ElementDefinition.key [ fhir:value "dom-3" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "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" ]; fhir:ElementDefinition.expression [ fhir:value "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()" ]; fhir:ElementDefinition.xpath [ fhir:value "not(exists(for $contained in f:contained return $contained[not(parent::*/descendant::f:reference/@value=concat('#', $contained/*/id/@value) or descendant::f:reference[@value='#'])]))" ]; fhir:ElementDefinition.source [ fhir:value "DomainResource" ] ], [ fhir:index 3; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice" ]; fhir:Extension.value [ fhir:value "true" ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice-explanation" ]; fhir:Extension.value [ fhir:value "When a resource has no narrative, only systems that fully understand the data can display the resource to a human safely. Including a guman readable representation in the resource makes for a much more robust eco-system and cheaper handling of resources by intermediary systems. Some ecosystems restrict distribution of resources to only those systems that do fully understand the resources, and as a consequence implementers may believe that the narrative is superfluous. However experience shows that such eco-systems often open up to new participants over time." ] ]; fhir:ElementDefinition.key [ fhir:value "dom-6" ]; fhir:ElementDefinition.severity [ fhir:value "warning" ]; fhir:ElementDefinition.human [ fhir:value "A resource should have narrative for robust management" ]; fhir:ElementDefinition.expression [ fhir:value "text.div.exists()" ]; fhir:ElementDefinition.xpath [ fhir:value "exists(f:text/h:div)" ]; fhir:ElementDefinition.source [ fhir:value "DomainResource" ] ], [ fhir:index 4; fhir:ElementDefinition.key [ fhir:value "dom-5" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "If a resource is contained in another resource, it SHALL NOT have a security label" ]; fhir:ElementDefinition.expression [ fhir:value "contained.meta.security.empty()" ]; fhir:ElementDefinition.xpath [ fhir:value "not(exists(f:contained/*/f:meta/f:security))" ]; fhir:ElementDefinition.source [ fhir:value "DomainResource" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "Entity. Role, or Act" ] ], [ fhir:index 1; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Request" ] ] ], [ fhir:index 1; fhir:Element.id [ fhir:value "RequestGroup.id" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.id" ]; fhir:ElementDefinition.short [ fhir:value "Logical id of this artifact" ]; fhir:ElementDefinition.definition [ fhir:value "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes." ]; fhir:ElementDefinition.comment [ fhir:value "The only time that a resource does not have an id is when it is being submitted to the server using a create operation." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Resource.id" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "id" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ] ], [ fhir:index 2; fhir:Element.id [ fhir:value "RequestGroup.meta" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.meta" ]; fhir:ElementDefinition.short [ fhir:value "Metadata about the resource" ]; fhir:ElementDefinition.definition [ fhir:value "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Resource.meta" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Meta" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ] ], [ fhir:index 3; fhir:Element.id [ fhir:value "RequestGroup.implicitRules" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.implicitRules" ]; fhir:ElementDefinition.short [ fhir:value "A set of rules under which this content was created" ]; fhir:ElementDefinition.definition [ fhir:value "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc." ]; fhir:ElementDefinition.comment [ fhir:value "Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Resource.implicitRules" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "uri" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "true" ]; fhir:ElementDefinition.isModifierReason [ fhir:value "This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ] ], [ fhir:index 4; fhir:Element.id [ fhir:value "RequestGroup.language" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.language" ]; fhir:ElementDefinition.short [ fhir:value "Language of the resource content" ]; fhir:ElementDefinition.definition [ fhir:value "The base language in which the resource is written." ]; fhir:ElementDefinition.comment [ fhir:value "Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute)." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Resource.language" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "code" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.binding [ fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet" ]; fhir:Extension.value [ fhir:value "http://hl7.org/fhir/ValueSet/all-languages" ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName" ]; fhir:Extension.value [ fhir:value "Language" ] ], [ fhir:index 2; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding" ]; fhir:Extension.value [ fhir:value "true" ] ]; fhir:ElementDefinition.strength [ fhir:value "preferred" ]; fhir:ElementDefinition.description [ fhir:value "A human language." ]; fhir:ElementDefinition.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/languages" ] ] ], [ fhir:index 5; fhir:Element.id [ fhir:value "RequestGroup.text" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.text" ]; fhir:ElementDefinition.short [ fhir:value "Text summary of the resource, for human interpretation" ]; fhir:ElementDefinition.definition [ fhir:value "A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety." ]; fhir:ElementDefinition.comment [ fhir:value "Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a \"text blob\" or where text is additionally entered raw or narrated and encoded information is added later." ]; fhir:ElementDefinition.alias [ fhir:value "narrative"; fhir:index 0 ], [ fhir:value "html"; fhir:index 1 ], [ fhir:value "xhtml"; fhir:index 2 ], [ fhir:value "display"; fhir:index 3 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "DomainResource.text" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Narrative" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "Act.text?" ] ] ], [ fhir:index 6; fhir:Element.id [ fhir:value "RequestGroup.contained" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.contained" ]; fhir:ElementDefinition.short [ fhir:value "Contained, inline Resources" ]; fhir:ElementDefinition.definition [ fhir:value "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope." ]; fhir:ElementDefinition.comment [ fhir:value "This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags In their meta elements, but SHALL NOT have security labels." ]; fhir:ElementDefinition.alias [ fhir:value "inline resources"; fhir:index 0 ], [ fhir:value "anonymous resources"; fhir:index 1 ], [ fhir:value "contained resources"; fhir:index 2 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "DomainResource.contained" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Resource" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "N/A" ] ] ], [ fhir:index 7; fhir:Element.id [ fhir:value "RequestGroup.extension" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.extension" ]; fhir:ElementDefinition.short [ fhir:value "Additional Content defined by implementations" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "DomainResource.extension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "N/A" ] ] ], [ fhir:index 8; fhir:Element.id [ fhir:value "RequestGroup.modifierExtension" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.modifierExtension" ]; fhir:ElementDefinition.short [ fhir:value "Extensions that cannot be ignored" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the resource, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "DomainResource.modifierExtension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "true" ]; fhir:ElementDefinition.isModifierReason [ fhir:value "Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "N/A" ] ] ], [ fhir:index 9; fhir:Element.id [ fhir:value "RequestGroup.identifier" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.identifier" ]; fhir:ElementDefinition.short [ fhir:value "Business identifier" ]; fhir:ElementDefinition.definition [ fhir:value "Allows a service to provide a unique, business identifier for the request." ]; fhir:ElementDefinition.requirements [ fhir:value "Allows identification of the request as it is known by various participating systems and in a way that remains consistent across servers." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "RequestGroup.identifier" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Identifier" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Request.identifier" ] ], [ fhir:index 1; fhir:ElementDefinition.identity [ fhir:value "w5" ]; fhir:ElementDefinition.map [ fhir:value "FiveWs.identifier" ] ] ], [ fhir:index 10; fhir:Element.id [ fhir:value "RequestGroup.instantiatesCanonical" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.instantiatesCanonical" ]; fhir:ElementDefinition.short [ fhir:value "Instantiates FHIR protocol or definition" ]; fhir:ElementDefinition.definition [ fhir:value "A canonical URL referencing a FHIR-defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this request." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "RequestGroup.instantiatesCanonical" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "canonical" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Request.instantiatesCanonical" ] ] ], [ fhir:index 11; fhir:Element.id [ fhir:value "RequestGroup.instantiatesUri" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.instantiatesUri" ]; fhir:ElementDefinition.short [ fhir:value "Instantiates external protocol or definition" ]; fhir:ElementDefinition.definition [ fhir:value "A URL referencing an externally defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this request." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "RequestGroup.instantiatesUri" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "uri" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Request.instantiatesUri" ] ] ], [ fhir:index 12; fhir:Element.id [ fhir:value "RequestGroup.basedOn" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.basedOn" ]; fhir:ElementDefinition.short [ fhir:value "Fulfills plan, proposal, or order" ]; fhir:ElementDefinition.definition [ fhir:value "A plan, proposal or order that is fulfilled in whole or in part by this request." ]; fhir:ElementDefinition.requirements [ fhir:value "Allows tracing of authorization for the request and tracking whether proposals/recommendations were acted upon." ]; fhir:ElementDefinition.alias [ fhir:value "fulfills"; fhir:index 0 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "RequestGroup.basedOn" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Reference" ]; fhir:ElementDefinition.targetProfile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Resource"; fhir:index 0 ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Request.basedOn" ] ] ], [ fhir:index 13; fhir:Element.id [ fhir:value "RequestGroup.replaces" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.replaces" ]; fhir:ElementDefinition.short [ fhir:value "Request(s) replaced by this request" ]; fhir:ElementDefinition.definition [ fhir:value "Completed or terminated request(s) whose function is taken by this new request." ]; fhir:ElementDefinition.comment [ fhir:value "The replacement could be because the initial request was immediately rejected (due to an issue) or because the previous request was completed, but the need for the action described by the request remains ongoing." ]; fhir:ElementDefinition.requirements [ fhir:value "Allows tracing the continuation of a therapy or administrative process instantiated through multiple requests." ]; fhir:ElementDefinition.alias [ fhir:value "supersedes"; fhir:index 0 ], [ fhir:value "prior"; fhir:index 1 ], [ fhir:value "renewed order"; fhir:index 2 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "RequestGroup.replaces" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Reference" ]; fhir:ElementDefinition.targetProfile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Resource"; fhir:index 0 ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Request.replaces" ] ] ], [ fhir:index 14; fhir:Element.id [ fhir:value "RequestGroup.groupIdentifier" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.groupIdentifier" ]; fhir:ElementDefinition.short [ fhir:value "Composite request this is part of" ]; fhir:ElementDefinition.definition [ fhir:value "A shared identifier common to all requests that were authorized more or less simultaneously by a single author, representing the identifier of the requisition, prescription or similar form." ]; fhir:ElementDefinition.comment [ fhir:value "Requests are linked either by a \"basedOn\" relationship (i.e. one request is fulfilling another) or by having a common requisition. Requests that are part of the same requisition are generally treated independently from the perspective of changing their state or maintaining them after initial creation." ]; fhir:ElementDefinition.requirements [ fhir:value "Some business processes need to know if multiple items were ordered as part of the same \"prescription\" or \"requisition\" for billing or other purposes." ]; fhir:ElementDefinition.alias [ fhir:value "grouperid"; fhir:index 0 ], [ fhir:value "requisition"; fhir:index 1 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "RequestGroup.groupIdentifier" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Identifier" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Request.groupIdentifier" ] ] ], [ fhir:index 15; fhir:Element.id [ fhir:value "RequestGroup.status" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.status" ]; fhir:ElementDefinition.short [ fhir:value "draft | active | suspended | cancelled | completed | entered-in-error | unknown" ]; fhir:ElementDefinition.definition [ fhir:value "The current state of the request. For request groups, the status reflects the status of all the requests in the group." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "RequestGroup.status" ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "code" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "true" ]; fhir:ElementDefinition.isModifierReason [ fhir:value "This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.binding [ fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName" ]; fhir:Extension.value [ fhir:value "RequestStatus" ] ]; fhir:ElementDefinition.strength [ fhir:value "required" ]; fhir:ElementDefinition.description [ fhir:value "Codes identifying the lifecycle stage of a request." ]; fhir:ElementDefinition.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/request-status" ] ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Request.status" ] ], [ fhir:index 1; fhir:ElementDefinition.identity [ fhir:value "w5" ]; fhir:ElementDefinition.map [ fhir:value "FiveWs.status" ] ] ], [ fhir:index 16; fhir:Element.id [ fhir:value "RequestGroup.intent" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.intent" ]; fhir:ElementDefinition.short [ fhir:value "proposal | plan | order" ]; fhir:ElementDefinition.definition [ fhir:value "Indicates the level of authority/intentionality associated with the request and where the request fits into the workflow chain." ]; fhir:ElementDefinition.requirements [ fhir:value "Proposals/recommendations, plans and orders all use the same structure and can exist in the same fulfillment chain." ]; fhir:ElementDefinition.alias [ fhir:value "category"; fhir:index 0 ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "RequestGroup.intent" ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "code" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "true" ]; fhir:ElementDefinition.isModifierReason [ fhir:value "This element changes the interpretation of all descriptive attributes. For example \"the time the request is recommended to occur\" vs. \"the time the request is authorized to occur\" or \"who is recommended to perform the request\" vs. \"who is authorized to perform the request" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.binding [ fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName" ]; fhir:Extension.value [ fhir:value "RequestIntent" ] ]; fhir:ElementDefinition.strength [ fhir:value "required" ]; fhir:ElementDefinition.description [ fhir:value "Codes indicating the degree of authority/intentionality associated with a request." ]; fhir:ElementDefinition.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/request-intent" ] ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Request.intent" ] ], [ fhir:index 1; fhir:ElementDefinition.identity [ fhir:value "w5" ]; fhir:ElementDefinition.map [ fhir:value "FiveWs.class" ] ] ], [ fhir:index 17; fhir:Element.id [ fhir:value "RequestGroup.priority" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.priority" ]; fhir:ElementDefinition.short [ fhir:value "routine | urgent | asap | stat" ]; fhir:ElementDefinition.definition [ fhir:value "Indicates how quickly the request should be addressed with respect to other requests." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "RequestGroup.priority" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "code" ] ]; fhir:ElementDefinition.meaningWhenMissing [ fhir:value "If missing, this request should be performed with normal priority" ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.binding [ fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName" ]; fhir:Extension.value [ fhir:value "RequestPriority" ] ]; fhir:ElementDefinition.strength [ fhir:value "required" ]; fhir:ElementDefinition.description [ fhir:value "Identifies the level of importance to be assigned to actioning the request." ]; fhir:ElementDefinition.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/request-priority" ] ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Request.priority" ] ], [ fhir:index 1; fhir:ElementDefinition.identity [ fhir:value "w5" ]; fhir:ElementDefinition.map [ fhir:value "FiveWs.grade" ] ] ], [ fhir:index 18; fhir:Element.id [ fhir:value "RequestGroup.code" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.code" ]; fhir:ElementDefinition.short [ fhir:value "What's being requested/ordered" ]; fhir:ElementDefinition.definition [ fhir:value "A code that identifies what the overall request group is." ]; fhir:ElementDefinition.comment [ fhir:value "This element can be used to provide a code that captures the meaning of the request group as a whole, as opposed to the code of the action element, which captures the meaning of the individual actions within the request group." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "RequestGroup.code" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "CodeableConcept" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Request.code" ] ], [ fhir:index 1; fhir:ElementDefinition.identity [ fhir:value "w5" ]; fhir:ElementDefinition.map [ fhir:value "FiveWs.what[x]" ] ] ], [ fhir:index 19; fhir:Element.id [ fhir:value "RequestGroup.subject" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.subject" ]; fhir:ElementDefinition.short [ fhir:value "Who the request group is about" ]; fhir:ElementDefinition.definition [ fhir:value "The subject for which the request group was created." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "RequestGroup.subject" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Reference" ]; fhir:ElementDefinition.targetProfile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Patient"; fhir:index 0 ], [ fhir:value "http://hl7.org/fhir/StructureDefinition/Group"; fhir:index 1 ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Request.subject" ] ], [ fhir:index 1; fhir:ElementDefinition.identity [ fhir:value "w5" ]; fhir:ElementDefinition.map [ fhir:value "FiveWs.subject[x]" ] ], [ fhir:index 2; fhir:ElementDefinition.identity [ fhir:value "w5" ]; fhir:ElementDefinition.map [ fhir:value "FiveWs.subject" ] ] ], [ fhir:index 20; fhir:Element.id [ fhir:value "RequestGroup.context" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.context" ]; fhir:ElementDefinition.short [ fhir:value "Encounter or Episode for the request group" ]; fhir:ElementDefinition.definition [ fhir:value "Describes the context of the request group, if any." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "RequestGroup.context" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Reference" ]; fhir:ElementDefinition.targetProfile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Encounter"; fhir:index 0 ], [ fhir:value "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare"; fhir:index 1 ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Request.context" ] ], [ fhir:index 1; fhir:ElementDefinition.identity [ fhir:value "w5" ]; fhir:ElementDefinition.map [ fhir:value "FiveWs.context" ] ] ], [ fhir:index 21; fhir:Element.id [ fhir:value "RequestGroup.authoredOn" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.authoredOn" ]; fhir:ElementDefinition.short [ fhir:value "When the request group was authored" ]; fhir:ElementDefinition.definition [ fhir:value "Indicates when the request group was created." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "RequestGroup.authoredOn" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "dateTime" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Request.authoredOn" ] ], [ fhir:index 1; fhir:ElementDefinition.identity [ fhir:value "w5" ]; fhir:ElementDefinition.map [ fhir:value "FiveWs.recorded" ] ] ], [ fhir:index 22; fhir:Element.id [ fhir:value "RequestGroup.author" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.author" ]; fhir:ElementDefinition.short [ fhir:value "Device or practitioner that authored the request group" ]; fhir:ElementDefinition.definition [ fhir:value "Provides a reference to the author of the request group." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "RequestGroup.author" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Reference" ]; fhir:ElementDefinition.targetProfile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Device"; fhir:index 0 ], [ fhir:value "http://hl7.org/fhir/StructureDefinition/Practitioner"; fhir:index 1 ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Request.requester" ] ], [ fhir:index 1; fhir:ElementDefinition.identity [ fhir:value "w5" ]; fhir:ElementDefinition.map [ fhir:value "FiveWs.author" ] ] ], [ fhir:index 23; fhir:Element.id [ fhir:value "RequestGroup.reasonCode" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.reasonCode" ]; fhir:ElementDefinition.short [ fhir:value "Why the request group is needed" ]; fhir:ElementDefinition.definition [ fhir:value "Describes the reason for the request group in coded or textual form." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "RequestGroup.reasonCode" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "CodeableConcept" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Request.reasonCode" ] ], [ fhir:index 1; fhir:ElementDefinition.identity [ fhir:value "w5" ]; fhir:ElementDefinition.map [ fhir:value "FiveWs.why[x]" ] ] ], [ fhir:index 24; fhir:Element.id [ fhir:value "RequestGroup.reasonReference" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.reasonReference" ]; fhir:ElementDefinition.short [ fhir:value "Why the request group is needed" ]; fhir:ElementDefinition.definition [ fhir:value "Indicates another resource whose existence justifies this request group." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "RequestGroup.reasonReference" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Reference" ]; fhir:ElementDefinition.targetProfile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Condition"; fhir:index 0 ], [ fhir:value "http://hl7.org/fhir/StructureDefinition/Observation"; fhir:index 1 ], [ fhir:value "http://hl7.org/fhir/StructureDefinition/DiagnosticReport"; fhir:index 2 ], [ fhir:value "http://hl7.org/fhir/StructureDefinition/DocumentReference"; fhir:index 3 ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Request.reasonReference" ] ], [ fhir:index 1; fhir:ElementDefinition.identity [ fhir:value "w5" ]; fhir:ElementDefinition.map [ fhir:value "FiveWs.why[x]" ] ] ], [ fhir:index 25; fhir:Element.id [ fhir:value "RequestGroup.note" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.note" ]; fhir:ElementDefinition.short [ fhir:value "Additional notes about the response" ]; fhir:ElementDefinition.definition [ fhir:value "Provides a mechanism to communicate additional information about the response." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "RequestGroup.note" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Annotation" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Request.note" ] ] ], [ fhir:index 26; fhir:Element.id [ fhir:value "RequestGroup.action" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action" ]; fhir:ElementDefinition.short [ fhir:value "Proposed actions, if any" ]; fhir:ElementDefinition.definition [ fhir:value "The actions, if any, produced by the evaluation of the artifact." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "RequestGroup.action" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "BackboneElement" ] ]; fhir:ElementDefinition.constraint [ fhir:index 0; fhir:ElementDefinition.key [ fhir:value "ele-1" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "All FHIR elements must have a @value or children" ]; fhir:ElementDefinition.expression [ fhir:value "hasValue() or (children().count() > id.count())" ]; fhir:ElementDefinition.xpath [ fhir:value "@value|f:*|h:div" ]; fhir:ElementDefinition.source [ fhir:value "Element" ] ], [ fhir:index 1; fhir:ElementDefinition.key [ fhir:value "rqg-1" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "Must have resource or action but not both" ]; fhir:ElementDefinition.expression [ fhir:value "resource.exists() != action.exists()" ]; fhir:ElementDefinition.xpath [ fhir:value "exists(f:resource) != exists(f:action)" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 27; fhir:Element.id [ fhir:value "RequestGroup.action.id" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.id" ]; fhir:ElementDefinition.representation [ fhir:value "xmlAttr"; fhir:index 0 ]; fhir:ElementDefinition.short [ fhir:value "xml:id (or equivalent in JSON)" ]; fhir:ElementDefinition.definition [ fhir:value "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Element.id" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "n/a" ] ] ], [ fhir:index 28; fhir:Element.id [ fhir:value "RequestGroup.action.extension" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.extension" ]; fhir:ElementDefinition.short [ fhir:value "Additional content defined by implementations" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Element.extension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "n/a" ] ] ], [ fhir:index 29; fhir:Element.id [ fhir:value "RequestGroup.action.modifierExtension" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.modifierExtension" ]; fhir:ElementDefinition.short [ fhir:value "Extensions that cannot be ignored if unrecognized" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ], [ fhir:value "modifiers"; fhir:index 2 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "BackboneElement.modifierExtension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "true" ]; fhir:ElementDefinition.isModifierReason [ fhir:value "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "N/A" ] ] ], [ fhir:index 30; fhir:Element.id [ fhir:value "RequestGroup.action.prefix" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.prefix" ]; fhir:ElementDefinition.short [ fhir:value "User-visible prefix for the action (e.g. 1. or A.)" ]; fhir:ElementDefinition.definition [ fhir:value "A user-visible prefix for the action." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.prefix" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 31; fhir:Element.id [ fhir:value "RequestGroup.action.title" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.title" ]; fhir:ElementDefinition.short [ fhir:value "User-visible title" ]; fhir:ElementDefinition.definition [ fhir:value "The title of the action displayed to a user." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.title" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 32; fhir:Element.id [ fhir:value "RequestGroup.action.description" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.description" ]; fhir:ElementDefinition.short [ fhir:value "Short description of the action" ]; fhir:ElementDefinition.definition [ fhir:value "A short description of the action used to provide a summary to display to the user." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.description" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ] ], [ fhir:index 33; fhir:Element.id [ fhir:value "RequestGroup.action.textEquivalent" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.textEquivalent" ]; fhir:ElementDefinition.short [ fhir:value "Static text equivalent of the action, used if the dynamic aspects cannot be interpreted by the receiving system" ]; fhir:ElementDefinition.definition [ fhir:value "A text equivalent of the action to be performed. This provides a human-interpretable description of the action when the definition is consumed by a system that might not be capable of interpreting it dynamically." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.textEquivalent" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ] ], [ fhir:index 34; fhir:Element.id [ fhir:value "RequestGroup.action.priority" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.priority" ]; fhir:ElementDefinition.short [ fhir:value "routine | urgent | asap | stat" ]; fhir:ElementDefinition.definition [ fhir:value "Indicates how quickly the action should be addressed with respect to other actions." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.priority" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "code" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.binding [ fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName" ]; fhir:Extension.value [ fhir:value "RequestPriority" ] ]; fhir:ElementDefinition.strength [ fhir:value "required" ]; fhir:ElementDefinition.description [ fhir:value "Identifies the level of importance to be assigned to actioning the request." ]; fhir:ElementDefinition.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/request-priority" ] ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Request.priority" ] ] ], [ fhir:index 35; fhir:Element.id [ fhir:value "RequestGroup.action.code" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.code" ]; fhir:ElementDefinition.short [ fhir:value "Code representing the meaning of the action or sub-actions" ]; fhir:ElementDefinition.definition [ fhir:value "A code that provides meaning for the action or action group. For example, a section may have a LOINC code for a the section of a documentation template." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.code" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "CodeableConcept" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Request.code" ] ] ], [ fhir:index 36; fhir:Element.id [ fhir:value "RequestGroup.action.documentation" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.documentation" ]; fhir:ElementDefinition.short [ fhir:value "Supporting documentation for the intended performer of the action" ]; fhir:ElementDefinition.definition [ fhir:value "Didactic or other informational resources associated with the action that can be provided to the CDS recipient. Information resources can include inline text commentary and links to web resources." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.documentation" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "RelatedArtifact" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Request.supportingInfo" ] ] ], [ fhir:index 37; fhir:Element.id [ fhir:value "RequestGroup.action.condition" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.condition" ]; fhir:ElementDefinition.short [ fhir:value "Whether or not the action is applicable" ]; fhir:ElementDefinition.definition [ fhir:value "An expression that describes applicability criteria, or start/stop conditions for the action." ]; fhir:ElementDefinition.comment [ fhir:value "When multiple conditions of the same kind are present, the effects are combined using AND semantics, so the overall condition is true only if all of the conditions are true." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.condition" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "BackboneElement" ] ]; fhir:ElementDefinition.constraint [ fhir:index 0; fhir:ElementDefinition.key [ fhir:value "ele-1" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "All FHIR elements must have a @value or children" ]; fhir:ElementDefinition.expression [ fhir:value "hasValue() or (children().count() > id.count())" ]; fhir:ElementDefinition.xpath [ fhir:value "@value|f:*|h:div" ]; fhir:ElementDefinition.source [ fhir:value "Element" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 38; fhir:Element.id [ fhir:value "RequestGroup.action.condition.id" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.condition.id" ]; fhir:ElementDefinition.representation [ fhir:value "xmlAttr"; fhir:index 0 ]; fhir:ElementDefinition.short [ fhir:value "xml:id (or equivalent in JSON)" ]; fhir:ElementDefinition.definition [ fhir:value "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Element.id" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "n/a" ] ] ], [ fhir:index 39; fhir:Element.id [ fhir:value "RequestGroup.action.condition.extension" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.condition.extension" ]; fhir:ElementDefinition.short [ fhir:value "Additional content defined by implementations" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Element.extension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "n/a" ] ] ], [ fhir:index 40; fhir:Element.id [ fhir:value "RequestGroup.action.condition.modifierExtension" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.condition.modifierExtension" ]; fhir:ElementDefinition.short [ fhir:value "Extensions that cannot be ignored if unrecognized" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ], [ fhir:value "modifiers"; fhir:index 2 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "BackboneElement.modifierExtension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "true" ]; fhir:ElementDefinition.isModifierReason [ fhir:value "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "N/A" ] ] ], [ fhir:index 41; fhir:Element.id [ fhir:value "RequestGroup.action.condition.kind" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.condition.kind" ]; fhir:ElementDefinition.short [ fhir:value "applicability | start | stop" ]; fhir:ElementDefinition.definition [ fhir:value "The kind of condition." ]; fhir:ElementDefinition.comment [ fhir:value "Applicability criteria are used to determine immediate applicability when a plan definition is applied to a given context. Start and stop criteria are carried through application and used to describe enter/exit criteria for an action." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.condition.kind" ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "code" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.binding [ fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName" ]; fhir:Extension.value [ fhir:value "ActionConditionKind" ] ]; fhir:ElementDefinition.strength [ fhir:value "required" ]; fhir:ElementDefinition.description [ fhir:value "The kind of condition for the action." ]; fhir:ElementDefinition.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/action-condition-kind" ] ] ], [ fhir:index 42; fhir:Element.id [ fhir:value "RequestGroup.action.condition.description" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.condition.description" ]; fhir:ElementDefinition.short [ fhir:value "Natural language description of the condition" ]; fhir:ElementDefinition.definition [ fhir:value "A brief, natural language description of the condition that effectively communicates the intended semantics." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.condition.description" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 43; fhir:Element.id [ fhir:value "RequestGroup.action.condition.language" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.condition.language" ]; fhir:ElementDefinition.short [ fhir:value "Language of the expression" ]; fhir:ElementDefinition.definition [ fhir:value "The media type of the language for the expression." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.condition.language" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 44; fhir:Element.id [ fhir:value "RequestGroup.action.condition.expression" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.condition.expression" ]; fhir:ElementDefinition.short [ fhir:value "Boolean-valued expression" ]; fhir:ElementDefinition.definition [ fhir:value "An expression that returns true or false, indicating whether or not the condition is satisfied." ]; fhir:ElementDefinition.comment [ fhir:value "The expression may be inlined, or may be a reference to a named expression within a logic library referenced by the library element." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.condition.expression" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 45; fhir:Element.id [ fhir:value "RequestGroup.action.relatedAction" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.relatedAction" ]; fhir:ElementDefinition.short [ fhir:value "Relationship to another action" ]; fhir:ElementDefinition.definition [ fhir:value "A relationship to another action such as \"before\" or \"30-60 minutes after start of\"." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.relatedAction" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "BackboneElement" ] ]; fhir:ElementDefinition.constraint [ fhir:index 0; fhir:ElementDefinition.key [ fhir:value "ele-1" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "All FHIR elements must have a @value or children" ]; fhir:ElementDefinition.expression [ fhir:value "hasValue() or (children().count() > id.count())" ]; fhir:ElementDefinition.xpath [ fhir:value "@value|f:*|h:div" ]; fhir:ElementDefinition.source [ fhir:value "Element" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 46; fhir:Element.id [ fhir:value "RequestGroup.action.relatedAction.id" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.relatedAction.id" ]; fhir:ElementDefinition.representation [ fhir:value "xmlAttr"; fhir:index 0 ]; fhir:ElementDefinition.short [ fhir:value "xml:id (or equivalent in JSON)" ]; fhir:ElementDefinition.definition [ fhir:value "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Element.id" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "n/a" ] ] ], [ fhir:index 47; fhir:Element.id [ fhir:value "RequestGroup.action.relatedAction.extension" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.relatedAction.extension" ]; fhir:ElementDefinition.short [ fhir:value "Additional content defined by implementations" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "Element.extension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "n/a" ] ] ], [ fhir:index 48; fhir:Element.id [ fhir:value "RequestGroup.action.relatedAction.modifierExtension" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.relatedAction.modifierExtension" ]; fhir:ElementDefinition.short [ fhir:value "Extensions that cannot be ignored if unrecognized" ]; fhir:ElementDefinition.definition [ fhir:value "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." ]; fhir:ElementDefinition.comment [ fhir:value "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ]; fhir:ElementDefinition.alias [ fhir:value "extensions"; fhir:index 0 ], [ fhir:value "user content"; fhir:index 1 ], [ fhir:value "modifiers"; fhir:index 2 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "BackboneElement.modifierExtension" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Extension" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "true" ]; fhir:ElementDefinition.isModifierReason [ fhir:value "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "rim" ]; fhir:ElementDefinition.map [ fhir:value "N/A" ] ] ], [ fhir:index 49; fhir:Element.id [ fhir:value "RequestGroup.action.relatedAction.actionId" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.relatedAction.actionId" ]; fhir:ElementDefinition.short [ fhir:value "What action this is related to" ]; fhir:ElementDefinition.definition [ fhir:value "The element id of the action this is related to." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.relatedAction.actionId" ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "id" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 50; fhir:Element.id [ fhir:value "RequestGroup.action.relatedAction.relationship" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.relatedAction.relationship" ]; fhir:ElementDefinition.short [ fhir:value "before-start | before | before-end | concurrent-with-start | concurrent | concurrent-with-end | after-start | after | after-end" ]; fhir:ElementDefinition.definition [ fhir:value "The relationship of this action to the related action." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.relatedAction.relationship" ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "code" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.binding [ fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName" ]; fhir:Extension.value [ fhir:value "ActionRelationshipType" ] ]; fhir:ElementDefinition.strength [ fhir:value "required" ]; fhir:ElementDefinition.description [ fhir:value "Defines the types of relationships between actions." ]; fhir:ElementDefinition.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/action-relationship-type" ] ] ], [ fhir:index 51; fhir:Element.id [ fhir:value "RequestGroup.action.relatedAction.offset[x]" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.relatedAction.offset[x]" ]; fhir:ElementDefinition.short [ fhir:value "Time offset for the relationship" ]; fhir:ElementDefinition.definition [ fhir:value "A duration or range of durations to apply to the relationship. For example, 30-60 minutes before." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.relatedAction.offset[x]" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Duration" ] ], [ fhir:index 1; fhir:ElementDefinition.code [ fhir:value "Range" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 52; fhir:Element.id [ fhir:value "RequestGroup.action.timing[x]" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.timing[x]" ]; fhir:ElementDefinition.short [ fhir:value "When the action should take place" ]; fhir:ElementDefinition.definition [ fhir:value "An optional value describing when the action should be performed." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.timing[x]" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "dateTime" ] ], [ fhir:index 1; fhir:ElementDefinition.code [ fhir:value "Age" ] ], [ fhir:index 2; fhir:ElementDefinition.code [ fhir:value "Period" ] ], [ fhir:index 3; fhir:ElementDefinition.code [ fhir:value "Duration" ] ], [ fhir:index 4; fhir:ElementDefinition.code [ fhir:value "Range" ] ], [ fhir:index 5; fhir:ElementDefinition.code [ fhir:value "Timing" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Request.occurrence[x]" ] ] ], [ fhir:index 53; fhir:Element.id [ fhir:value "RequestGroup.action.participant" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.participant" ]; fhir:ElementDefinition.short [ fhir:value "Who should perform the action" ]; fhir:ElementDefinition.definition [ fhir:value "The participant that should perform or be responsible for this action." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.participant" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Reference" ]; fhir:ElementDefinition.targetProfile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Patient"; fhir:index 0 ], [ fhir:value "http://hl7.org/fhir/StructureDefinition/Practitioner"; fhir:index 1 ], [ fhir:value "http://hl7.org/fhir/StructureDefinition/RelatedPerson"; fhir:index 2 ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Request.performer" ] ], [ fhir:index 1; fhir:ElementDefinition.identity [ fhir:value "w5" ]; fhir:ElementDefinition.map [ fhir:value "FiveWs.actor" ] ] ], [ fhir:index 54; fhir:Element.id [ fhir:value "RequestGroup.action.type" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.type" ]; fhir:ElementDefinition.short [ fhir:value "create | update | remove | fire-event" ]; fhir:ElementDefinition.definition [ fhir:value "The type of action to perform (create, update, remove)." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.type" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "CodeableConcept" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.binding [ fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName" ]; fhir:Extension.value [ fhir:value "ActionType" ] ]; fhir:ElementDefinition.strength [ fhir:value "extensible" ]; fhir:ElementDefinition.description [ fhir:value "The type of action to be performed." ]; fhir:ElementDefinition.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/action-type" ] ] ], [ fhir:index 55; fhir:Element.id [ fhir:value "RequestGroup.action.groupingBehavior" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.groupingBehavior" ]; fhir:ElementDefinition.short [ fhir:value "visual-group | logical-group | sentence-group" ]; fhir:ElementDefinition.definition [ fhir:value "Defines the grouping behavior for the action and its children." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.groupingBehavior" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "code" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.binding [ fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName" ]; fhir:Extension.value [ fhir:value "ActionGroupingBehavior" ] ]; fhir:ElementDefinition.strength [ fhir:value "required" ]; fhir:ElementDefinition.description [ fhir:value "Defines organization behavior of a group." ]; fhir:ElementDefinition.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/action-grouping-behavior" ] ] ], [ fhir:index 56; fhir:Element.id [ fhir:value "RequestGroup.action.selectionBehavior" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.selectionBehavior" ]; fhir:ElementDefinition.short [ fhir:value "any | all | all-or-none | exactly-one | at-most-one | one-or-more" ]; fhir:ElementDefinition.definition [ fhir:value "Defines the selection behavior for the action and its children." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.selectionBehavior" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "code" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.binding [ fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName" ]; fhir:Extension.value [ fhir:value "ActionSelectionBehavior" ] ]; fhir:ElementDefinition.strength [ fhir:value "required" ]; fhir:ElementDefinition.description [ fhir:value "Defines selection behavior of a group." ]; fhir:ElementDefinition.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/action-selection-behavior" ] ] ], [ fhir:index 57; fhir:Element.id [ fhir:value "RequestGroup.action.requiredBehavior" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.requiredBehavior" ]; fhir:ElementDefinition.short [ fhir:value "must | could | must-unless-documented" ]; fhir:ElementDefinition.definition [ fhir:value "Defines the requiredness behavior for the action." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.requiredBehavior" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "code" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.binding [ fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName" ]; fhir:Extension.value [ fhir:value "ActionRequiredBehavior" ] ]; fhir:ElementDefinition.strength [ fhir:value "required" ]; fhir:ElementDefinition.description [ fhir:value "Defines requiredness behavior for selecting an action or an action group." ]; fhir:ElementDefinition.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/action-required-behavior" ] ] ], [ fhir:index 58; fhir:Element.id [ fhir:value "RequestGroup.action.precheckBehavior" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.precheckBehavior" ]; fhir:ElementDefinition.short [ fhir:value "yes | no" ]; fhir:ElementDefinition.definition [ fhir:value "Defines whether the action should usually be preselected." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.precheckBehavior" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "code" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.binding [ fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName" ]; fhir:Extension.value [ fhir:value "ActionPrecheckBehavior" ] ]; fhir:ElementDefinition.strength [ fhir:value "required" ]; fhir:ElementDefinition.description [ fhir:value "Defines selection frequency behavior for an action or group." ]; fhir:ElementDefinition.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/action-precheck-behavior" ] ] ], [ fhir:index 59; fhir:Element.id [ fhir:value "RequestGroup.action.cardinalityBehavior" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.cardinalityBehavior" ]; fhir:ElementDefinition.short [ fhir:value "single | multiple" ]; fhir:ElementDefinition.definition [ fhir:value "Defines whether the action can be selected multiple times." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.cardinalityBehavior" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "code" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ]; fhir:ElementDefinition.binding [ fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName" ]; fhir:Extension.value [ fhir:value "ActionCardinalityBehavior" ] ]; fhir:ElementDefinition.strength [ fhir:value "required" ]; fhir:ElementDefinition.description [ fhir:value "Defines behavior for an action or a group for how many times that item may be repeated." ]; fhir:ElementDefinition.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/action-cardinality-behavior" ] ] ], [ fhir:index 60; fhir:Element.id [ fhir:value "RequestGroup.action.resource" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.resource" ]; fhir:ElementDefinition.short [ fhir:value "The target of the action" ]; fhir:ElementDefinition.definition [ fhir:value "The resource that is the target of the action (e.g. CommunicationRequest)." ]; fhir:ElementDefinition.comment [ fhir:value "The target resource SHALL be a [Request](request.html) resource with a Request.intent set to \"option\"." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.resource" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ] ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Reference" ]; fhir:ElementDefinition.targetProfile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Resource"; fhir:index 0 ] ]; fhir:ElementDefinition.condition [ fhir:value "rqg-1"; fhir:index 0 ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ], [ fhir:index 61; fhir:Element.id [ fhir:value "RequestGroup.action.action" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.action" ]; fhir:ElementDefinition.short [ fhir:value "Sub action" ]; fhir:ElementDefinition.definition [ fhir:value "Sub actions." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.base [ fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.action" ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ] ]; fhir:ElementDefinition.contentReference [ fhir:value "#RequestGroup.action" ]; fhir:ElementDefinition.condition [ fhir:value "rqg-1"; fhir:index 0 ]; fhir:ElementDefinition.isModifier [ fhir:value "false" ]; fhir:ElementDefinition.isSummary [ fhir:value "false" ] ] ]; fhir:StructureDefinition.differential [ fhir:StructureDefinition.element [ fhir:index 0; fhir:Element.id [ fhir:value "RequestGroup" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup" ]; fhir:ElementDefinition.short [ fhir:value "A group of related requests" ]; fhir:ElementDefinition.definition [ fhir:value "A group of related requests that can be used to capture intended activities that have inter-dependencies such as \"give this medication after that one\"." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Request" ] ] ], [ fhir:index 1; fhir:Element.id [ fhir:value "RequestGroup.identifier" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.identifier" ]; fhir:ElementDefinition.short [ fhir:value "Business identifier" ]; fhir:ElementDefinition.definition [ fhir:value "Allows a service to provide a unique, business identifier for the request." ]; fhir:ElementDefinition.requirements [ fhir:value "Allows identification of the request as it is known by various participating systems and in a way that remains consistent across servers." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Identifier" ] ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Request.identifier" ] ], [ fhir:index 1; fhir:ElementDefinition.identity [ fhir:value "w5" ]; fhir:ElementDefinition.map [ fhir:value "FiveWs.identifier" ] ] ], [ fhir:index 2; fhir:Element.id [ fhir:value "RequestGroup.instantiatesCanonical" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.instantiatesCanonical" ]; fhir:ElementDefinition.short [ fhir:value "Instantiates FHIR protocol or definition" ]; fhir:ElementDefinition.definition [ fhir:value "A canonical URL referencing a FHIR-defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this request." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "canonical" ] ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Request.instantiatesCanonical" ] ] ], [ fhir:index 3; fhir:Element.id [ fhir:value "RequestGroup.instantiatesUri" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.instantiatesUri" ]; fhir:ElementDefinition.short [ fhir:value "Instantiates external protocol or definition" ]; fhir:ElementDefinition.definition [ fhir:value "A URL referencing an externally defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this request." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "uri" ] ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Request.instantiatesUri" ] ] ], [ fhir:index 4; fhir:Element.id [ fhir:value "RequestGroup.basedOn" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.basedOn" ]; fhir:ElementDefinition.short [ fhir:value "Fulfills plan, proposal, or order" ]; fhir:ElementDefinition.definition [ fhir:value "A plan, proposal or order that is fulfilled in whole or in part by this request." ]; fhir:ElementDefinition.requirements [ fhir:value "Allows tracing of authorization for the request and tracking whether proposals/recommendations were acted upon." ]; fhir:ElementDefinition.alias [ fhir:value "fulfills"; fhir:index 0 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Reference" ]; fhir:ElementDefinition.targetProfile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Resource"; fhir:index 0 ] ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Request.basedOn" ] ] ], [ fhir:index 5; fhir:Element.id [ fhir:value "RequestGroup.replaces" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.replaces" ]; fhir:ElementDefinition.short [ fhir:value "Request(s) replaced by this request" ]; fhir:ElementDefinition.definition [ fhir:value "Completed or terminated request(s) whose function is taken by this new request." ]; fhir:ElementDefinition.comment [ fhir:value "The replacement could be because the initial request was immediately rejected (due to an issue) or because the previous request was completed, but the need for the action described by the request remains ongoing." ]; fhir:ElementDefinition.requirements [ fhir:value "Allows tracing the continuation of a therapy or administrative process instantiated through multiple requests." ]; fhir:ElementDefinition.alias [ fhir:value "supersedes"; fhir:index 0 ], [ fhir:value "prior"; fhir:index 1 ], [ fhir:value "renewed order"; fhir:index 2 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Reference" ]; fhir:ElementDefinition.targetProfile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Resource"; fhir:index 0 ] ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Request.replaces" ] ] ], [ fhir:index 6; fhir:Element.id [ fhir:value "RequestGroup.groupIdentifier" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.groupIdentifier" ]; fhir:ElementDefinition.short [ fhir:value "Composite request this is part of" ]; fhir:ElementDefinition.definition [ fhir:value "A shared identifier common to all requests that were authorized more or less simultaneously by a single author, representing the identifier of the requisition, prescription or similar form." ]; fhir:ElementDefinition.comment [ fhir:value "Requests are linked either by a \"basedOn\" relationship (i.e. one request is fulfilling another) or by having a common requisition. Requests that are part of the same requisition are generally treated independently from the perspective of changing their state or maintaining them after initial creation." ]; fhir:ElementDefinition.requirements [ fhir:value "Some business processes need to know if multiple items were ordered as part of the same \"prescription\" or \"requisition\" for billing or other purposes." ]; fhir:ElementDefinition.alias [ fhir:value "grouperid"; fhir:index 0 ], [ fhir:value "requisition"; fhir:index 1 ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Identifier" ] ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Request.groupIdentifier" ] ] ], [ fhir:index 7; fhir:Element.id [ fhir:value "RequestGroup.status" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.status" ]; fhir:ElementDefinition.short [ fhir:value "draft | active | suspended | cancelled | completed | entered-in-error | unknown" ]; fhir:ElementDefinition.definition [ fhir:value "The current state of the request. For request groups, the status reflects the status of all the requests in the group." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "code" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "true" ]; fhir:ElementDefinition.isModifierReason [ fhir:value "This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.binding [ fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName" ]; fhir:Extension.value [ fhir:value "RequestStatus" ] ]; fhir:ElementDefinition.strength [ fhir:value "required" ]; fhir:ElementDefinition.description [ fhir:value "Codes identifying the lifecycle stage of a request." ]; fhir:ElementDefinition.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/request-status" ] ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Request.status" ] ], [ fhir:index 1; fhir:ElementDefinition.identity [ fhir:value "w5" ]; fhir:ElementDefinition.map [ fhir:value "FiveWs.status" ] ] ], [ fhir:index 8; fhir:Element.id [ fhir:value "RequestGroup.intent" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.intent" ]; fhir:ElementDefinition.short [ fhir:value "proposal | plan | order" ]; fhir:ElementDefinition.definition [ fhir:value "Indicates the level of authority/intentionality associated with the request and where the request fits into the workflow chain." ]; fhir:ElementDefinition.requirements [ fhir:value "Proposals/recommendations, plans and orders all use the same structure and can exist in the same fulfillment chain." ]; fhir:ElementDefinition.alias [ fhir:value "category"; fhir:index 0 ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "code" ] ]; fhir:ElementDefinition.isModifier [ fhir:value "true" ]; fhir:ElementDefinition.isModifierReason [ fhir:value "This element changes the interpretation of all descriptive attributes. For example \"the time the request is recommended to occur\" vs. \"the time the request is authorized to occur\" or \"who is recommended to perform the request\" vs. \"who is authorized to perform the request" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.binding [ fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName" ]; fhir:Extension.value [ fhir:value "RequestIntent" ] ]; fhir:ElementDefinition.strength [ fhir:value "required" ]; fhir:ElementDefinition.description [ fhir:value "Codes indicating the degree of authority/intentionality associated with a request." ]; fhir:ElementDefinition.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/request-intent" ] ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Request.intent" ] ], [ fhir:index 1; fhir:ElementDefinition.identity [ fhir:value "w5" ]; fhir:ElementDefinition.map [ fhir:value "FiveWs.class" ] ] ], [ fhir:index 9; fhir:Element.id [ fhir:value "RequestGroup.priority" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.priority" ]; fhir:ElementDefinition.short [ fhir:value "routine | urgent | asap | stat" ]; fhir:ElementDefinition.definition [ fhir:value "Indicates how quickly the request should be addressed with respect to other requests." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "code" ] ]; fhir:ElementDefinition.meaningWhenMissing [ fhir:value "If missing, this request should be performed with normal priority" ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.binding [ fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName" ]; fhir:Extension.value [ fhir:value "RequestPriority" ] ]; fhir:ElementDefinition.strength [ fhir:value "required" ]; fhir:ElementDefinition.description [ fhir:value "Identifies the level of importance to be assigned to actioning the request." ]; fhir:ElementDefinition.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/request-priority" ] ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Request.priority" ] ], [ fhir:index 1; fhir:ElementDefinition.identity [ fhir:value "w5" ]; fhir:ElementDefinition.map [ fhir:value "FiveWs.grade" ] ] ], [ fhir:index 10; fhir:Element.id [ fhir:value "RequestGroup.code" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.code" ]; fhir:ElementDefinition.short [ fhir:value "What's being requested/ordered" ]; fhir:ElementDefinition.definition [ fhir:value "A code that identifies what the overall request group is." ]; fhir:ElementDefinition.comment [ fhir:value "This element can be used to provide a code that captures the meaning of the request group as a whole, as opposed to the code of the action element, which captures the meaning of the individual actions within the request group." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "CodeableConcept" ] ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Request.code" ] ], [ fhir:index 1; fhir:ElementDefinition.identity [ fhir:value "w5" ]; fhir:ElementDefinition.map [ fhir:value "FiveWs.what[x]" ] ] ], [ fhir:index 11; fhir:Element.id [ fhir:value "RequestGroup.subject" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.subject" ]; fhir:ElementDefinition.short [ fhir:value "Who the request group is about" ]; fhir:ElementDefinition.definition [ fhir:value "The subject for which the request group was created." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Reference" ]; fhir:ElementDefinition.targetProfile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Patient"; fhir:index 0 ], [ fhir:value "http://hl7.org/fhir/StructureDefinition/Group"; fhir:index 1 ] ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Request.subject" ] ], [ fhir:index 1; fhir:ElementDefinition.identity [ fhir:value "w5" ]; fhir:ElementDefinition.map [ fhir:value "FiveWs.subject[x]" ] ], [ fhir:index 2; fhir:ElementDefinition.identity [ fhir:value "w5" ]; fhir:ElementDefinition.map [ fhir:value "FiveWs.subject" ] ] ], [ fhir:index 12; fhir:Element.id [ fhir:value "RequestGroup.context" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.context" ]; fhir:ElementDefinition.short [ fhir:value "Encounter or Episode for the request group" ]; fhir:ElementDefinition.definition [ fhir:value "Describes the context of the request group, if any." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Reference" ]; fhir:ElementDefinition.targetProfile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Encounter"; fhir:index 0 ], [ fhir:value "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare"; fhir:index 1 ] ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Request.context" ] ], [ fhir:index 1; fhir:ElementDefinition.identity [ fhir:value "w5" ]; fhir:ElementDefinition.map [ fhir:value "FiveWs.context" ] ] ], [ fhir:index 13; fhir:Element.id [ fhir:value "RequestGroup.authoredOn" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.authoredOn" ]; fhir:ElementDefinition.short [ fhir:value "When the request group was authored" ]; fhir:ElementDefinition.definition [ fhir:value "Indicates when the request group was created." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "dateTime" ] ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Request.authoredOn" ] ], [ fhir:index 1; fhir:ElementDefinition.identity [ fhir:value "w5" ]; fhir:ElementDefinition.map [ fhir:value "FiveWs.recorded" ] ] ], [ fhir:index 14; fhir:Element.id [ fhir:value "RequestGroup.author" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.author" ]; fhir:ElementDefinition.short [ fhir:value "Device or practitioner that authored the request group" ]; fhir:ElementDefinition.definition [ fhir:value "Provides a reference to the author of the request group." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Reference" ]; fhir:ElementDefinition.targetProfile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Device"; fhir:index 0 ], [ fhir:value "http://hl7.org/fhir/StructureDefinition/Practitioner"; fhir:index 1 ] ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Request.requester" ] ], [ fhir:index 1; fhir:ElementDefinition.identity [ fhir:value "w5" ]; fhir:ElementDefinition.map [ fhir:value "FiveWs.author" ] ] ], [ fhir:index 15; fhir:Element.id [ fhir:value "RequestGroup.reasonCode" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.reasonCode" ]; fhir:ElementDefinition.short [ fhir:value "Why the request group is needed" ]; fhir:ElementDefinition.definition [ fhir:value "Describes the reason for the request group in coded or textual form." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "CodeableConcept" ] ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Request.reasonCode" ] ], [ fhir:index 1; fhir:ElementDefinition.identity [ fhir:value "w5" ]; fhir:ElementDefinition.map [ fhir:value "FiveWs.why[x]" ] ] ], [ fhir:index 16; fhir:Element.id [ fhir:value "RequestGroup.reasonReference" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.reasonReference" ]; fhir:ElementDefinition.short [ fhir:value "Why the request group is needed" ]; fhir:ElementDefinition.definition [ fhir:value "Indicates another resource whose existence justifies this request group." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Reference" ]; fhir:ElementDefinition.targetProfile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Condition"; fhir:index 0 ], [ fhir:value "http://hl7.org/fhir/StructureDefinition/Observation"; fhir:index 1 ], [ fhir:value "http://hl7.org/fhir/StructureDefinition/DiagnosticReport"; fhir:index 2 ], [ fhir:value "http://hl7.org/fhir/StructureDefinition/DocumentReference"; fhir:index 3 ] ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Request.reasonReference" ] ], [ fhir:index 1; fhir:ElementDefinition.identity [ fhir:value "w5" ]; fhir:ElementDefinition.map [ fhir:value "FiveWs.why[x]" ] ] ], [ fhir:index 17; fhir:Element.id [ fhir:value "RequestGroup.note" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.note" ]; fhir:ElementDefinition.short [ fhir:value "Additional notes about the response" ]; fhir:ElementDefinition.definition [ fhir:value "Provides a mechanism to communicate additional information about the response." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Annotation" ] ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Request.note" ] ] ], [ fhir:index 18; fhir:Element.id [ fhir:value "RequestGroup.action" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action" ]; fhir:ElementDefinition.short [ fhir:value "Proposed actions, if any" ]; fhir:ElementDefinition.definition [ fhir:value "The actions, if any, produced by the evaluation of the artifact." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "BackboneElement" ] ]; fhir:ElementDefinition.constraint [ fhir:index 0; fhir:ElementDefinition.key [ fhir:value "rqg-1" ]; fhir:ElementDefinition.severity [ fhir:value "error" ]; fhir:ElementDefinition.human [ fhir:value "Must have resource or action but not both" ]; fhir:ElementDefinition.expression [ fhir:value "resource.exists() != action.exists()" ]; fhir:ElementDefinition.xpath [ fhir:value "exists(f:resource) != exists(f:action)" ] ] ], [ fhir:index 19; fhir:Element.id [ fhir:value "RequestGroup.action.prefix" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.prefix" ]; fhir:ElementDefinition.short [ fhir:value "User-visible prefix for the action (e.g. 1. or A.)" ]; fhir:ElementDefinition.definition [ fhir:value "A user-visible prefix for the action." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ] ], [ fhir:index 20; fhir:Element.id [ fhir:value "RequestGroup.action.title" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.title" ]; fhir:ElementDefinition.short [ fhir:value "User-visible title" ]; fhir:ElementDefinition.definition [ fhir:value "The title of the action displayed to a user." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ] ], [ fhir:index 21; fhir:Element.id [ fhir:value "RequestGroup.action.description" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.description" ]; fhir:ElementDefinition.short [ fhir:value "Short description of the action" ]; fhir:ElementDefinition.definition [ fhir:value "A short description of the action used to provide a summary to display to the user." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ] ], [ fhir:index 22; fhir:Element.id [ fhir:value "RequestGroup.action.textEquivalent" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.textEquivalent" ]; fhir:ElementDefinition.short [ fhir:value "Static text equivalent of the action, used if the dynamic aspects cannot be interpreted by the receiving system" ]; fhir:ElementDefinition.definition [ fhir:value "A text equivalent of the action to be performed. This provides a human-interpretable description of the action when the definition is consumed by a system that might not be capable of interpreting it dynamically." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ]; fhir:ElementDefinition.isSummary [ fhir:value "true" ] ], [ fhir:index 23; fhir:Element.id [ fhir:value "RequestGroup.action.priority" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.priority" ]; fhir:ElementDefinition.short [ fhir:value "routine | urgent | asap | stat" ]; fhir:ElementDefinition.definition [ fhir:value "Indicates how quickly the action should be addressed with respect to other actions." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "code" ] ]; fhir:ElementDefinition.binding [ fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName" ]; fhir:Extension.value [ fhir:value "RequestPriority" ] ]; fhir:ElementDefinition.strength [ fhir:value "required" ]; fhir:ElementDefinition.description [ fhir:value "Identifies the level of importance to be assigned to actioning the request." ]; fhir:ElementDefinition.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/request-priority" ] ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Request.priority" ] ] ], [ fhir:index 24; fhir:Element.id [ fhir:value "RequestGroup.action.code" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.code" ]; fhir:ElementDefinition.short [ fhir:value "Code representing the meaning of the action or sub-actions" ]; fhir:ElementDefinition.definition [ fhir:value "A code that provides meaning for the action or action group. For example, a section may have a LOINC code for a the section of a documentation template." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "CodeableConcept" ] ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Request.code" ] ] ], [ fhir:index 25; fhir:Element.id [ fhir:value "RequestGroup.action.documentation" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.documentation" ]; fhir:ElementDefinition.short [ fhir:value "Supporting documentation for the intended performer of the action" ]; fhir:ElementDefinition.definition [ fhir:value "Didactic or other informational resources associated with the action that can be provided to the CDS recipient. Information resources can include inline text commentary and links to web resources." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "RelatedArtifact" ] ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Request.supportingInfo" ] ] ], [ fhir:index 26; fhir:Element.id [ fhir:value "RequestGroup.action.condition" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.condition" ]; fhir:ElementDefinition.short [ fhir:value "Whether or not the action is applicable" ]; fhir:ElementDefinition.definition [ fhir:value "An expression that describes applicability criteria, or start/stop conditions for the action." ]; fhir:ElementDefinition.comment [ fhir:value "When multiple conditions of the same kind are present, the effects are combined using AND semantics, so the overall condition is true only if all of the conditions are true." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "BackboneElement" ] ] ], [ fhir:index 27; fhir:Element.id [ fhir:value "RequestGroup.action.condition.kind" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.condition.kind" ]; fhir:ElementDefinition.short [ fhir:value "applicability | start | stop" ]; fhir:ElementDefinition.definition [ fhir:value "The kind of condition." ]; fhir:ElementDefinition.comment [ fhir:value "Applicability criteria are used to determine immediate applicability when a plan definition is applied to a given context. Start and stop criteria are carried through application and used to describe enter/exit criteria for an action." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "code" ] ]; fhir:ElementDefinition.binding [ fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName" ]; fhir:Extension.value [ fhir:value "ActionConditionKind" ] ]; fhir:ElementDefinition.strength [ fhir:value "required" ]; fhir:ElementDefinition.description [ fhir:value "The kind of condition for the action." ]; fhir:ElementDefinition.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/action-condition-kind" ] ] ], [ fhir:index 28; fhir:Element.id [ fhir:value "RequestGroup.action.condition.description" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.condition.description" ]; fhir:ElementDefinition.short [ fhir:value "Natural language description of the condition" ]; fhir:ElementDefinition.definition [ fhir:value "A brief, natural language description of the condition that effectively communicates the intended semantics." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ] ], [ fhir:index 29; fhir:Element.id [ fhir:value "RequestGroup.action.condition.language" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.condition.language" ]; fhir:ElementDefinition.short [ fhir:value "Language of the expression" ]; fhir:ElementDefinition.definition [ fhir:value "The media type of the language for the expression." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ] ], [ fhir:index 30; fhir:Element.id [ fhir:value "RequestGroup.action.condition.expression" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.condition.expression" ]; fhir:ElementDefinition.short [ fhir:value "Boolean-valued expression" ]; fhir:ElementDefinition.definition [ fhir:value "An expression that returns true or false, indicating whether or not the condition is satisfied." ]; fhir:ElementDefinition.comment [ fhir:value "The expression may be inlined, or may be a reference to a named expression within a logic library referenced by the library element." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "string" ] ] ], [ fhir:index 31; fhir:Element.id [ fhir:value "RequestGroup.action.relatedAction" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.relatedAction" ]; fhir:ElementDefinition.short [ fhir:value "Relationship to another action" ]; fhir:ElementDefinition.definition [ fhir:value "A relationship to another action such as \"before\" or \"30-60 minutes after start of\"." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "BackboneElement" ] ] ], [ fhir:index 32; fhir:Element.id [ fhir:value "RequestGroup.action.relatedAction.actionId" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.relatedAction.actionId" ]; fhir:ElementDefinition.short [ fhir:value "What action this is related to" ]; fhir:ElementDefinition.definition [ fhir:value "The element id of the action this is related to." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "id" ] ] ], [ fhir:index 33; fhir:Element.id [ fhir:value "RequestGroup.action.relatedAction.relationship" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.relatedAction.relationship" ]; fhir:ElementDefinition.short [ fhir:value "before-start | before | before-end | concurrent-with-start | concurrent | concurrent-with-end | after-start | after | after-end" ]; fhir:ElementDefinition.definition [ fhir:value "The relationship of this action to the related action." ]; fhir:ElementDefinition.min [ fhir:value "1" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "code" ] ]; fhir:ElementDefinition.binding [ fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName" ]; fhir:Extension.value [ fhir:value "ActionRelationshipType" ] ]; fhir:ElementDefinition.strength [ fhir:value "required" ]; fhir:ElementDefinition.description [ fhir:value "Defines the types of relationships between actions." ]; fhir:ElementDefinition.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/action-relationship-type" ] ] ], [ fhir:index 34; fhir:Element.id [ fhir:value "RequestGroup.action.relatedAction.offset[x]" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.relatedAction.offset[x]" ]; fhir:ElementDefinition.short [ fhir:value "Time offset for the relationship" ]; fhir:ElementDefinition.definition [ fhir:value "A duration or range of durations to apply to the relationship. For example, 30-60 minutes before." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Duration" ] ], [ fhir:index 1; fhir:ElementDefinition.code [ fhir:value "Range" ] ] ], [ fhir:index 35; fhir:Element.id [ fhir:value "RequestGroup.action.timing[x]" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.timing[x]" ]; fhir:ElementDefinition.short [ fhir:value "When the action should take place" ]; fhir:ElementDefinition.definition [ fhir:value "An optional value describing when the action should be performed." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "dateTime" ] ], [ fhir:index 1; fhir:ElementDefinition.code [ fhir:value "Age" ] ], [ fhir:index 2; fhir:ElementDefinition.code [ fhir:value "Period" ] ], [ fhir:index 3; fhir:ElementDefinition.code [ fhir:value "Duration" ] ], [ fhir:index 4; fhir:ElementDefinition.code [ fhir:value "Range" ] ], [ fhir:index 5; fhir:ElementDefinition.code [ fhir:value "Timing" ] ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Request.occurrence[x]" ] ] ], [ fhir:index 36; fhir:Element.id [ fhir:value "RequestGroup.action.participant" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.participant" ]; fhir:ElementDefinition.short [ fhir:value "Who should perform the action" ]; fhir:ElementDefinition.definition [ fhir:value "The participant that should perform or be responsible for this action." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Reference" ]; fhir:ElementDefinition.targetProfile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Patient"; fhir:index 0 ], [ fhir:value "http://hl7.org/fhir/StructureDefinition/Practitioner"; fhir:index 1 ], [ fhir:value "http://hl7.org/fhir/StructureDefinition/RelatedPerson"; fhir:index 2 ] ]; fhir:ElementDefinition.mapping [ fhir:index 0; fhir:ElementDefinition.identity [ fhir:value "workflow" ]; fhir:ElementDefinition.map [ fhir:value "Request.performer" ] ], [ fhir:index 1; fhir:ElementDefinition.identity [ fhir:value "w5" ]; fhir:ElementDefinition.map [ fhir:value "FiveWs.actor" ] ] ], [ fhir:index 37; fhir:Element.id [ fhir:value "RequestGroup.action.type" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.type" ]; fhir:ElementDefinition.short [ fhir:value "create | update | remove | fire-event" ]; fhir:ElementDefinition.definition [ fhir:value "The type of action to perform (create, update, remove)." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "CodeableConcept" ] ]; fhir:ElementDefinition.binding [ fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName" ]; fhir:Extension.value [ fhir:value "ActionType" ] ]; fhir:ElementDefinition.strength [ fhir:value "extensible" ]; fhir:ElementDefinition.description [ fhir:value "The type of action to be performed." ]; fhir:ElementDefinition.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/action-type" ] ] ], [ fhir:index 38; fhir:Element.id [ fhir:value "RequestGroup.action.groupingBehavior" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.groupingBehavior" ]; fhir:ElementDefinition.short [ fhir:value "visual-group | logical-group | sentence-group" ]; fhir:ElementDefinition.definition [ fhir:value "Defines the grouping behavior for the action and its children." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "code" ] ]; fhir:ElementDefinition.binding [ fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName" ]; fhir:Extension.value [ fhir:value "ActionGroupingBehavior" ] ]; fhir:ElementDefinition.strength [ fhir:value "required" ]; fhir:ElementDefinition.description [ fhir:value "Defines organization behavior of a group." ]; fhir:ElementDefinition.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/action-grouping-behavior" ] ] ], [ fhir:index 39; fhir:Element.id [ fhir:value "RequestGroup.action.selectionBehavior" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.selectionBehavior" ]; fhir:ElementDefinition.short [ fhir:value "any | all | all-or-none | exactly-one | at-most-one | one-or-more" ]; fhir:ElementDefinition.definition [ fhir:value "Defines the selection behavior for the action and its children." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "code" ] ]; fhir:ElementDefinition.binding [ fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName" ]; fhir:Extension.value [ fhir:value "ActionSelectionBehavior" ] ]; fhir:ElementDefinition.strength [ fhir:value "required" ]; fhir:ElementDefinition.description [ fhir:value "Defines selection behavior of a group." ]; fhir:ElementDefinition.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/action-selection-behavior" ] ] ], [ fhir:index 40; fhir:Element.id [ fhir:value "RequestGroup.action.requiredBehavior" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.requiredBehavior" ]; fhir:ElementDefinition.short [ fhir:value "must | could | must-unless-documented" ]; fhir:ElementDefinition.definition [ fhir:value "Defines the requiredness behavior for the action." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "code" ] ]; fhir:ElementDefinition.binding [ fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName" ]; fhir:Extension.value [ fhir:value "ActionRequiredBehavior" ] ]; fhir:ElementDefinition.strength [ fhir:value "required" ]; fhir:ElementDefinition.description [ fhir:value "Defines requiredness behavior for selecting an action or an action group." ]; fhir:ElementDefinition.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/action-required-behavior" ] ] ], [ fhir:index 41; fhir:Element.id [ fhir:value "RequestGroup.action.precheckBehavior" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.precheckBehavior" ]; fhir:ElementDefinition.short [ fhir:value "yes | no" ]; fhir:ElementDefinition.definition [ fhir:value "Defines whether the action should usually be preselected." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "code" ] ]; fhir:ElementDefinition.binding [ fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName" ]; fhir:Extension.value [ fhir:value "ActionPrecheckBehavior" ] ]; fhir:ElementDefinition.strength [ fhir:value "required" ]; fhir:ElementDefinition.description [ fhir:value "Defines selection frequency behavior for an action or group." ]; fhir:ElementDefinition.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/action-precheck-behavior" ] ] ], [ fhir:index 42; fhir:Element.id [ fhir:value "RequestGroup.action.cardinalityBehavior" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.cardinalityBehavior" ]; fhir:ElementDefinition.short [ fhir:value "single | multiple" ]; fhir:ElementDefinition.definition [ fhir:value "Defines whether the action can be selected multiple times." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "code" ] ]; fhir:ElementDefinition.binding [ fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName" ]; fhir:Extension.value [ fhir:value "ActionCardinalityBehavior" ] ]; fhir:ElementDefinition.strength [ fhir:value "required" ]; fhir:ElementDefinition.description [ fhir:value "Defines behavior for an action or a group for how many times that item may be repeated." ]; fhir:ElementDefinition.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/action-cardinality-behavior" ] ] ], [ fhir:index 43; fhir:Element.id [ fhir:value "RequestGroup.action.resource" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.resource" ]; fhir:ElementDefinition.short [ fhir:value "The target of the action" ]; fhir:ElementDefinition.definition [ fhir:value "The resource that is the target of the action (e.g. CommunicationRequest)." ]; fhir:ElementDefinition.comment [ fhir:value "The target resource SHALL be a [Request](request.html) resource with a Request.intent set to \"option\"." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "1" ]; fhir:ElementDefinition.type [ fhir:index 0; fhir:ElementDefinition.code [ fhir:value "Reference" ]; fhir:ElementDefinition.targetProfile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Resource"; fhir:index 0 ] ]; fhir:ElementDefinition.condition [ fhir:value "rqg-1"; fhir:index 0 ] ], [ fhir:index 44; fhir:Element.id [ fhir:value "RequestGroup.action.action" ]; fhir:ElementDefinition.path [ fhir:value "RequestGroup.action.action" ]; fhir:ElementDefinition.short [ fhir:value "Sub action" ]; fhir:ElementDefinition.definition [ fhir:value "Sub actions." ]; fhir:ElementDefinition.min [ fhir:value "0" ]; fhir:ElementDefinition.max [ fhir:value "*" ]; fhir:ElementDefinition.contentReference [ fhir:value "#RequestGroup.action" ]; fhir:ElementDefinition.condition [ fhir:value "rqg-1"; fhir:index 0 ] ] ] . # -------------------------------------------------------------------------------------
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.