Config (Parameters) | | | Parameters | There are no (further) constraints on this element Element idParameters Short descriptionOperation Request or Response DefinitionThis resource is a non-persisted resource used to pass information into and back from an operation. It has no other use, and there is no RESTful endpoint associated with it.
CommentsThe parameters that may be used are defined by the OperationDefinition resource.
Data typeParameters Mappings- rim: Entity. Role, or Act
- v2: n/a
- rim: n/a
|
id | Σ | 0..1 | string | There are no (further) constraints on this element Element idParameters.id Short descriptionLogical id of this artifact DefinitionThe logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.
CommentsThe only time that a resource does not have an id is when it is being submitted to the server using a create operation.
Data typestring |
meta | Σ | 0..1 | Meta | There are no (further) constraints on this element Element idParameters.meta Short descriptionMetadata about the resource DefinitionThe metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.
Data typeMeta Constraints- ele-1: All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count())
|
implicitRules | Σ ?! | 0..1 | uri | There are no (further) constraints on this element Element idParameters.implicitRules Short descriptionA set of rules under which this content was created DefinitionA reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.
CommentsAsserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc.
Data typeuri Constraints- ele-1: All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count())
|
language | | 0..1 | codeBinding | There are no (further) constraints on this element Element idParameters.language Short descriptionLanguage of the resource content DefinitionThe base language in which the resource is written.
CommentsLanguage is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).
Data typecode BindingCommonLanguages (preferred) Binding extensionsConstraints- ele-1: All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count())
|
parameter | Σ C | 1..4 | BackboneElement | Element idParameters.parameter Short descriptionOperation Parameter DefinitionA parameter passed to or received from the operation.
Data typeBackboneElement SlicingUnordered, Closed, by name(Value) Constraints- ele-1: All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count()) - inv-1: 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()))
|
(All Slices) | | | | The requirements in this element apply to all slices |
id | | 0..1 | string | There are no (further) constraints on this element Element idParameters.parameter.id Short descriptionUnique id for inter-element referencing DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Data typestring Mappings |
extension | C | 0..* | Extension | There are no (further) constraints on this element Element idParameters.parameter.extension Short descriptionAdditional content defined by implementations Alternate namesextensions, user content DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
CommentsThere can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
Data typeExtension Constraints- ele-1: All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count()) - ext-1: Must have either extensions or value[x], not both
extension.exists() != value.exists() Mappings |
modifierExtension | Σ ?! C | 0..* | Extension | There are no (further) constraints on this element Element idParameters.parameter.modifierExtension Short descriptionExtensions that cannot be ignored even if unrecognized Alternate namesextensions, user content, modifiers DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.
Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
RequirementsModifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.
CommentsThere can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
Data typeExtension Constraints- ele-1: All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count()) - ext-1: Must have either extensions or value[x], not both
extension.exists() != value.exists() Mappings |
name | Σ | 1..1 | string | There are no (further) constraints on this element Element idParameters.parameter.name Short descriptionName from the definition DefinitionThe name of the parameter (reference to the operation definition).
Data typestring Constraints- ele-1: All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count())
|
value[x] | Σ C | 0..1 | | There are no (further) constraints on this element Element idParameters.parameter.value[x] Short descriptionIf parameter is a data type DefinitionIf the parameter is a data type.
ConditionsThe cardinality or value of this element may be affected by these constraints: inv-1 Constraints- ele-1: All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count())
|
valueBase64Binary | | | base64Binary | There are no (further) constraints on this element Data typebase64Binary |
valueBoolean | | | boolean | There are no (further) constraints on this element Data typeboolean |
valueCanonical | | | canonical() | There are no (further) constraints on this element Data typecanonical() |
valueCode | | | code | There are no (further) constraints on this element Data typecode |
valueDate | | | date | There are no (further) constraints on this element Data typedate |
valueDateTime | | | dateTime | There are no (further) constraints on this element Data typedateTime |
valueDecimal | | | decimal | There are no (further) constraints on this element Data typedecimal |
valueId | | | id | There are no (further) constraints on this element Data typeid |
valueInstant | | | instant | There are no (further) constraints on this element Data typeinstant |
valueInteger | | | integer | There are no (further) constraints on this element Data typeinteger |
valueMarkdown | | | markdown | There are no (further) constraints on this element Data typemarkdown |
valueOid | | | oid | There are no (further) constraints on this element Data typeoid |
valuePositiveInt | | | positiveInt | There are no (further) constraints on this element Data typepositiveInt |
valueString | | | string | There are no (further) constraints on this element Data typestring |
valueTime | | | time | There are no (further) constraints on this element Data typetime |
valueUnsignedInt | | | unsignedInt | There are no (further) constraints on this element Data typeunsignedInt |
valueUri | | | uri | There are no (further) constraints on this element Data typeuri |
valueUrl | | | url | There are no (further) constraints on this element Data typeurl |
valueUuid | | | uuid | There are no (further) constraints on this element Data typeuuid |
valueAddress | | | Address | There are no (further) constraints on this element Data typeAddress |
valueAge | | | Age | There are no (further) constraints on this element Data typeAge |
valueAnnotation | | | Annotation | There are no (further) constraints on this element Data typeAnnotation |
valueAttachment | | | Attachment | There are no (further) constraints on this element Data typeAttachment |
valueCodeableConcept | | | CodeableConcept | There are no (further) constraints on this element Data typeCodeableConcept |
valueCoding | | | Coding | There are no (further) constraints on this element Data typeCoding |
valueContactPoint | | | ContactPoint | There are no (further) constraints on this element Data typeContactPoint |
valueCount | | | Count | There are no (further) constraints on this element Data typeCount |
valueDistance | | | Distance | There are no (further) constraints on this element Data typeDistance |
valueDuration | | | Duration | There are no (further) constraints on this element Data typeDuration |
valueHumanName | | | HumanName | There are no (further) constraints on this element Data typeHumanName |
valueIdentifier | | | Identifier | There are no (further) constraints on this element Data typeIdentifier |
valueMoney | | | Money | There are no (further) constraints on this element Data typeMoney |
valuePeriod | | | Period | There are no (further) constraints on this element Data typePeriod |
valueQuantity | | | Quantity | There are no (further) constraints on this element Data typeQuantity |
valueRange | | | Range | There are no (further) constraints on this element Data typeRange |
valueRatio | | | Ratio | There are no (further) constraints on this element Data typeRatio |
valueSampledData | | | SampledData | There are no (further) constraints on this element Data typeSampledData |
valueSignature | | | Signature | There are no (further) constraints on this element Data typeSignature |
valueTiming | | | Timing | There are no (further) constraints on this element Data typeTiming |
valueContactDetail | | | ContactDetail | There are no (further) constraints on this element Data typeContactDetail |
valueContributor | | | Contributor | There are no (further) constraints on this element Data typeContributor |
valueDataRequirement | | | DataRequirement | There are no (further) constraints on this element Data typeDataRequirement |
valueExpression | | | Expression | There are no (further) constraints on this element Data typeExpression |
valueParameterDefinition | | | ParameterDefinition | There are no (further) constraints on this element Data typeParameterDefinition |
valueRelatedArtifact | | | RelatedArtifact | There are no (further) constraints on this element Data typeRelatedArtifact |
valueTriggerDefinition | | | TriggerDefinition | There are no (further) constraints on this element Data typeTriggerDefinition |
valueUsageContext | | | UsageContext | There are no (further) constraints on this element Data typeUsageContext |
valueDosage | | | Dosage | There are no (further) constraints on this element Data typeDosage |
valueMeta | | | Meta | There are no (further) constraints on this element Data typeMeta |
valueReference | | | Reference() | There are no (further) constraints on this element Data typeReference() |
resource | Σ C | 0..1 | Resource | There are no (further) constraints on this element Element idParameters.parameter.resource Short descriptionIf parameter is a whole resource DefinitionIf the parameter is a whole resource.
CommentsWhen resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.
Data typeResource ConditionsThe cardinality or value of this element may be affected by these constraints: inv-1 |
part | Σ | 0..* | see (parameter) | There are no (further) constraints on this element Element idParameters.parameter.part Short descriptionNamed part of a multi-part parameter DefinitionA named part of a multi-part parameter.
CommentsOnly one level of nested parameters is allowed.
Constraints- ele-1: All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count())
|
idMatchingType | Σ C | 0..1 | BackboneElement | There are no (further) constraints on this element Element idParameters.parameter:idMatchingType Short descriptionOperation Parameter DefinitionA parameter passed to or received from the operation.
Meaning when missingData typeBackboneElement Constraints- ele-1: All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count()) - inv-1: 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()))
|
id | | 0..1 | string | There are no (further) constraints on this element Element idParameters.parameter:idMatchingType.id Short descriptionUnique id for inter-element referencing DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Data typestring Mappings |
extension | C | 0..* | Extension | There are no (further) constraints on this element Element idParameters.parameter:idMatchingType.extension Short descriptionAdditional content defined by implementations Alternate namesextensions, user content DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
CommentsThere can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
Data typeExtension Constraints- ele-1: All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count()) - ext-1: Must have either extensions or value[x], not both
extension.exists() != value.exists() Mappings |
modifierExtension | Σ ?! C | 0..* | Extension | There are no (further) constraints on this element Element idParameters.parameter:idMatchingType.modifierExtension Short descriptionExtensions that cannot be ignored even if unrecognized Alternate namesextensions, user content, modifiers DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.
Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
RequirementsModifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.
CommentsThere can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
Data typeExtension Constraints- ele-1: All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count()) - ext-1: Must have either extensions or value[x], not both
extension.exists() != value.exists() Mappings |
name | Σ | 1..1 | stringFixed Value | Element idParameters.parameter:idMatchingType.name Short descriptionName from the definition DefinitionThe name of the parameter (reference to the operation definition).
Data typestring Constraints- ele-1: All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count()) Fixed valueidMatchingType |
value[x] | Σ C | 1..1 | Binding | Element idParameters.parameter:idMatchingType.value[x] Short descriptionIf parameter is a data type DefinitionIf the parameter is a data type.
BindingIdMatchingType (required) ConditionsThe cardinality or value of this element may be affected by these constraints: inv-1 Constraints- ele-1: All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count())
|
valueCoding | | | Coding | Data type Coding |
id | | 0..1 | string | There are no (further) constraints on this element Element idParameters.parameter:idMatchingType.value[x].id Short descriptionUnique id for inter-element referencing DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Data typestring Mappings |
extension | C | 0..* | Extension | There are no (further) constraints on this element Element idParameters.parameter:idMatchingType.value[x].extension Short descriptionAdditional content defined by implementations Alternate namesextensions, user content DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
CommentsThere can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
Data typeExtension SlicingUnordered, Open, by url(Value) Extensions are always sliced by (at least) url Constraints- ele-1: All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count()) - ext-1: Must have either extensions or value[x], not both
extension.exists() != value.exists() Mappings |
system | Σ | 1..1 | uri | There are no (further) constraints on this element Element idParameters.parameter:idMatchingType.value[x].system Short descriptionIdentity of the terminology system DefinitionThe identification of the code system that defines the meaning of the symbol in the code.
RequirementsNeed to be unambiguous about the source of the definition of the symbol.
CommentsThe URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.
Data typeuri Constraints- ele-1: All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count()) Mappings- v2: C*E.3
- rim: ./codeSystem
- orim: fhir:Coding.system rdfs:subPropertyOf dt:CDCoding.codeSystem
|
version | Σ | 0..1 | string | There are no (further) constraints on this element Element idParameters.parameter:idMatchingType.value[x].version Short descriptionVersion of the system - if relevant DefinitionThe version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.
CommentsWhere the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.
Data typestring Constraints- ele-1: All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count()) Mappings- v2: C*E.7
- rim: ./codeSystemVersion
- orim: fhir:Coding.version rdfs:subPropertyOf dt:CDCoding.codeSystemVersion
|
code | Σ | 1..1 | code | There are no (further) constraints on this element Element idParameters.parameter:idMatchingType.value[x].code Short descriptionSymbol in syntax defined by the system DefinitionA symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).
RequirementsNeed to refer to a particular code in the system.
Data typecode Constraints- ele-1: All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count()) Mappings- v2: C*E.1
- rim: ./code
- orim: fhir:Coding.code rdfs:subPropertyOf dt:CDCoding.code
|
display | Σ | 0..1 | string | There are no (further) constraints on this element Element idParameters.parameter:idMatchingType.value[x].display Short descriptionRepresentation defined by the system DefinitionA representation of the meaning of the code in the system, following the rules of the system.
RequirementsNeed to be able to carry a human-readable meaning of the code for readers that do not know the system.
Data typestring Constraints- ele-1: All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count()) Mappings- v2: C*E.2 - but note this is not well followed
- rim: CV.displayName
- orim: fhir:Coding.display rdfs:subPropertyOf dt:CDCoding.displayName
|
userSelected | Σ | 0..1 | boolean | There are no (further) constraints on this element Element idParameters.parameter:idMatchingType.value[x].userSelected Short descriptionIf this coding was chosen directly by the user DefinitionIndicates that this coding was chosen by a user directly - e.g. off a pick list of available items (codes or displays).
RequirementsThis has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.
CommentsAmongst a set of alternatives, a directly chosen code is the most appropriate starting point for new translations. There is some ambiguity about what exactly 'directly chosen' implies, and trading partner agreement may be needed to clarify the use of this element and its consequences more completely.
Data typeboolean Constraints- ele-1: All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count()) Mappings- v2: Sometimes implied by being first
- rim: CD.codingRationale
- orim: fhir:Coding.userSelected fhir:mapsTo dt:CDCoding.codingRationale. fhir:Coding.userSelected fhir:hasMap fhir:Coding.userSelected.map. fhir:Coding.userSelected.map a fhir:Map; fhir:target dt:CDCoding.codingRationale. fhir:Coding.userSelected\#true a [ fhir:source "true"; fhir:target dt:CDCoding.codingRationale\#O ]
|
resource | Σ C | 0..0 | Resource | There are no (further) constraints on this element Element idParameters.parameter:idMatchingType.resource Short descriptionIf parameter is a whole resource DefinitionIf the parameter is a whole resource.
CommentsWhen resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.
Data typeResource ConditionsThe cardinality or value of this element may be affected by these constraints: inv-1 |
part | Σ | 0..0 | see (parameter) | There are no (further) constraints on this element Element idParameters.parameter:idMatchingType.part Short descriptionNamed part of a multi-part parameter DefinitionA named part of a multi-part parameter.
CommentsOnly one level of nested parameters is allowed.
Constraints- ele-1: All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count())
|
ignoreVersionNumber | Σ C | 0..1 | BackboneElement | There are no (further) constraints on this element Element idParameters.parameter:ignoreVersionNumber Short descriptionOperation Parameter DefinitionA parameter passed to or received from the operation.
Meaning when missingData typeBackboneElement Constraints- ele-1: All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count()) - inv-1: 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()))
|
id | | 0..1 | string | There are no (further) constraints on this element Element idParameters.parameter:ignoreVersionNumber.id Short descriptionUnique id for inter-element referencing DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Data typestring Mappings |
extension | C | 0..* | Extension | There are no (further) constraints on this element Element idParameters.parameter:ignoreVersionNumber.extension Short descriptionAdditional content defined by implementations Alternate namesextensions, user content DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
CommentsThere can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
Data typeExtension Constraints- ele-1: All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count()) - ext-1: Must have either extensions or value[x], not both
extension.exists() != value.exists() Mappings |
modifierExtension | Σ ?! C | 0..* | Extension | There are no (further) constraints on this element Element idParameters.parameter:ignoreVersionNumber.modifierExtension Short descriptionExtensions that cannot be ignored even if unrecognized Alternate namesextensions, user content, modifiers DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.
Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
RequirementsModifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.
CommentsThere can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
Data typeExtension Constraints- ele-1: All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count()) - ext-1: Must have either extensions or value[x], not both
extension.exists() != value.exists() Mappings |
name | Σ | 1..1 | stringFixed Value | Element idParameters.parameter:ignoreVersionNumber.name Short descriptionName from the definition DefinitionThe name of the parameter (reference to the operation definition).
Data typestring Constraints- ele-1: All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count()) Fixed valueignoreVersionNumber |
value[x] | Σ C | 1..1 | | There are no (further) constraints on this element Element idParameters.parameter:ignoreVersionNumber.value[x] Short descriptionIf parameter is a data type DefinitionIf the parameter is a data type.
ConditionsThe cardinality or value of this element may be affected by these constraints: inv-1 Constraints- ele-1: All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count())
|
valueBoolean | | | boolean | Data type boolean |
resource | Σ C | 0..0 | Resource | There are no (further) constraints on this element Element idParameters.parameter:ignoreVersionNumber.resource Short descriptionIf parameter is a whole resource DefinitionIf the parameter is a whole resource.
CommentsWhen resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.
Data typeResource ConditionsThe cardinality or value of this element may be affected by these constraints: inv-1 |
part | Σ | 0..0 | see (parameter) | There are no (further) constraints on this element Element idParameters.parameter:ignoreVersionNumber.part Short descriptionNamed part of a multi-part parameter DefinitionA named part of a multi-part parameter.
CommentsOnly one level of nested parameters is allowed.
Constraints- ele-1: All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count())
|
unknownStateIsConsideredAsDecline | Σ C | 0..1 | BackboneElement | There are no (further) constraints on this element Element idParameters.parameter:unknownStateIsConsideredAsDecline Short descriptionOperation Parameter DefinitionA parameter passed to or received from the operation.
Meaning when missingData typeBackboneElement Constraints- ele-1: All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count()) - inv-1: 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()))
|
id | | 0..1 | string | There are no (further) constraints on this element Element idParameters.parameter:unknownStateIsConsideredAsDecline.id Short descriptionUnique id for inter-element referencing DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Data typestring Mappings |
extension | C | 0..* | Extension | There are no (further) constraints on this element Element idParameters.parameter:unknownStateIsConsideredAsDecline.extension Short descriptionAdditional content defined by implementations Alternate namesextensions, user content DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
CommentsThere can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
Data typeExtension Constraints- ele-1: All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count()) - ext-1: Must have either extensions or value[x], not both
extension.exists() != value.exists() Mappings |
modifierExtension | Σ ?! C | 0..* | Extension | There are no (further) constraints on this element Element idParameters.parameter:unknownStateIsConsideredAsDecline.modifierExtension Short descriptionExtensions that cannot be ignored even if unrecognized Alternate namesextensions, user content, modifiers DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.
Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
RequirementsModifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.
CommentsThere can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
Data typeExtension Constraints- ele-1: All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count()) - ext-1: Must have either extensions or value[x], not both
extension.exists() != value.exists() Mappings |
name | Σ | 1..1 | stringFixed Value | Element idParameters.parameter:unknownStateIsConsideredAsDecline.name Short descriptionName from the definition DefinitionThe name of the parameter (reference to the operation definition).
Data typestring Constraints- ele-1: All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count()) Fixed valueunknownStateIsConsideredAsDecline |
value[x] | Σ C | 1..1 | | There are no (further) constraints on this element Element idParameters.parameter:unknownStateIsConsideredAsDecline.value[x] Short descriptionIf parameter is a data type DefinitionIf the parameter is a data type.
ConditionsThe cardinality or value of this element may be affected by these constraints: inv-1 Constraints- ele-1: All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count())
|
valueBoolean | | | boolean | Data type boolean |
resource | Σ C | 0..0 | Resource | There are no (further) constraints on this element Element idParameters.parameter:unknownStateIsConsideredAsDecline.resource Short descriptionIf parameter is a whole resource DefinitionIf the parameter is a whole resource.
CommentsWhen resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.
Data typeResource ConditionsThe cardinality or value of this element may be affected by these constraints: inv-1 |
part | Σ | 0..0 | see (parameter) | There are no (further) constraints on this element Element idParameters.parameter:unknownStateIsConsideredAsDecline.part Short descriptionNamed part of a multi-part parameter DefinitionA named part of a multi-part parameter.
CommentsOnly one level of nested parameters is allowed.
Constraints- ele-1: All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count())
|
requestDate | Σ C | 0..1 | BackboneElement | There are no (further) constraints on this element Element idParameters.parameter:requestDate Short descriptionOperation Parameter DefinitionA parameter passed to or received from the operation.
Data typeBackboneElement Constraints- ele-1: All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count()) - inv-1: 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()))
|
id | | 0..1 | string | There are no (further) constraints on this element Element idParameters.parameter:requestDate.id Short descriptionUnique id for inter-element referencing DefinitionUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Data typestring Mappings |
extension | C | 0..* | Extension | There are no (further) constraints on this element Element idParameters.parameter:requestDate.extension Short descriptionAdditional content defined by implementations Alternate namesextensions, user content DefinitionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
CommentsThere can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
Data typeExtension Constraints- ele-1: All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count()) - ext-1: Must have either extensions or value[x], not both
extension.exists() != value.exists() Mappings |
modifierExtension | Σ ?! C | 0..* | Extension | There are no (further) constraints on this element Element idParameters.parameter:requestDate.modifierExtension Short descriptionExtensions that cannot be ignored even if unrecognized Alternate namesextensions, user content, modifiers DefinitionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.
Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
RequirementsModifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.
CommentsThere can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
Data typeExtension Constraints- ele-1: All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count()) - ext-1: Must have either extensions or value[x], not both
extension.exists() != value.exists() Mappings |
name | Σ | 1..1 | stringFixed Value | Element idParameters.parameter:requestDate.name Short descriptionName from the definition DefinitionThe name of the parameter (reference to the operation definition).
Data typestring Constraints- ele-1: All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count()) Fixed valuerequestDate |
value[x] | Σ C | 1..1 | | There are no (further) constraints on this element Element idParameters.parameter:requestDate.value[x] Short descriptionIf parameter is a data type DefinitionIf the parameter is a data type.
ConditionsThe cardinality or value of this element may be affected by these constraints: inv-1 Constraints- ele-1: All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count())
|
valueDate | | | date | Data type date |
resource | Σ C | 0..0 | Resource | There are no (further) constraints on this element Element idParameters.parameter:requestDate.resource Short descriptionIf parameter is a whole resource DefinitionIf the parameter is a whole resource.
CommentsWhen resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.
Data typeResource ConditionsThe cardinality or value of this element may be affected by these constraints: inv-1 |
part | Σ | 0..0 | see (parameter) | There are no (further) constraints on this element Element idParameters.parameter:requestDate.part Short descriptionNamed part of a multi-part parameter DefinitionA named part of a multi-part parameter.
CommentsOnly one level of nested parameters is allowed.
Constraints- ele-1: All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count())
|