ParameterDefinition
ParameterDefinition
draftComplex Type10 elementsv5.0.0
ParameterDefinition Type: The parameters to the module. This collection specifies both the input and output parameters. Input parameters are provided by the caller as part of the $evaluate operation. Output parameters are included in the GuidanceResponse.
Metadata
hl7.org/fhir- Canonical URL
- http://hl7.org/fhir/StructureDefinition/ParameterDefinition
- ID
- ParameterDefinition
- Type
- Base Definition
- Derivation
- specialization
- Publisher
- HL7 FHIR Standard
- Version
- 5.0.0
| Path | Card. | Type | Description |
|---|---|---|---|
ParameterDefinition | 0..* | Definition of a parameter to a module | |
id | 0..1 | string | Unique id for inter-element referencing |
extension | 0..* | Additional content defined by implementations | |
name | 0..1 | code | Name used to access the parameter value |
use | 1..1 | code | in | outrequired: operation-parameter-use |
min | 0..1 | integer | Minimum cardinality |
max | 0..1 | string | Maximum cardinality (a number of *) |
documentation | 0..1 | string | A brief description of the parameter |
type | 1..1 | code | What type of valuerequired: fhir-types |
profile | 0..1 | canonical | What profile the value is expected to be |