R4 Ballot #1 (Mixed Normative/Trial use)

This page is part of the FHIR Specification (v3.3.0: R4 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3

FHIR Infrastructure Work GroupMaturity Level: 4Ballot Status: Normative

Normative Candidate Note: Some of the content on this page (marked clearly) is candidate normative content for R4 in the Infrastructure Package. Once normative, it will lose it's Maturity Level, and breaking changes will no longer be made.

Table of Contents

ContactDetail Contributor DataRequirement ParameterDefinition
RelatedArtifact TriggerDefinition UsageContext

See also Base Definition, Examples and Mappings.

ContactDetail
Standards StatusThis element has a standards status of "Normative" which is different to the status of the whole resource
Element IdContactDetail
Definition

Specifies contact information for a person or organization.

Control1..1
Requirements

Need to track contact information in the same way across multiple resources.

Summarytrue
ContactDetail.name
Element IdContactDetail.name
Definition

The name of an individual to contact.

Control0..1
Typestring
Summarytrue
Comments

If there is no named individual, the telecom information is for the organization as a whole.

ContactDetail.telecom
Element IdContactDetail.telecom
Definition

The contact details for the individual (if a name was provided) or the organization.

Control0..*
TypeContactPoint
Summarytrue

Normative Candidate Note: This DataType is candidate normative content as part of the overall resource for R4 in the Infrastructure Package. Once normative, it will lose it's Maturity Level, and breaking changes will no longer be made.

See also Base Definition, Examples and Mappings.

Contributor
Standards StatusThis element has a standards status of "Trial Use" which is different to the status of the whole resource
Element IdContributor
Definition

A contributor to the content of a knowledge asset, including authors, editors, reviewers, and endorsers.

Control1..1
Requirements

Need to track contributor information in the same way across multiple resources.

Summarytrue
Contributor.type
Element IdContributor.type
Definition

The type of contributor.

Control1..1
Terminology BindingContributorType (Required)
Typecode
Summarytrue
Contributor.name
Element IdContributor.name
Definition

The name of the individual or organization responsible for the contribution.

Control1..1
Typestring
Summarytrue
Contributor.contact
Element IdContributor.contact
Definition

Contact details to assist a user in finding and communicating with the contributor.

Control0..*
TypeContactDetail
Summarytrue

Normative Candidate Note: This DataType (and the rest on this page) is not normative - it is still undergoing Trial Use while more experience is gathered.

See also Base Definition, Examples and Mappings.

DataRequirement
Standards StatusThis element has a standards status of "Trial Use" which is different to the status of the whole resource
Element IdDataRequirement
Definition

Describes a required data item for evaluation in terms of the type of data, and optional code or date-based filters of the data.

Control1..1
Summarytrue
DataRequirement.type
Element IdDataRequirement.type
Definition

The type of the required data, specified as the type name of a resource. For profiles, this value is set to the type of the base resource of the profile.

Control1..1
Terminology BindingAny defined Resource or Data Type name (including "Any" and "Type")
Typecode
Summarytrue
DataRequirement.profile
Element IdDataRequirement.profile
Definition

The profile of the required data, specified as the uri of the profile definition.

Control0..*
Typecanonical(StructureDefinition)
Summarytrue
DataRequirement.subject[x]
Element IdDataRequirement.subject[x]
Definition

The intended subjects of the data requirement. If this element is not provided, a Patient subject is assumed.

Control0..1
Terminology BindingSubjectType (Extensible)
TypeCodeableConcept|Reference(Group)
[x] NoteSee Choice of Data Types for further information about how to use [x]
Meaning if MissingPatient
Summarytrue
Comments

The subject of a data requirement is critical, as the data being specified is determined with respect to a particular subject. This corresponds roughly to the notion of a Compartment in that it limits what data is available based on its relationship to the subject. In CQL, this corresponds to the context declaration.

DataRequirement.mustSupport
Element IdDataRequirement.mustSupport
Definition

Indicates that specific elements of the type are referenced by the knowledge module and must be supported by the consumer in order to obtain an effective evaluation. This does not mean that a value is required for this element, only that the consuming system must understand the element and be able to provide values for it if they are available. Note that the value for this element can be a path to allow references to nested elements. In that case, all the elements along the path must be supported.

Control0..*
Typestring
Summarytrue
DataRequirement.codeFilter
Element IdDataRequirement.codeFilter
Definition

Code filters specify additional constraints on the data, specifying the value set of interest for a particular element of the data. Each code filter defines an additional constraint on the data, i.e. code filters are AND'ed, not OR'ed.

Control0..*
Summarytrue
DataRequirement.codeFilter.path
Element IdDataRequirement.codeFilter.path
Definition

The code-valued attribute of the filter. The specified path must be resolvable from the type of the required data. The path is allowed to contain qualifiers (.) to traverse sub-elements, as well as indexers ([x]) to traverse multiple-cardinality sub-elements. Note that the index must be an integer constant. The path must resolve to an element of type code, Coding, or CodeableConcept.

Control1..1
Typestring
Summarytrue
Comments

The path attribute contains a Simple FHIRPath Subset that allows path traversal, but not calculation.

DataRequirement.codeFilter.valueSet[x]
Element IdDataRequirement.codeFilter.valueSet[x]
Definition

The valueset for the code filter. The valueSet and code elements are additive. If valueSet is specified, the filter will return only those data items for which the value of the code-valued element specified in the path is a member of the specified valueset.

Control0..1
Typeuri|canonical(ValueSet)
[x] NoteSee Choice of Data Types for further information about how to use [x]
Summarytrue
DataRequirement.codeFilter.code
Element IdDataRequirement.codeFilter.code
Definition

The codes for the code filter. If values are given, the filter will return only those data items for which the code-valued attribute specified by the path has a value that is one of the specified codes. If codes are specified in addition to a value set, the filter returns items matching a code in the value set or one of the specified codes.

Control0..*
TypeCoding
Summarytrue
DataRequirement.dateFilter
Element IdDataRequirement.dateFilter
Definition

Date filters specify additional constraints on the data in terms of the applicable date range for specific elements. Each date filter specifies an additional constraint on the data, i.e. date filters are AND'ed, not OR'ed.

Control0..*
Summarytrue
DataRequirement.dateFilter.path
Element IdDataRequirement.dateFilter.path
Definition

The date-valued attribute of the filter. The specified path must be resolvable from the type of the required data. The path is allowed to contain qualifiers (.) to traverse sub-elements, as well as indexers ([x]) to traverse multiple-cardinality sub-elements. Note that the index must be an integer constant. The path must resolve to an element of type dateTime, Period, Schedule, or Timing.

Control1..1
Typestring
Summarytrue
Comments

The path attribute contains a Simple FHIR Subset that allows path traversal, but not calculation.

DataRequirement.dateFilter.value[x]
Element IdDataRequirement.dateFilter.value[x]
Definition

The value of the filter. If period is specified, the filter will return only those data items that fall within the bounds determined by the Period, inclusive of the period boundaries. If dateTime is specified, the filter will return only those data items that are equal to the specified dateTime. If a Duration is specified, the filter will return only those data items that fall within Duration before now.

Control0..1
TypedateTime|Period|Duration
[x] NoteSee Choice of Data Types for further information about how to use [x]
Summarytrue
DataRequirement.limit
Element IdDataRequirement.limit
Definition

Specifies a maximum number of results that are required.

Control0..1
TypepositiveInt
Requirements

Enables the requirement "most recent 5 results" to be expressed.

Summarytrue
Comments

This element can be used in combination with the sort element to specify quota requirements such as "the most recent 5" or "the highest 5".

DataRequirement.sort
Element IdDataRequirement.sort
Definition

Specifies the order of the results to be returned.

Control0..*
Requirements

Enables the requirement "most recent 5 results" to be expressed.

Summarytrue
Comments

This element can be used in combination with the sort element to specify quota requirements such as "the most recent 5" or "the highest 5". When multiple sorts are specified, they are applied in the order they appear in the resource.

DataRequirement.sort.path
Element IdDataRequirement.sort.path
Definition

The attribute of the sort. The specified path must be resolvable from the type of the required data. The path is allowed to contain qualifiers (.) to traverse sub-elements, as well as indexers ([x]) to traverse multiple-cardinality sub-elements. Note that the index must be an integer constant.

Control1..1
Typestring
Summarytrue
DataRequirement.sort.direction
Element IdDataRequirement.sort.direction
Definition

The direction of the sort, ascending or descending.

Control1..1
Terminology BindingSortDirection (Required)
Typecode
Summarytrue

See also Base Definition, Examples and Mappings.

ParameterDefinition
Standards StatusThis element has a standards status of "Trial Use" which is different to the status of the whole resource
Element IdParameterDefinition
Definition

The parameters to the module. This collection specifies both the input and output parameters. Input parameters are provided by the caller as part of the $evaluate operation. Output parameters are included in the GuidanceResponse.

Control1..1
Summarytrue
ParameterDefinition.name
Element IdParameterDefinition.name
Definition

The name of the parameter used to allow access to the value of the parameter in evaluation contexts.

Control0..1
Typecode
Summarytrue
ParameterDefinition.use
Element IdParameterDefinition.use
Definition

Whether the parameter is input or output for the module.

Control1..1
Terminology BindingOperationParameterUse (Required)
Typecode
Summarytrue
ParameterDefinition.min
Element IdParameterDefinition.min
Definition

The minimum number of times this parameter SHALL appear in the request or response.

Control0..1
Typeinteger
Summarytrue
ParameterDefinition.max
Element IdParameterDefinition.max
Definition

The maximum number of times this element is permitted to appear in the request or response.

Control0..1
Typestring
Summarytrue
ParameterDefinition.documentation
Element IdParameterDefinition.documentation
Definition

A brief discussion of what the parameter is for and how it is used by the module.

Control0..1
Typestring
Summarytrue
ParameterDefinition.type
Element IdParameterDefinition.type
Definition

The type of the parameter.

Control1..1
Terminology BindingAny defined Resource or Data Type name (including "Any" and "Type")
Typecode
Summarytrue
ParameterDefinition.profile
Element IdParameterDefinition.profile
Definition

If specified, this indicates a profile that the input data must conform to, or that the output data will conform to.

Control0..1
Typecanonical(StructureDefinition)
Summarytrue

See also Base Definition, Examples and Mappings.

RelatedArtifact
Standards StatusThis element has a standards status of "Trial Use" which is different to the status of the whole resource
Element IdRelatedArtifact
Definition

Related artifacts such as additional documentation, justification, or bibliographic references.

Control1..1
Requirements

Knowledge resources must be able to provide enough information for consumers of the content (and/or interventions or results produced by the content) to be able to determine and understand the justification for and evidence in support of the content.

Summarytrue
Comments

Each related artifact is either an attachment, or a reference to another knowledge resource, but not both.

RelatedArtifact.type
Element IdRelatedArtifact.type
Definition

The type of relationship to the related artifact.

Control1..1
Terminology BindingRelatedArtifactType (Required)
Typecode
Summarytrue
RelatedArtifact.display
Element IdRelatedArtifact.display
Definition

A brief description of the document or knowledge resource being referenced, suitable for display to a consumer.

Control0..1
Typestring
Summarytrue
RelatedArtifact.citation
Element IdRelatedArtifact.citation
Definition

A bibliographic citation for the related artifact. This text SHOULD be formatted according to an accepted citation format.

Control0..1
Typestring
Summarytrue
Comments

Additional structured information about citations should be captured as extensions.

RelatedArtifact.url
Element IdRelatedArtifact.url
Definition

A url for the artifact that can be followed to access the actual content.

Control0..1
Typeurl
Summarytrue
Comments

If a document or resource element is present, this element SHALL NOT be provided (use the url or reference in the Attachment or resource reference).

RelatedArtifact.document
Element IdRelatedArtifact.document
Definition

The document being referenced, represented as an attachment. This is exclusive with the resource element.

Control0..1
TypeAttachment
Summarytrue
RelatedArtifact.resource
Element IdRelatedArtifact.resource
Definition

The related resource, such as a library, value set, profile, or other knowledge resource.

Control0..1
Typecanonical
Summarytrue
Comments

If the type is predecessor, this is a reference to the succeeding knowledge resource. If the type is successor, this is a reference to the prior knowledge resource.

See also Base Definition, Examples and Mappings.

TriggerDefinition
Standards StatusThis element has a standards status of "Trial Use" which is different to the status of the whole resource
Element IdTriggerDefinition
Definition

A description of a triggering event. Triggering events can be named events, data events, or periodic, as determined by the type element.

Control1..1
Summarytrue
Comments

If an event is a named-event, it means the event is completely pre-coordinated, and no other information can be specified for the event. If the event is one of the data- events, the data and condition elements specify the triggering criteria. The data element specifies the structured component, and the condition element provides additional optional refinement of that structured component. If the event is periodic, the timing element defines when the event is triggered. For both data- and periodic events, a name can be provided as a shorthand for the formal semantics provided by the other elements.

InvariantsDefined on this element
trd-1: Either timing, or a data requirement, but not both (expression : data.empty() or timing.empty(), xpath: not(exists(f:data)) or not(exists(*[starts-with(local-name(.), 'timing')])))
trd-2: A condition only if there is a data requirement (expression : condition.exists() implies data.exists(), xpath: not(exists(f:condition)) or exists(f:data))
TriggerDefinition.type
Element IdTriggerDefinition.type
Definition

The type of triggering event.

Control1..1
Terminology BindingTriggerType (Required)
Typecode
Summarytrue
TriggerDefinition.name
Element IdTriggerDefinition.name
Definition

A formal name for the event. This may be an absolute URI that identifies the event formally (e.g. from a trigger registry), or a simple relative URI that identifies the event in a local context.

Control0..1
Typestring
Summarytrue
Comments

An event name can be provided for all event types, but is required for named events. If a name is provided for a type other than named events, it is considered to be a shorthand for the semantics described by the formal description of the event.

TriggerDefinition.timing[x]
Element IdTriggerDefinition.timing[x]
Definition

The timing of the event (if this is a periodic trigger).

Control0..1
TypeTiming|Reference(Schedule)|date|dateTime
[x] NoteSee Choice of Data Types for further information about how to use [x]
Summarytrue
TriggerDefinition.data
Element IdTriggerDefinition.data
Definition

The triggering data of the event (if this is a data trigger).

Control0..1
TypeDataRequirement
Summarytrue
Comments

This element shall be present for any data type trigger.

TriggerDefinition.condition
Element IdTriggerDefinition.condition
Definition

A boolean-valued expression that is evaluated in the context of the container of the trigger definition and returns whether or not the trigger fires.

Control0..1
Requirements

Need to be able to formally describe the triggering criteria.

Summarytrue
Comments

This element can be only be specified for data type triggers and provides additional semantics for the trigger. The context available within the condition is based on the type of data event. For all events, the current resource will be available as context. In addition, for modification events, the previous resource will also be available.

TriggerDefinition.condition.description
Element IdTriggerDefinition.condition.description
Definition

A brief, natural language description of the condition that effectively communicates the intended semantics.

Control0..1
Typestring
Summarytrue
TriggerDefinition.condition.language
Element IdTriggerDefinition.condition.language
Definition

The media type of the language for the expression.

Control1..1
Terminology BindingExpressionLanguage (Extensible but limited to ??)
Typecode
Summarytrue
TriggerDefinition.condition.expression
Element IdTriggerDefinition.condition.expression
Definition

An expression that returns true or false, indicating whether or not the condition is satisfied.

Control1..1
Typestring
Summarytrue
Comments

The expression may be inlined, or may be a simple absolute URI, which is a reference to a named expression within a logic library referenced by a library element or extension within the containing resource. If the expression is a FHIR Path expression, it evaluates in the context of a resource of one of the type identified in the data requirement, and may also refer to the variable %previous for delta comparisons on events of type data-changed, data-modified, and data-deleted which will always have the same type.

See also Base Definition, Examples and Mappings.

UsageContext
Standards StatusThis element has a standards status of "Trial Use" which is different to the status of the whole resource
Element IdUsageContext
Definition

Specifies clinical/business/etc. metadata that can be used to retrieve, index and/or categorize an artifact. This metadata can either be specific to the applicable population (e.g., age category, DRG) or the specific context of care (e.g., venue, care setting, provider of care).

Control1..1
Requirements

Consumers of the resource must be able to determine the intended applicability for the resource. Ideally, this information would be used programmatically to determine when and how it should be incorporated or exposed.

Summarytrue
UsageContext.code
Element IdUsageContext.code
Definition

A code that identifies the type of context being specified by this usage context.

Control1..1
Terminology BindingUsageContextType (Extensible)
TypeCoding
Summarytrue
UsageContext.value[x]
Element IdUsageContext.value[x]
Definition

A value that defines the context specified in this context of use. The interpretation of the value is defined by the code.

Control1..1
Terminology BindingContext of Use ValueSet (Example)
TypeCodeableConcept|Quantity|Range
[x] NoteSee Choice of Data Types for further information about how to use [x]
Summarytrue