This page is part of the Structured Data Capture FHIR IG (v2.7.0: STU 3 Ballot 2) based on FHIR R4. The current version which supercedes this version is 3.0.0. For a full list of available versions, see the Directory of published versions
The official URL for this profile is:
http://hl7.org/fhir/uv/sdc/StructureDefinition/parameters-questionnaire-next-question-in
This profile defines the constraints on the 'input' Parameters for the Questionnaire next question operation.
Description of Profiles, Differentials, Snapshots and how the different presentations work.
This structure is derived from Parameters
Summary
Fixed Value: 1 element
Prohibited: 2 elements
Structures
This structure refers to these other structures:
Slices
This structure defines the following Slices:
This structure is derived from Parameters
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Parameters | 0..* | |||
parameter | BackboneElement | Slice: Unordered, Open by value:name | ||
parameter | 0..* | BackboneElement | ||
name | 1..1 | string | Fixed Value: in | |
value[x] | 0..0 | |||
resource | 0..1 | QuestionnaireAdapt | ||
part | 0..0 | |||
Documentation for this format |
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Parameters | 0..* | Operation Request or Response | ||
id | Σ | 0..1 | id | Logical id of this artifact |
meta | Σ | 0..1 | Meta | Metadata about the resource |
implicitRules | ?!Σ | 0..1 | uri | A set of rules under which this content was created |
language | 0..1 | code | Language of the resource content Binding: CommonLanguages (preferred) Max Binding: AllLanguages | |
parameter | ΣI | BackboneElement | Operation Parameter Slice: Unordered, Open by value:name | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
name | Σ | 1..1 | string | Name from the definition |
value[x] | ΣI | 0..1 | base64Binary, boolean, canonical(), code, date, dateTime, decimal, id, instant, integer, markdown, oid, positiveInt, string, time, unsignedInt, uri, url, uuid, Address, Age, Annotation, Attachment, CodeableConcept, Coding, ContactPoint, Count, Distance, Duration, HumanName, Identifier, Money, Period, Quantity, Range, Ratio, Reference(), SampledData, Signature, Timing, ContactDetail, Contributor, DataRequirement, Expression, ParameterDefinition, RelatedArtifact, TriggerDefinition, UsageContext, Dosage | If parameter is a data type |
resource | ΣI | 0..1 | Resource | If parameter is a whole resource |
part | Σ | 0..* | Unknown reference to #Parameters.parameter Named part of a multi-part parameter | |
parameter | ΣI | 0..* | BackboneElement | Operation Parameter |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
name | Σ | 1..1 | string | Name from the definition Fixed Value: in |
resource | I | 0..1 | QuestionnaireAdapt | Adaptive Questionnaire |
Documentation for this format |
This structure is derived from Parameters
Summary
Fixed Value: 1 element
Prohibited: 2 elements
Structures
This structure refers to these other structures:
Slices
This structure defines the following Slices:
Differential View
This structure is derived from Parameters
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Parameters | 0..* | |||
parameter | BackboneElement | Slice: Unordered, Open by value:name | ||
parameter | 0..* | BackboneElement | ||
name | 1..1 | string | Fixed Value: in | |
value[x] | 0..0 | |||
resource | 0..1 | QuestionnaireAdapt | ||
part | 0..0 | |||
Documentation for this format |
Snapshot View
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Parameters | 0..* | Operation Request or Response | ||
id | Σ | 0..1 | id | Logical id of this artifact |
meta | Σ | 0..1 | Meta | Metadata about the resource |
implicitRules | ?!Σ | 0..1 | uri | A set of rules under which this content was created |
language | 0..1 | code | Language of the resource content Binding: CommonLanguages (preferred) Max Binding: AllLanguages | |
parameter | ΣI | BackboneElement | Operation Parameter Slice: Unordered, Open by value:name | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
name | Σ | 1..1 | string | Name from the definition |
value[x] | ΣI | 0..1 | base64Binary, boolean, canonical(), code, date, dateTime, decimal, id, instant, integer, markdown, oid, positiveInt, string, time, unsignedInt, uri, url, uuid, Address, Age, Annotation, Attachment, CodeableConcept, Coding, ContactPoint, Count, Distance, Duration, HumanName, Identifier, Money, Period, Quantity, Range, Ratio, Reference(), SampledData, Signature, Timing, ContactDetail, Contributor, DataRequirement, Expression, ParameterDefinition, RelatedArtifact, TriggerDefinition, UsageContext, Dosage | If parameter is a data type |
resource | ΣI | 0..1 | Resource | If parameter is a whole resource |
part | Σ | 0..* | Unknown reference to #Parameters.parameter Named part of a multi-part parameter | |
parameter | ΣI | 0..* | BackboneElement | Operation Parameter |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
name | Σ | 1..1 | string | Name from the definition Fixed Value: in |
resource | I | 0..1 | QuestionnaireAdapt | Adaptive Questionnaire |
Documentation for this format |
Other representations of profile: Schematron
Id | Path | Details | Requirements |
ele-1 | Parameters.parameter | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
inv-1 | Parameters.parameter | A parameter must have one and only one of (value, resource, part) : (part.exists() and value.empty() and resource.empty()) or (part.empty() and (value.exists() xor resource.exists())) | |
dom-2 | Parameters.parameter.resource | If the resource is contained in another resource, it SHALL NOT contain nested Resources : contained.contained.empty() | |
dom-4 | Parameters.parameter.resource | If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated : contained.meta.versionId.empty() and contained.meta.lastUpdated.empty() | |
dom-3 | Parameters.parameter.resource | If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource : contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty() | |
dom-6 | Parameters.parameter.resource | A resource should have narrative for robust management : text.div.exists() | |
dom-5 | Parameters.parameter.resource | If a resource is contained in another resource, it SHALL NOT have a security label : contained.meta.security.empty() | |
que-2 | Parameters.parameter.resource | The link ids for groups and questions must be unique within the questionnaire : descendants().linkId.isDistinct() | |
que-0 | Parameters.parameter.resource | Name should be usable as an identifier for the module by machine processing applications such as code generation : name.matches('[A-Z]([A-Za-z0-9_]){0,254}') | |
ele-1 | Parameters.parameter | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
inv-1 | Parameters.parameter | A parameter must have one and only one of (value, resource, part) : (part.exists() and value.empty() and resource.empty()) or (part.empty() and (value.exists() xor resource.exists())) | |
dom-2 | Parameters.parameter.resource | If the resource is contained in another resource, it SHALL NOT contain nested Resources : contained.contained.empty() | |
dom-4 | Parameters.parameter.resource | If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated : contained.meta.versionId.empty() and contained.meta.lastUpdated.empty() | |
dom-3 | Parameters.parameter.resource | If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource : contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty() | |
dom-6 | Parameters.parameter.resource | A resource should have narrative for robust management : text.div.exists() | |
dom-5 | Parameters.parameter.resource | If a resource is contained in another resource, it SHALL NOT have a security label : contained.meta.security.empty() | |
que-2 | Parameters.parameter.resource | The link ids for groups and questions must be unique within the questionnaire : descendants().linkId.isDistinct() | |
que-0 | Parameters.parameter.resource | Name should be usable as an identifier for the module by machine processing applications such as code generation : name.matches('[A-Z]([A-Za-z0-9_]){0,254}') |