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

FHIR Application Feature Framework Implementation Guide, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/capstmt/ and changes regularly. 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.

NameFlagsCard.TypeDescription & Constraintsdoco
.. Parameters 0..* Parameters Operation Request or Response
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
ele-1: All FHIR elements must have a @value or children
... parameter SΣC 0..* BackboneElement One repetition of the parameter element per parameter element in the input Parameters resource
ele-1: All FHIR elements must have a @value or children
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
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
.... name SΣ 1..1 string Name from the definition
ele-1: All FHIR elements must have a @value or children
Required Pattern: feature
.... Slices for part SΣC 1..* See parameter (Parameters) Named part of a multi-part parameter
Slice: Unordered, Open by value:$this.name
ele-1: All FHIR elements must have a @value or children
..... part:name SΣC 1..1 BackboneElement Named part of a multi-part parameter
ele-1: All FHIR elements must have a @value or children
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
...... name SΣ 1..1 string Name from the definition
ele-1: All FHIR elements must have a @value or children
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
ele-1: All FHIR elements must have a @value or children
..... part:context SΣC 0..1 BackboneElement Named part of a multi-part parameter
ele-1: All FHIR elements must have a @value or children
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
...... name SΣ 1..1 string Name from the definition
ele-1: All FHIR elements must have a @value or children
Required Pattern: context
...... value[x] SΣC 1..1 string An expression showing the context of the feature in the CapabilityStatement
ele-1: All FHIR elements must have a @value or children
..... part:value SΣC 0..1 BackboneElement Named part of a multi-part parameter
ele-1: All FHIR elements must have a @value or children
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
...... name SΣ 1..1 string Name from the definition
ele-1: All FHIR elements must have a @value or children
Required Pattern: value
...... value[x] SΣC 1..1 The expected value of the feature
ele-1: All FHIR elements must have a @value or children
....... 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ΣC 0..1 BackboneElement Named part of a multi-part parameter
ele-1: All FHIR elements must have a @value or children
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
...... name SΣ 1..1 string Name from the definition
ele-1: All FHIR elements must have a @value or children
Required Pattern: answer
...... value[x] SΣC 1..1 boolean The result of the feature query if value was specified in the input parameter
ele-1: All FHIR elements must have a @value or children
..... part:processing-status SΣC 0..1 BackboneElement Named part of a multi-part parameter
ele-1: All FHIR elements must have a @value or children
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
...... name SΣ 1..1 string Name from the definition
ele-1: All FHIR elements must have a @value or children
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)
ele-1: All FHIR elements must have a @value or children

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

 

Other representations of profile: CSV, Excel, Schematron