Skip to main content

DataRequirementUpdateInput

No description

input DataRequirementUpdateInput {
type: String
profile: [Uri!]
subjectCodeableConcept: CodeableConceptUpdateInput
subjectReference: ReferenceUpdateInput
mustSupport: [String!]
codeFilter: [DataRequirementCodeFilterUpdateInput!]
dateFilter: [DataRequirementDateFilterUpdateInput!]
limit: Int
sort: [DataRequirementSortUpdateInput!]
extension: [FhirExtensionUpdateInput!]
id: String
}

Fields

DataRequirementUpdateInput.type ● String scalar

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.

DataRequirementUpdateInput.profile ● [Uri!] list scalar

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

DataRequirementUpdateInput.subjectCodeableConcept ● CodeableConceptUpdateInput input

The intended subjects of the data requirement. If this element is not provided, a Patient subject is assumed. (choose any one of subject*, but only one)

DataRequirementUpdateInput.subjectReference ● ReferenceUpdateInput input

The intended subjects of the data requirement. If this element is not provided, a Patient subject is assumed. (choose any one of subject*, but only one)

DataRequirementUpdateInput.mustSupport ● [String!] list scalar

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. The value of mustSupport SHALL be a FHIRPath resolveable on the type of the DataRequirement. The path SHALL consist only of identifiers, constant indexers, and .resolve() (see the Simple FHIRPath Profile for full details).

DataRequirementUpdateInput.codeFilter ● [DataRequirementCodeFilterUpdateInput!] list input

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.

DataRequirementUpdateInput.dateFilter ● [DataRequirementDateFilterUpdateInput!] list input

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.

DataRequirementUpdateInput.limit ● Int scalar

Specifies a maximum number of results that are required (uses the _count search parameter).

DataRequirementUpdateInput.sort ● [DataRequirementSortUpdateInput!] list input

Specifies the order of the results to be returned.

DataRequirementUpdateInput.extension ● [FhirExtensionUpdateInput!] list input

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.

DataRequirementUpdateInput.id ● String scalar

null

Member Of

ElementDefinitionExampleUpdateInput input ● ElementDefinitionUpdateInput input ● FhirExtensionUpdateInput input ● GuidanceResponseUpdateInput input ● LibraryUpdateInput input ● PlanDefinitionActionUpdateInput input ● ResearchElementDefinitionCharacteristicUpdateInput input ● StructureMapSourceUpdateInput input ● TaskInputUpdateInput input ● TaskOutputUpdateInput input ● TriggerDefinitionUpdateInput input