Structured Data Capture
4.0.0 - STU 4 International flag

Structured Data Capture, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 4.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/sdc/ and changes regularly. See the Directory of published versions

Resource Profile: Populate operation input parameters

Official URL: http://hl7.org/fhir/uv/sdc/StructureDefinition/parameters-questionnaire-populate-in Version: 4.0.0
Standards status: Trial-use Maturity Level: 4 Computable Name: SDCParametersQuestionnairePopulateIn
Other Identifiers: OID:2.16.840.1.113883.4.642.40.17.42.76

Profile used to validate the parameters that are the input of the $populate questionnaire operations

Usages:

You can also check for usages in the FHIR IG Statistics

Formal Views of Profile Content

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

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Parameters C 0..* Parameters Operation Request or Response
Constraints: sdc-pop1
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... Slices for parameter ΣC 0..* BackboneElement Operation Parameter
Slice: Unordered, Open by value:name
Constraints: inv-1
.... parameter:All Slices Content/Rules for all slices
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... name Σ 1..1 string Name from the definition
.... parameter:identifier ΣC 0..1 BackboneElement Operation Parameter
Constraints: inv-1
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... name Σ 1..1 string Name from the definition
Fixed Value: identifier
..... value[x] ΣC 1..1 Identifier If parameter is a data type
.... parameter:questionnaire ΣC 0..1 BackboneElement Operation Parameter
Constraints: inv-1
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... name Σ 1..1 string Name from the definition
Fixed Value: questionnaire
..... value[x] ΣC 0..1 If parameter is a data type
...... valueUri uri
...... valueReference Reference(Questionnaire)
..... resource ΣC 0..1 Questionnaire If parameter is a whole resource
.... parameter:subject ΣC 0..1 BackboneElement Operation Parameter
Constraints: inv-1
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... name Σ 1..1 string Name from the definition
Fixed Value: subject
..... value[x] ΣC 1..1 Reference() If parameter is a data type
.... parameter:context ΣC 0..* BackboneElement Operation Parameter
Constraints: inv-1
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... name Σ 1..1 string Name from the definition
Fixed Value: context
..... Slices for part Σ 2..* See parameter (Parameters) Named part of a multi-part parameter
Slice: Unordered, Open by value:name
...... part:All Slices Content/Rules for all slices
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... name Σ 1..1 string Name from the definition
...... part:name Σ 1..1 BackboneElement Named part of a multi-part parameter
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... name Σ 1..1 string Name from the definition
Fixed Value: name
....... value[x] ΣC 1..1 string If parameter is a data type
...... part:content Σ 0..* BackboneElement Named part of a multi-part parameter
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... name Σ 1..1 string Name from the definition
Fixed Value: content
....... value[x] ΣC 0..1 Reference() If parameter is a data type
.... parameter:dataEndpoint ΣC 0..1 BackboneElement Operation Parameter
Constraints: inv-1
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... name Σ 1..1 string Name from the definition
Fixed Value: dataEndpoint
..... value[x] ΣC 0..1 If parameter is a data type
...... valueUri uri
...... valueReference Reference(Any)
..... resource ΣC 0..1 Endpoint If parameter is a whole resource
.... parameter:data ΣC 0..1 BackboneElement Operation Parameter
Constraints: inv-1
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... name Σ 1..1 string Name from the definition
Fixed Value: data
..... resource ΣC 1..1 Bundle If parameter is a whole resource
.... parameter:local ΣC 0..1 BackboneElement Operation Parameter
Constraints: inv-1
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... name Σ 1..1 string Name from the definition
Fixed Value: local
..... value[x] ΣC 1..1 boolean If parameter is a data type

doco Documentation for this format

Constraints

IdGradePath(s)DetailsRequirements
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
inv-1errorParameters.parameter, Parameters.parameter:identifier, Parameters.parameter:questionnaire, Parameters.parameter:subject, Parameters.parameter:context, Parameters.parameter:dataEndpoint, Parameters.parameter:data, Parameters.parameter:localA 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()))
sdc-pop1errorParametersContext names must be unique.
: parameter.where(name='context').count() = parameter.where(name='context').part.where(name='name').value.distinct().count()

This structure is derived from Parameters

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Parameters C 0..* Parameters Operation Request or Response
Constraints: sdc-pop1
... Slices for parameter 0..* BackboneElement Operation Parameter
Slice: Unordered, Open by value:name
.... parameter:identifier 0..1 BackboneElement Operation Parameter
..... name 1..1 string Name from the definition
Fixed Value: identifier
..... value[x] 1..1 Identifier If parameter is a data type
..... resource 0..0
..... part 0..0
.... parameter:questionnaire 0..1 BackboneElement Operation Parameter
..... name 1..1 string Name from the definition
Fixed Value: questionnaire
..... value[x] 0..1 If parameter is a data type
...... valueUri uri
...... valueReference Reference(Questionnaire)
..... resource 0..1 Questionnaire If parameter is a whole resource
..... part 0..0
.... parameter:subject 0..1 BackboneElement Operation Parameter
..... name 1..1 string Name from the definition
Fixed Value: subject
..... value[x] 1..1 Reference() If parameter is a data type
..... resource 0..0
..... part 0..0
.... parameter:context 0..* BackboneElement Operation Parameter
..... name 1..1 string Name from the definition
Fixed Value: context
..... value[x] 0..0
..... resource 0..0
..... Slices for part 2..* Named part of a multi-part parameter
Slice: Unordered, Open by value:name
...... part:name 1..1 BackboneElement Named part of a multi-part parameter
....... name 1..1 string Name from the definition
Fixed Value: name
....... value[x] 1..1 string If parameter is a data type
....... resource 0..0
....... part 0..0
...... part:content 0..* BackboneElement Named part of a multi-part parameter
....... name 1..1 string Name from the definition
Fixed Value: content
....... value[x] 0..1 Reference() If parameter is a data type
....... part 0..0
.... parameter:dataEndpoint 0..1 BackboneElement Operation Parameter
..... name 1..1 string Name from the definition
Fixed Value: dataEndpoint
..... value[x] 0..1 If parameter is a data type
...... valueUri uri
...... valueReference Reference(Any)
..... resource 0..1 Endpoint If parameter is a whole resource
..... part 0..0
.... parameter:data 0..1 BackboneElement Operation Parameter
..... name 1..1 string Name from the definition
Fixed Value: data
..... value[x] 0..0
..... resource 1..1 Bundle If parameter is a whole resource
..... part 0..0
.... parameter:local 0..1 BackboneElement Operation Parameter
..... name 1..1 string Name from the definition
Fixed Value: local
..... value[x] 1..1 boolean If parameter is a data type
..... resource 0..0
..... part 0..0

doco Documentation for this format

Constraints

IdGradePath(s)DetailsRequirements
sdc-pop1errorParametersContext names must be unique.
: parameter.where(name='context').count() = parameter.where(name='context').part.where(name='name').value.distinct().count()
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Parameters C 0..* Parameters Operation Request or Response
Constraints: sdc-pop1
... 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
... Slices for parameter ΣC 0..* BackboneElement Operation Parameter
Slice: Unordered, Open by value:name
Constraints: inv-1
.... parameter:All Slices Content/Rules for all slices
..... 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] ΣC 0..1 If parameter is a data type
...... valueBase64Binary base64Binary
...... valueBoolean boolean
...... valueCanonical canonical(Any)
...... valueCode code
...... valueDate date
...... valueDateTime dateTime
...... valueDecimal decimal
...... valueId id
...... valueInstant instant
...... valueInteger integer
...... valueMarkdown markdown
...... valueOid oid
...... valuePositiveInt positiveInt
...... valueString string
...... valueTime time
...... valueUnsignedInt unsignedInt
...... valueUri uri
...... valueUrl url
...... valueUuid uuid
...... valueAddress Address
...... valueAge Age
...... valueAnnotation Annotation
...... valueAttachment Attachment
...... valueCodeableConcept CodeableConcept
...... valueCoding Coding
...... valueContactPoint ContactPoint
...... valueCount Count
...... valueDistance Distance
...... valueDuration Duration
...... valueHumanName HumanName
...... valueIdentifier Identifier
...... valueMoney Money
...... valuePeriod Period
...... valueQuantity Quantity
...... valueRange Range
...... valueRatio Ratio
...... valueReference Reference(Any)
...... valueSampledData SampledData
...... valueSignature Signature
...... valueTiming Timing
...... valueContactDetail ContactDetail
...... valueContributor Contributor
...... valueDataRequirement DataRequirement
...... valueExpression Expression
...... valueParameterDefinition ParameterDefinition
...... valueRelatedArtifact RelatedArtifact
...... valueTriggerDefinition TriggerDefinition
...... valueUsageContext UsageContext
...... valueDosage Dosage
...... valueMeta Meta
..... resource ΣC 0..1 Resource If parameter is a whole resource
..... part Σ 0..* See parameter (Parameters) Named part of a multi-part parameter
.... parameter:identifier ΣC 0..1 BackboneElement Operation Parameter
Constraints: inv-1
..... 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: identifier
..... value[x] ΣC 1..1 Identifier If parameter is a data type
.... parameter:questionnaire ΣC 0..1 BackboneElement Operation Parameter
Constraints: inv-1
..... 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: questionnaire
..... value[x] ΣC 0..1 If parameter is a data type
...... valueUri uri
...... valueReference Reference(Questionnaire)
..... resource ΣC 0..1 Questionnaire If parameter is a whole resource
.... parameter:subject ΣC 0..1 BackboneElement Operation Parameter
Constraints: inv-1
..... 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: subject
..... value[x] ΣC 1..1 Reference() If parameter is a data type
.... parameter:context ΣC 0..* BackboneElement Operation Parameter
Constraints: inv-1
..... 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: context
..... Slices for part Σ 2..* See parameter (Parameters) Named part of a multi-part parameter
Slice: Unordered, Open by value:name
...... part:All Slices Content/Rules for all slices
....... 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] ΣC 0..1 If parameter is a data type
........ valueBase64Binary base64Binary
........ valueBoolean boolean
........ valueCanonical canonical(Any)
........ valueCode code
........ valueDate date
........ valueDateTime dateTime
........ valueDecimal decimal
........ valueId id
........ valueInstant instant
........ valueInteger integer
........ valueMarkdown markdown
........ valueOid oid
........ valuePositiveInt positiveInt
........ valueString string
........ valueTime time
........ valueUnsignedInt unsignedInt
........ valueUri uri
........ valueUrl url
........ valueUuid uuid
........ valueAddress Address
........ valueAge Age
........ valueAnnotation Annotation
........ valueAttachment Attachment
........ valueCodeableConcept CodeableConcept
........ valueCoding Coding
........ valueContactPoint ContactPoint
........ valueCount Count
........ valueDistance Distance
........ valueDuration Duration
........ valueHumanName HumanName
........ valueIdentifier Identifier
........ valueMoney Money
........ valuePeriod Period
........ valueQuantity Quantity
........ valueRange Range
........ valueRatio Ratio
........ valueReference Reference(Any)
........ valueSampledData SampledData
........ valueSignature Signature
........ valueTiming Timing
........ valueContactDetail ContactDetail
........ valueContributor Contributor
........ valueDataRequirement DataRequirement
........ valueExpression Expression
........ valueParameterDefinition ParameterDefinition
........ valueRelatedArtifact RelatedArtifact
........ valueTriggerDefinition TriggerDefinition
........ valueUsageContext UsageContext
........ valueDosage Dosage
........ valueMeta Meta
....... resource ΣC 0..1 Resource If parameter is a whole resource
....... part Σ 0..* See parameter (Parameters) Named part of a multi-part parameter
...... part:name Σ 1..1 BackboneElement Named part of a multi-part 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: name
....... value[x] ΣC 1..1 string If parameter is a data type
...... part:content Σ 0..* BackboneElement Named part of a multi-part 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: content
....... value[x] ΣC 0..1 Reference() If parameter is a data type
....... resource ΣC 0..1 Resource If parameter is a whole resource
.... parameter:dataEndpoint ΣC 0..1 BackboneElement Operation Parameter
Constraints: inv-1
..... 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: dataEndpoint
..... value[x] ΣC 0..1 If parameter is a data type
...... valueUri uri
...... valueReference Reference(Any)
..... resource ΣC 0..1 Endpoint If parameter is a whole resource
.... parameter:data ΣC 0..1 BackboneElement Operation Parameter
Constraints: inv-1
..... 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: data
..... resource ΣC 1..1 Bundle If parameter is a whole resource
.... parameter:local ΣC 0..1 BackboneElement Operation Parameter
Constraints: inv-1
..... 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: local
..... value[x] ΣC 1..1 boolean If parameter is a data type

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
Parameters.languagepreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages|4.0.1
From the FHIR Standard
Additional Bindings Purpose
AllLanguages Max Binding

Constraints

IdGradePath(s)DetailsRequirements
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
inv-1errorParameters.parameter, Parameters.parameter:identifier, Parameters.parameter:questionnaire, Parameters.parameter:subject, Parameters.parameter:context, Parameters.parameter:dataEndpoint, Parameters.parameter:data, Parameters.parameter:localA 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()))
sdc-pop1errorParametersContext names must be unique.
: parameter.where(name='context').count() = parameter.where(name='context').part.where(name='name').value.distinct().count()

This structure is derived from Parameters

Summary

Mandatory: 0 element(6 nested mandatory elements)
Fixed: 9 elements
Prohibited: 15 elements

Slices

This structure defines the following Slices:

  • The element 1 is sliced based on the value of Parameters.parameter
  • The element 1 is sliced based on the value of Parameters.parameter.part

Maturity: 4

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Parameters C 0..* Parameters Operation Request or Response
Constraints: sdc-pop1
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... Slices for parameter ΣC 0..* BackboneElement Operation Parameter
Slice: Unordered, Open by value:name
Constraints: inv-1
.... parameter:All Slices Content/Rules for all slices
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... name Σ 1..1 string Name from the definition
.... parameter:identifier ΣC 0..1 BackboneElement Operation Parameter
Constraints: inv-1
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... name Σ 1..1 string Name from the definition
Fixed Value: identifier
..... value[x] ΣC 1..1 Identifier If parameter is a data type
.... parameter:questionnaire ΣC 0..1 BackboneElement Operation Parameter
Constraints: inv-1
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... name Σ 1..1 string Name from the definition
Fixed Value: questionnaire
..... value[x] ΣC 0..1 If parameter is a data type
...... valueUri uri
...... valueReference Reference(Questionnaire)
..... resource ΣC 0..1 Questionnaire If parameter is a whole resource
.... parameter:subject ΣC 0..1 BackboneElement Operation Parameter
Constraints: inv-1
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... name Σ 1..1 string Name from the definition
Fixed Value: subject
..... value[x] ΣC 1..1 Reference() If parameter is a data type
.... parameter:context ΣC 0..* BackboneElement Operation Parameter
Constraints: inv-1
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... name Σ 1..1 string Name from the definition
Fixed Value: context
..... Slices for part Σ 2..* See parameter (Parameters) Named part of a multi-part parameter
Slice: Unordered, Open by value:name
...... part:All Slices Content/Rules for all slices
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... name Σ 1..1 string Name from the definition
...... part:name Σ 1..1 BackboneElement Named part of a multi-part parameter
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... name Σ 1..1 string Name from the definition
Fixed Value: name
....... value[x] ΣC 1..1 string If parameter is a data type
...... part:content Σ 0..* BackboneElement Named part of a multi-part parameter
....... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
....... name Σ 1..1 string Name from the definition
Fixed Value: content
....... value[x] ΣC 0..1 Reference() If parameter is a data type
.... parameter:dataEndpoint ΣC 0..1 BackboneElement Operation Parameter
Constraints: inv-1
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... name Σ 1..1 string Name from the definition
Fixed Value: dataEndpoint
..... value[x] ΣC 0..1 If parameter is a data type
...... valueUri uri
...... valueReference Reference(Any)
..... resource ΣC 0..1 Endpoint If parameter is a whole resource
.... parameter:data ΣC 0..1 BackboneElement Operation Parameter
Constraints: inv-1
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... name Σ 1..1 string Name from the definition
Fixed Value: data
..... resource ΣC 1..1 Bundle If parameter is a whole resource
.... parameter:local ΣC 0..1 BackboneElement Operation Parameter
Constraints: inv-1
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... name Σ 1..1 string Name from the definition
Fixed Value: local
..... value[x] ΣC 1..1 boolean If parameter is a data type

doco Documentation for this format

Constraints

IdGradePath(s)DetailsRequirements
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
inv-1errorParameters.parameter, Parameters.parameter:identifier, Parameters.parameter:questionnaire, Parameters.parameter:subject, Parameters.parameter:context, Parameters.parameter:dataEndpoint, Parameters.parameter:data, Parameters.parameter:localA 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()))
sdc-pop1errorParametersContext names must be unique.
: parameter.where(name='context').count() = parameter.where(name='context').part.where(name='name').value.distinct().count()

Differential View

This structure is derived from Parameters

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Parameters C 0..* Parameters Operation Request or Response
Constraints: sdc-pop1
... Slices for parameter 0..* BackboneElement Operation Parameter
Slice: Unordered, Open by value:name
.... parameter:identifier 0..1 BackboneElement Operation Parameter
..... name 1..1 string Name from the definition
Fixed Value: identifier
..... value[x] 1..1 Identifier If parameter is a data type
..... resource 0..0
..... part 0..0
.... parameter:questionnaire 0..1 BackboneElement Operation Parameter
..... name 1..1 string Name from the definition
Fixed Value: questionnaire
..... value[x] 0..1 If parameter is a data type
...... valueUri uri
...... valueReference Reference(Questionnaire)
..... resource 0..1 Questionnaire If parameter is a whole resource
..... part 0..0
.... parameter:subject 0..1 BackboneElement Operation Parameter
..... name 1..1 string Name from the definition
Fixed Value: subject
..... value[x] 1..1 Reference() If parameter is a data type
..... resource 0..0
..... part 0..0
.... parameter:context 0..* BackboneElement Operation Parameter
..... name 1..1 string Name from the definition
Fixed Value: context
..... value[x] 0..0
..... resource 0..0
..... Slices for part 2..* Named part of a multi-part parameter
Slice: Unordered, Open by value:name
...... part:name 1..1 BackboneElement Named part of a multi-part parameter
....... name 1..1 string Name from the definition
Fixed Value: name
....... value[x] 1..1 string If parameter is a data type
....... resource 0..0
....... part 0..0
...... part:content 0..* BackboneElement Named part of a multi-part parameter
....... name 1..1 string Name from the definition
Fixed Value: content
....... value[x] 0..1 Reference() If parameter is a data type
....... part 0..0
.... parameter:dataEndpoint 0..1 BackboneElement Operation Parameter
..... name 1..1 string Name from the definition
Fixed Value: dataEndpoint
..... value[x] 0..1 If parameter is a data type
...... valueUri uri
...... valueReference Reference(Any)
..... resource 0..1 Endpoint If parameter is a whole resource
..... part 0..0
.... parameter:data 0..1 BackboneElement Operation Parameter
..... name 1..1 string Name from the definition
Fixed Value: data
..... value[x] 0..0
..... resource 1..1 Bundle If parameter is a whole resource
..... part 0..0
.... parameter:local 0..1 BackboneElement Operation Parameter
..... name 1..1 string Name from the definition
Fixed Value: local
..... value[x] 1..1 boolean If parameter is a data type
..... resource 0..0
..... part 0..0

doco Documentation for this format

Constraints

IdGradePath(s)DetailsRequirements
sdc-pop1errorParametersContext names must be unique.
: parameter.where(name='context').count() = parameter.where(name='context').part.where(name='name').value.distinct().count()

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Parameters C 0..* Parameters Operation Request or Response
Constraints: sdc-pop1
... 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
... Slices for parameter ΣC 0..* BackboneElement Operation Parameter
Slice: Unordered, Open by value:name
Constraints: inv-1
.... parameter:All Slices Content/Rules for all slices
..... 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] ΣC 0..1 If parameter is a data type
...... valueBase64Binary base64Binary
...... valueBoolean boolean
...... valueCanonical canonical(Any)
...... valueCode code
...... valueDate date
...... valueDateTime dateTime
...... valueDecimal decimal
...... valueId id
...... valueInstant instant
...... valueInteger integer
...... valueMarkdown markdown
...... valueOid oid
...... valuePositiveInt positiveInt
...... valueString string
...... valueTime time
...... valueUnsignedInt unsignedInt
...... valueUri uri
...... valueUrl url
...... valueUuid uuid
...... valueAddress Address
...... valueAge Age
...... valueAnnotation Annotation
...... valueAttachment Attachment
...... valueCodeableConcept CodeableConcept
...... valueCoding Coding
...... valueContactPoint ContactPoint
...... valueCount Count
...... valueDistance Distance
...... valueDuration Duration
...... valueHumanName HumanName
...... valueIdentifier Identifier
...... valueMoney Money
...... valuePeriod Period
...... valueQuantity Quantity
...... valueRange Range
...... valueRatio Ratio
...... valueReference Reference(Any)
...... valueSampledData SampledData
...... valueSignature Signature
...... valueTiming Timing
...... valueContactDetail ContactDetail
...... valueContributor Contributor
...... valueDataRequirement DataRequirement
...... valueExpression Expression
...... valueParameterDefinition ParameterDefinition
...... valueRelatedArtifact RelatedArtifact
...... valueTriggerDefinition TriggerDefinition
...... valueUsageContext UsageContext
...... valueDosage Dosage
...... valueMeta Meta
..... resource ΣC 0..1 Resource If parameter is a whole resource
..... part Σ 0..* See parameter (Parameters) Named part of a multi-part parameter
.... parameter:identifier ΣC 0..1 BackboneElement Operation Parameter
Constraints: inv-1
..... 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: identifier
..... value[x] ΣC 1..1 Identifier If parameter is a data type
.... parameter:questionnaire ΣC 0..1 BackboneElement Operation Parameter
Constraints: inv-1
..... 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: questionnaire
..... value[x] ΣC 0..1 If parameter is a data type
...... valueUri uri
...... valueReference Reference(Questionnaire)
..... resource ΣC 0..1 Questionnaire If parameter is a whole resource
.... parameter:subject ΣC 0..1 BackboneElement Operation Parameter
Constraints: inv-1
..... 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: subject
..... value[x] ΣC 1..1 Reference() If parameter is a data type
.... parameter:context ΣC 0..* BackboneElement Operation Parameter
Constraints: inv-1
..... 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: context
..... Slices for part Σ 2..* See parameter (Parameters) Named part of a multi-part parameter
Slice: Unordered, Open by value:name
...... part:All Slices Content/Rules for all slices
....... 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] ΣC 0..1 If parameter is a data type
........ valueBase64Binary base64Binary
........ valueBoolean boolean
........ valueCanonical canonical(Any)
........ valueCode code
........ valueDate date
........ valueDateTime dateTime
........ valueDecimal decimal
........ valueId id
........ valueInstant instant
........ valueInteger integer
........ valueMarkdown markdown
........ valueOid oid
........ valuePositiveInt positiveInt
........ valueString string
........ valueTime time
........ valueUnsignedInt unsignedInt
........ valueUri uri
........ valueUrl url
........ valueUuid uuid
........ valueAddress Address
........ valueAge Age
........ valueAnnotation Annotation
........ valueAttachment Attachment
........ valueCodeableConcept CodeableConcept
........ valueCoding Coding
........ valueContactPoint ContactPoint
........ valueCount Count
........ valueDistance Distance
........ valueDuration Duration
........ valueHumanName HumanName
........ valueIdentifier Identifier
........ valueMoney Money
........ valuePeriod Period
........ valueQuantity Quantity
........ valueRange Range
........ valueRatio Ratio
........ valueReference Reference(Any)
........ valueSampledData SampledData
........ valueSignature Signature
........ valueTiming Timing
........ valueContactDetail ContactDetail
........ valueContributor Contributor
........ valueDataRequirement DataRequirement
........ valueExpression Expression
........ valueParameterDefinition ParameterDefinition
........ valueRelatedArtifact RelatedArtifact
........ valueTriggerDefinition TriggerDefinition
........ valueUsageContext UsageContext
........ valueDosage Dosage
........ valueMeta Meta
....... resource ΣC 0..1 Resource If parameter is a whole resource
....... part Σ 0..* See parameter (Parameters) Named part of a multi-part parameter
...... part:name Σ 1..1 BackboneElement Named part of a multi-part 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: name
....... value[x] ΣC 1..1 string If parameter is a data type
...... part:content Σ 0..* BackboneElement Named part of a multi-part 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: content
....... value[x] ΣC 0..1 Reference() If parameter is a data type
....... resource ΣC 0..1 Resource If parameter is a whole resource
.... parameter:dataEndpoint ΣC 0..1 BackboneElement Operation Parameter
Constraints: inv-1
..... 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: dataEndpoint
..... value[x] ΣC 0..1 If parameter is a data type
...... valueUri uri
...... valueReference Reference(Any)
..... resource ΣC 0..1 Endpoint If parameter is a whole resource
.... parameter:data ΣC 0..1 BackboneElement Operation Parameter
Constraints: inv-1
..... 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: data
..... resource ΣC 1..1 Bundle If parameter is a whole resource
.... parameter:local ΣC 0..1 BackboneElement Operation Parameter
Constraints: inv-1
..... 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: local
..... value[x] ΣC 1..1 boolean If parameter is a data type

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
Parameters.languagepreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages|4.0.1
From the FHIR Standard
Additional Bindings Purpose
AllLanguages Max Binding

Constraints

IdGradePath(s)DetailsRequirements
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
inv-1errorParameters.parameter, Parameters.parameter:identifier, Parameters.parameter:questionnaire, Parameters.parameter:subject, Parameters.parameter:context, Parameters.parameter:dataEndpoint, Parameters.parameter:data, Parameters.parameter:localA 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()))
sdc-pop1errorParametersContext names must be unique.
: parameter.where(name='context').count() = parameter.where(name='context').part.where(name='name').value.distinct().count()

This structure is derived from Parameters

Summary

Mandatory: 0 element(6 nested mandatory elements)
Fixed: 9 elements
Prohibited: 15 elements

Slices

This structure defines the following Slices:

  • The element 1 is sliced based on the value of Parameters.parameter
  • The element 1 is sliced based on the value of Parameters.parameter.part

Maturity: 4

 

Other representations of profile: CSV, Excel, Schematron