FHIR Application Feature Framework Implementation Guide
1.0.0-ballot - STU1 Ballot International flag

This page is part of the FHIR Application Feature Framework Implementation Guide (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions

Resource Profile: Feature Query Output Parameters

Official URL: http://hl7.org/fhir/uv/application-feature/StructureDefinition/FeatureQueryOutputParameters Version: 1.0.0-ballot
Standards status: Trial-use Maturity Level: 1 Computable Name: FeatureQueryOutputParameters

The Parameters profile used to define the outputs of the $feature-query operation.

Usage:

Formal Views of Profile Content

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

This structure is derived from Parameters

NameFlagsCard.TypeDescription & Constraintsdoco
.. Parameters 0..* Parameters Operation Request or Response
... parameter S 0..* BackboneElement One repetition of the parameter element per parameter element in the input Parameters resource
.... name S 1..1 string Name from the definition
Required Pattern: feature
.... Slices for part S 1..* Named part of a multi-part parameter
Slice: Unordered, Open by value:$this.name
..... part:name S 1..1 BackboneElement Named part of a multi-part parameter
...... name S 1..1 string Name from the definition
Required Pattern: name
...... value[x] S 1..1 uri The name of the feature. If not a core FHIR feature, must be a fully qualified URI
..... part:context S 0..1 BackboneElement Named part of a multi-part parameter
...... name S 1..1 string Name from the definition
Required Pattern: context
...... value[x] S 1..1 string An expression showing the context of the feature in the CapabilityStatement
..... part:value S 0..1 BackboneElement Named part of a multi-part parameter
...... name S 1..1 string Name from the definition
Required Pattern: value
...... value[x] S 1..1 The expected value of the feature
....... 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
....... valueCodeableConcept CodeableConcept
....... valueCoding Coding
..... part:matches S 0..1 BackboneElement Named part of a multi-part parameter
...... name S 1..1 string Name from the definition
Required Pattern: answer
...... value[x] S 1..1 boolean The result of the feature query if value was specified in the input parameter
..... part:processing-status S 0..1 BackboneElement Named part of a multi-part parameter
...... name S 1..1 string Name from the definition
Required Pattern: processing-status
...... value[x] S 1..1 code Indicates the processing status of the feature-query operation (all-ok, etc.)
Binding: Processing Status Value VS (required)

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSetURI
Parameters.parameter.part:processing-status.value[x]requiredProcessingStatusVS (a valid code from Processing Status Code System)
http://hl7.org/fhir/uv/application-feature/ValueSet/processing-status-vs
from this IG
NameFlagsCard.TypeDescription & Constraintsdoco
.. Parameters 0..* Parameters Operation Request or Response
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... parameter SΣC 0..* BackboneElement One repetition of the parameter element per parameter element in the input Parameters resource
inv-1: A parameter must have one and only one of (value, resource, part)
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... name SΣ 1..1 string Name from the definition
Required Pattern: feature
.... Slices for part SΣ 1..* See parameter (Parameters) Named part of a multi-part parameter
Slice: Unordered, Open by value:$this.name
..... part:name SΣ 1..1 BackboneElement Named part of a multi-part parameter
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
...... name SΣ 1..1 string Name from the definition
Required Pattern: name
...... value[x] SΣC 1..1 uri The name of the feature. If not a core FHIR feature, must be a fully qualified URI
..... part:context SΣ 0..1 BackboneElement Named part of a multi-part parameter
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
...... name SΣ 1..1 string Name from the definition
Required Pattern: context
...... value[x] SΣC 1..1 string An expression showing the context of the feature in the CapabilityStatement
..... part:value SΣ 0..1 BackboneElement Named part of a multi-part parameter
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
...... name SΣ 1..1 string Name from the definition
Required Pattern: value
...... value[x] SΣC 1..1 The expected value of the feature
....... 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
....... valueCodeableConcept CodeableConcept
....... valueCoding Coding
..... part:matches SΣ 0..1 BackboneElement Named part of a multi-part parameter
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
...... name SΣ 1..1 string Name from the definition
Required Pattern: answer
...... value[x] SΣC 1..1 boolean The result of the feature query if value was specified in the input parameter
..... part:processing-status SΣ 0..1 BackboneElement Named part of a multi-part parameter
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
...... name SΣ 1..1 string Name from the definition
Required Pattern: processing-status
...... value[x] SΣC 1..1 code Indicates the processing status of the feature-query operation (all-ok, etc.)
Binding: Processing Status Value VS (required)

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
Parameters.parameter.part:processing-status.value[x]requiredProcessingStatusVS (a valid code from Processing Status Code System)
http://hl7.org/fhir/uv/application-feature/ValueSet/processing-status-vs
from this IG

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.parameterA 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()))
NameFlagsCard.TypeDescription & Constraintsdoco
.. Parameters 0..* Parameters 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
... parameter SΣC 0..* BackboneElement One repetition of the parameter element per parameter element in the input Parameters resource
inv-1: A parameter must have one and only one of (value, resource, part)
.... 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 SΣ 1..1 string Name from the definition
Required Pattern: feature
.... 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
.... Slices for part SΣ 1..* See parameter (Parameters) Named part of a multi-part parameter
Slice: Unordered, Open by value:$this.name
..... part:name SΣ 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 SΣ 1..1 string Name from the definition
Required Pattern: name
...... value[x] SΣC 1..1 uri The name of the feature. If not a core FHIR feature, must be a fully qualified URI
...... resource ΣC 0..1 Resource If parameter is a whole resource
...... part Σ 0..* See parameter (Parameters) Named part of a multi-part parameter
..... part:context SΣ 0..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 SΣ 1..1 string Name from the definition
Required Pattern: context
...... value[x] SΣC 1..1 string An expression showing the context of the feature in the CapabilityStatement
...... resource ΣC 0..1 Resource If parameter is a whole resource
...... part Σ 0..* See parameter (Parameters) Named part of a multi-part parameter
..... part:value SΣ 0..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 SΣ 1..1 string Name from the definition
Required Pattern: value
...... value[x] SΣC 1..1 The expected value of the feature
....... 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
....... valueCodeableConcept CodeableConcept
....... valueCoding Coding
...... resource ΣC 0..1 Resource If parameter is a whole resource
...... part Σ 0..* See parameter (Parameters) Named part of a multi-part parameter
..... part:matches SΣ 0..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 SΣ 1..1 string Name from the definition
Required Pattern: answer
...... value[x] SΣC 1..1 boolean The result of the feature query if value was specified in the input parameter
...... resource ΣC 0..1 Resource If parameter is a whole resource
...... part Σ 0..* See parameter (Parameters) Named part of a multi-part parameter
..... part:processing-status SΣ 0..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 SΣ 1..1 string Name from the definition
Required Pattern: processing-status
...... value[x] SΣC 1..1 code Indicates the processing status of the feature-query operation (all-ok, etc.)
Binding: Processing Status Value VS (required)
...... resource ΣC 0..1 Resource If parameter is a whole resource
...... part Σ 0..* See parameter (Parameters) Named part of a multi-part parameter

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
Parameters.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
http://hl7.org/fhir/ValueSet/languages
from the FHIR Standard
Parameters.parameter.part:processing-status.value[x]requiredProcessingStatusVS (a valid code from Processing Status Code System)
http://hl7.org/fhir/uv/application-feature/ValueSet/processing-status-vs
from this IG

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.parameterA 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()))

This structure is derived from Parameters

Summary

Mandatory: 0 element(7 nested mandatory elements)
Must-Support: 18 elements

Slices

This structure defines the following Slices:

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

Maturity: 1

Differential View

This structure is derived from Parameters

NameFlagsCard.TypeDescription & Constraintsdoco
.. Parameters 0..* Parameters Operation Request or Response
... parameter S 0..* BackboneElement One repetition of the parameter element per parameter element in the input Parameters resource
.... name S 1..1 string Name from the definition
Required Pattern: feature
.... Slices for part S 1..* Named part of a multi-part parameter
Slice: Unordered, Open by value:$this.name
..... part:name S 1..1 BackboneElement Named part of a multi-part parameter
...... name S 1..1 string Name from the definition
Required Pattern: name
...... value[x] S 1..1 uri The name of the feature. If not a core FHIR feature, must be a fully qualified URI
..... part:context S 0..1 BackboneElement Named part of a multi-part parameter
...... name S 1..1 string Name from the definition
Required Pattern: context
...... value[x] S 1..1 string An expression showing the context of the feature in the CapabilityStatement
..... part:value S 0..1 BackboneElement Named part of a multi-part parameter
...... name S 1..1 string Name from the definition
Required Pattern: value
...... value[x] S 1..1 The expected value of the feature
....... 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
....... valueCodeableConcept CodeableConcept
....... valueCoding Coding
..... part:matches S 0..1 BackboneElement Named part of a multi-part parameter
...... name S 1..1 string Name from the definition
Required Pattern: answer
...... value[x] S 1..1 boolean The result of the feature query if value was specified in the input parameter
..... part:processing-status S 0..1 BackboneElement Named part of a multi-part parameter
...... name S 1..1 string Name from the definition
Required Pattern: processing-status
...... value[x] S 1..1 code Indicates the processing status of the feature-query operation (all-ok, etc.)
Binding: Processing Status Value VS (required)

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSetURI
Parameters.parameter.part:processing-status.value[x]requiredProcessingStatusVS (a valid code from Processing Status Code System)
http://hl7.org/fhir/uv/application-feature/ValueSet/processing-status-vs
from this IG

Key Elements View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Parameters 0..* Parameters Operation Request or Response
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... parameter SΣC 0..* BackboneElement One repetition of the parameter element per parameter element in the input Parameters resource
inv-1: A parameter must have one and only one of (value, resource, part)
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... name SΣ 1..1 string Name from the definition
Required Pattern: feature
.... Slices for part SΣ 1..* See parameter (Parameters) Named part of a multi-part parameter
Slice: Unordered, Open by value:$this.name
..... part:name SΣ 1..1 BackboneElement Named part of a multi-part parameter
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
...... name SΣ 1..1 string Name from the definition
Required Pattern: name
...... value[x] SΣC 1..1 uri The name of the feature. If not a core FHIR feature, must be a fully qualified URI
..... part:context SΣ 0..1 BackboneElement Named part of a multi-part parameter
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
...... name SΣ 1..1 string Name from the definition
Required Pattern: context
...... value[x] SΣC 1..1 string An expression showing the context of the feature in the CapabilityStatement
..... part:value SΣ 0..1 BackboneElement Named part of a multi-part parameter
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
...... name SΣ 1..1 string Name from the definition
Required Pattern: value
...... value[x] SΣC 1..1 The expected value of the feature
....... 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
....... valueCodeableConcept CodeableConcept
....... valueCoding Coding
..... part:matches SΣ 0..1 BackboneElement Named part of a multi-part parameter
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
...... name SΣ 1..1 string Name from the definition
Required Pattern: answer
...... value[x] SΣC 1..1 boolean The result of the feature query if value was specified in the input parameter
..... part:processing-status SΣ 0..1 BackboneElement Named part of a multi-part parameter
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
...... name SΣ 1..1 string Name from the definition
Required Pattern: processing-status
...... value[x] SΣC 1..1 code Indicates the processing status of the feature-query operation (all-ok, etc.)
Binding: Processing Status Value VS (required)

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
Parameters.parameter.part:processing-status.value[x]requiredProcessingStatusVS (a valid code from Processing Status Code System)
http://hl7.org/fhir/uv/application-feature/ValueSet/processing-status-vs
from this IG

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.parameterA 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()))

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Parameters 0..* Parameters 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
... parameter SΣC 0..* BackboneElement One repetition of the parameter element per parameter element in the input Parameters resource
inv-1: A parameter must have one and only one of (value, resource, part)
.... 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 SΣ 1..1 string Name from the definition
Required Pattern: feature
.... 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
.... Slices for part SΣ 1..* See parameter (Parameters) Named part of a multi-part parameter
Slice: Unordered, Open by value:$this.name
..... part:name SΣ 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 SΣ 1..1 string Name from the definition
Required Pattern: name
...... value[x] SΣC 1..1 uri The name of the feature. If not a core FHIR feature, must be a fully qualified URI
...... resource ΣC 0..1 Resource If parameter is a whole resource
...... part Σ 0..* See parameter (Parameters) Named part of a multi-part parameter
..... part:context SΣ 0..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 SΣ 1..1 string Name from the definition
Required Pattern: context
...... value[x] SΣC 1..1 string An expression showing the context of the feature in the CapabilityStatement
...... resource ΣC 0..1 Resource If parameter is a whole resource
...... part Σ 0..* See parameter (Parameters) Named part of a multi-part parameter
..... part:value SΣ 0..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 SΣ 1..1 string Name from the definition
Required Pattern: value
...... value[x] SΣC 1..1 The expected value of the feature
....... 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
....... valueCodeableConcept CodeableConcept
....... valueCoding Coding
...... resource ΣC 0..1 Resource If parameter is a whole resource
...... part Σ 0..* See parameter (Parameters) Named part of a multi-part parameter
..... part:matches SΣ 0..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 SΣ 1..1 string Name from the definition
Required Pattern: answer
...... value[x] SΣC 1..1 boolean The result of the feature query if value was specified in the input parameter
...... resource ΣC 0..1 Resource If parameter is a whole resource
...... part Σ 0..* See parameter (Parameters) Named part of a multi-part parameter
..... part:processing-status SΣ 0..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 SΣ 1..1 string Name from the definition
Required Pattern: processing-status
...... value[x] SΣC 1..1 code Indicates the processing status of the feature-query operation (all-ok, etc.)
Binding: Processing Status Value VS (required)
...... resource ΣC 0..1 Resource If parameter is a whole resource
...... part Σ 0..* See parameter (Parameters) Named part of a multi-part parameter

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
Parameters.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
http://hl7.org/fhir/ValueSet/languages
from the FHIR Standard
Parameters.parameter.part:processing-status.value[x]requiredProcessingStatusVS (a valid code from Processing Status Code System)
http://hl7.org/fhir/uv/application-feature/ValueSet/processing-status-vs
from this IG

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.parameterA 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()))

This structure is derived from Parameters

Summary

Mandatory: 0 element(7 nested mandatory elements)
Must-Support: 18 elements

Slices

This structure defines the following Slices:

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

Maturity: 1

 

Other representations of profile: CSV, Excel, Schematron