Parameters | | | Parameters | There are no (further) constraints on this element Element idShort description Operation Request or Response Definition This 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.
Comments The parameters that may be used are defined by the OperationDefinition resource.
Data type Parameters 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 idShort description Logical id of this artifact Definition The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.
Comments The only time that a resource does not have an id is when it is being submitted to the server using a create operation.
Data type string |
meta | Σ | 0..1 | Meta | There are no (further) constraints on this element Element idShort description Metadata about the resource Definition The 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 type Meta Constraints- ele-1: All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count())
Mappings |
implicitRules | Σ ?! | 0..1 | uri | There are no (further) constraints on this element Element idShort description A set of rules under which this content was created Definition A 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.
Comments Asserting 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 type uri Constraints- ele-1: All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count())
Mappings |
language | | 0..1 | codeBinding | There are no (further) constraints on this element Element idShort description Language of the resource content Definition The base language in which the resource is written.
Comments Language 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 type code Binding CommonLanguages (preferred)Constraints- ele-1: All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count())
Mappings |
parameter | Σ I | 1..4 | BackboneElement | Element idShort description Operation Parameter Definition A parameter passed to or received from the operation.
Data type BackboneElement Sliced: Unordered, 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()))
Mappings |
(All Slices) | | | | There are no (further) constraints on this element |
id | | 0..1 | string | There are no (further) constraints on this element Element idShort description Unique id for inter-element referencing Definition Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Data type string Mappings |
extension | I | 0..* | Extension | There are no (further) constraints on this element Element idParameters.parameter.extension Short description Additional content defined by implementations Alternate names extensions, user content Definition May 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.
Comments There 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 type Extension Sliced: Unordered, 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 |
modifierExtension | Σ ?! I | 0..* | Extension | There are no (further) constraints on this element Element idParameters.parameter.modifierExtension Short description Extensions that cannot be ignored even if unrecognized Alternate names extensions, user content, modifiers Definition May 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).
Requirements Modifier 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.
Comments There 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 type Extension 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 description Name from the definition Definition The name of the parameter (reference to the operation definition).
Comments Note that FHIR strings SHALL NOT exceed 1MB in size
Data type string Constraints- ele-1: All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count())
Mappings |
value[x] | Σ I | 0..1 | | There are no (further) constraints on this element Element idParameters.parameter.value[x] Short description If parameter is a data type Definition If the parameter is a data type.
Constraints- ele-1: All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count())
Mappings |
valueBase64Binary | | | base64Binary | There are no (further) constraints on this element Data type base64Binary |
valueBoolean | | | boolean | There are no (further) constraints on this element Data type boolean |
valueCanonical | | | canonical() | There are no (further) constraints on this element Data type canonical() |
valueCode | | | code | There are no (further) constraints on this element Data type code |
valueDate | | | date | There are no (further) constraints on this element Data type date |
valueDateTime | | | dateTime | There are no (further) constraints on this element Data type dateTime |
valueDecimal | | | decimal | There are no (further) constraints on this element Data type decimal |
valueId | | | id | There are no (further) constraints on this element Data type id |
valueInstant | | | instant | There are no (further) constraints on this element Data type instant |
valueInteger | | | integer | There are no (further) constraints on this element Data type integer |
valueMarkdown | | | markdown | There are no (further) constraints on this element Data type markdown |
valueOid | | | oid | There are no (further) constraints on this element Data type oid |
valuePositiveInt | | | positiveInt | There are no (further) constraints on this element Data type positiveInt |
valueString | | | string | There are no (further) constraints on this element Data type string |
valueTime | | | time | There are no (further) constraints on this element Data type time |
valueUnsignedInt | | | unsignedInt | There are no (further) constraints on this element Data type unsignedInt |
valueUri | | | uri | There are no (further) constraints on this element Data type uri |
valueUrl | | | url | There are no (further) constraints on this element Data type url |
valueUuid | | | uuid | There are no (further) constraints on this element Data type uuid |
valueAddress | | | Address | There are no (further) constraints on this element Data type Address |
valueAge | | | Age | There are no (further) constraints on this element Data type Age |
valueAnnotation | | | Annotation | There are no (further) constraints on this element Data type Annotation |
valueAttachment | | | Attachment | There are no (further) constraints on this element Data type Attachment |
valueCodeableConcept | | | CodeableConcept | There are no (further) constraints on this element Data type CodeableConcept |
valueCoding | | | Coding | There are no (further) constraints on this element Data type Coding |
valueContactPoint | | | ContactPoint | There are no (further) constraints on this element Data type ContactPoint |
valueCount | | | Count | There are no (further) constraints on this element Data type Count |
valueDistance | | | Distance | There are no (further) constraints on this element Data type Distance |
valueDuration | | | Duration | There are no (further) constraints on this element Data type Duration |
valueHumanName | | | HumanName | There are no (further) constraints on this element Data type HumanName |
valueIdentifier | | | Identifier | There are no (further) constraints on this element Data type Identifier |
valueMoney | | | Money | There are no (further) constraints on this element Data type Money |
valuePeriod | | | Period | There are no (further) constraints on this element Data type Period |
valueQuantity | | | Quantity | There are no (further) constraints on this element Data type Quantity |
valueRange | | | Range | There are no (further) constraints on this element Data type Range |
valueRatio | | | Ratio | There are no (further) constraints on this element Data type Ratio |
valueSampledData | | | SampledData | There are no (further) constraints on this element Data type SampledData |
valueSignature | | | Signature | There are no (further) constraints on this element Data type Signature |
valueTiming | | | Timing | There are no (further) constraints on this element Data type Timing |
valueContactDetail | | | ContactDetail | There are no (further) constraints on this element Data type ContactDetail |
valueContributor | | | Contributor | There are no (further) constraints on this element Data type Contributor |
valueDataRequirement | | | DataRequirement | There are no (further) constraints on this element Data type DataRequirement |
valueExpression | | | Expression | There are no (further) constraints on this element Data type Expression |
valueParameterDefinition | | | ParameterDefinition | There are no (further) constraints on this element Data type ParameterDefinition |
valueRelatedArtifact | | | RelatedArtifact | There are no (further) constraints on this element Data type RelatedArtifact |
valueTriggerDefinition | | | TriggerDefinition | There are no (further) constraints on this element Data type TriggerDefinition |
valueUsageContext | | | UsageContext | There are no (further) constraints on this element Data type UsageContext |
valueDosage | | | Dosage | There are no (further) constraints on this element Data type Dosage |
valueMeta | | | Meta | There are no (further) constraints on this element Data type Meta |
valueReference | | | Reference() | There are no (further) constraints on this element Data type Reference() |
resource | Σ I | 0..1 | Resource | There are no (further) constraints on this element Element idParameters.parameter.resource Short description If parameter is a whole resource Definition If the parameter is a whole resource.
Comments When 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 type Resource Mappings- rim: Entity. Role, or Act
|
part | Σ | 0..* | see (parameter) | There are no (further) constraints on this element Element idParameters.parameter.part Short description Named part of a multi-part parameter Definition A named part of a multi-part parameter.
Comments Only one level of nested parameters is allowed.
|
idMatchingType | Σ I | 0..1 | BackboneElement | There are no (further) constraints on this element Element idParameters.parameter:idMatchingType Short description Operation Parameter Definition A parameter passed to or received from the operation.
Meaning when missing Data type BackboneElement 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()))
Mappings |
id | | 0..1 | string | There are no (further) constraints on this element Element idParameters.parameter:idMatchingType.id Short description Unique id for inter-element referencing Definition Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Data type string Mappings |
extension | I | 0..* | Extension | There are no (further) constraints on this element Element idParameters.parameter:idMatchingType.extension Short description Additional content defined by implementations Alternate names extensions, user content Definition May 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.
Comments There 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 type Extension Sliced: Unordered, 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 |
modifierExtension | Σ ?! I | 0..* | Extension | There are no (further) constraints on this element Element idParameters.parameter:idMatchingType.modifierExtension Short description Extensions that cannot be ignored even if unrecognized Alternate names extensions, user content, modifiers Definition May 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).
Requirements Modifier 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.
Comments There 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 type Extension 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 description Name from the definition Definition The name of the parameter (reference to the operation definition).
Comments Note that FHIR strings SHALL NOT exceed 1MB in size
Data type string Constraints- ele-1: All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count())
Fixed value Mappings |
value[x] | Σ I | 1..1 | Binding | Element idParameters.parameter:idMatchingType.value[x] Short description If parameter is a data type Definition If the parameter is a data type.
Binding IdMatchingType (required) Constraints- ele-1: All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count())
Mappings |
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 description Unique id for inter-element referencing Definition Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Data type string Mappings |
extension | I | 0..* | Extension | There are no (further) constraints on this element Element idParameters.parameter:idMatchingType.value[x].extension Short description Additional content defined by implementations Alternate names extensions, user content Definition May 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.
Comments There 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 type Extension Sliced: Unordered, 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 description Identity of the terminology system Definition The identification of the code system that defines the meaning of the symbol in the code.
Requirements Need to be unambiguous about the source of the definition of the symbol.
Comments The 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 type uri Constraints- ele-1: All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count())
Mappings- rim: n/a
- 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 description Version of the system - if relevant Definition The 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.
Comments Where 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 type string Constraints- ele-1: All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count())
Mappings- rim: n/a
- 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 description Symbol in syntax defined by the system Definition A 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).
Requirements Need to refer to a particular code in the system.
Comments Note that FHIR strings SHALL NOT exceed 1MB in size
Data type code Constraints- ele-1: All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count())
Mappings- rim: n/a
- 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 description Representation defined by the system Definition A representation of the meaning of the code in the system, following the rules of the system.
Requirements Need to be able to carry a human-readable meaning of the code for readers that do not know the system.
Comments Note that FHIR strings SHALL NOT exceed 1MB in size
Data type string Constraints- ele-1: All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count())
Mappings- rim: n/a
- 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 description If this coding was chosen directly by the user Definition Indicates that this coding was chosen by a user directly - e.g. off a pick list of available items (codes or displays).
Requirements This 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.
Comments Amongst 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 type boolean Constraints- ele-1: All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count())
Mappings- rim: n/a
- 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 | Σ I | 0..0 | Resource | There are no (further) constraints on this element Element idParameters.parameter:idMatchingType.resource Short description If parameter is a whole resource Definition If the parameter is a whole resource.
Comments When 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 type Resource Mappings- rim: Entity. Role, or Act
|
part | Σ | 0..0 | see (parameter) | There are no (further) constraints on this element Element idParameters.parameter:idMatchingType.part Short description Named part of a multi-part parameter Definition A named part of a multi-part parameter.
Comments Only one level of nested parameters is allowed.
|
ignoreVersionNumber | Σ I | 0..1 | BackboneElement | There are no (further) constraints on this element Element idParameters.parameter:ignoreVersionNumber Short description Operation Parameter Definition A parameter passed to or received from the operation.
Meaning when missing Data type BackboneElement 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()))
Mappings |
id | | 0..1 | string | There are no (further) constraints on this element Element idParameters.parameter:ignoreVersionNumber.id Short description Unique id for inter-element referencing Definition Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Data type string Mappings |
extension | I | 0..* | Extension | There are no (further) constraints on this element Element idParameters.parameter:ignoreVersionNumber.extension Short description Additional content defined by implementations Alternate names extensions, user content Definition May 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.
Comments There 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 type Extension Sliced: Unordered, 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 |
modifierExtension | Σ ?! I | 0..* | Extension | There are no (further) constraints on this element Element idParameters.parameter:ignoreVersionNumber.modifierExtension Short description Extensions that cannot be ignored even if unrecognized Alternate names extensions, user content, modifiers Definition May 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).
Requirements Modifier 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.
Comments There 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 type Extension 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 description Name from the definition Definition The name of the parameter (reference to the operation definition).
Comments Note that FHIR strings SHALL NOT exceed 1MB in size
Data type string Constraints- ele-1: All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count())
Fixed value Mappings |
value[x] | Σ I | 1..1 | | There are no (further) constraints on this element Element idParameters.parameter:ignoreVersionNumber.value[x] Short description If parameter is a data type Definition If the parameter is a data type.
Constraints- ele-1: All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count())
Mappings |
valueBoolean | | | boolean | Data type boolean |
resource | Σ I | 0..0 | Resource | There are no (further) constraints on this element Element idParameters.parameter:ignoreVersionNumber.resource Short description If parameter is a whole resource Definition If the parameter is a whole resource.
Comments When 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 type Resource Mappings- rim: Entity. Role, or Act
|
part | Σ | 0..0 | see (parameter) | There are no (further) constraints on this element Element idParameters.parameter:ignoreVersionNumber.part Short description Named part of a multi-part parameter Definition A named part of a multi-part parameter.
Comments Only one level of nested parameters is allowed.
|
unknownStateIsConsideredAsDecline | Σ I | 0..1 | BackboneElement | There are no (further) constraints on this element Element idParameters.parameter:unknownStateIsConsideredAsDecline Short description Operation Parameter Definition A parameter passed to or received from the operation.
Meaning when missing Data type BackboneElement 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()))
Mappings |
id | | 0..1 | string | There are no (further) constraints on this element Element idParameters.parameter:unknownStateIsConsideredAsDecline.id Short description Unique id for inter-element referencing Definition Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Data type string Mappings |
extension | I | 0..* | Extension | There are no (further) constraints on this element Element idParameters.parameter:unknownStateIsConsideredAsDecline.extension Short description Additional content defined by implementations Alternate names extensions, user content Definition May 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.
Comments There 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 type Extension Sliced: Unordered, 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 |
modifierExtension | Σ ?! I | 0..* | Extension | There are no (further) constraints on this element Element idParameters.parameter:unknownStateIsConsideredAsDecline.modifierExtension Short description Extensions that cannot be ignored even if unrecognized Alternate names extensions, user content, modifiers Definition May 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).
Requirements Modifier 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.
Comments There 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 type Extension 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 description Name from the definition Definition The name of the parameter (reference to the operation definition).
Comments Note that FHIR strings SHALL NOT exceed 1MB in size
Data type string Constraints- ele-1: All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count())
Fixed value unknownStateIsConsideredAsDecline Mappings |
value[x] | Σ I | 1..1 | | There are no (further) constraints on this element Element idParameters.parameter:unknownStateIsConsideredAsDecline.value[x] Short description If parameter is a data type Definition If the parameter is a data type.
Constraints- ele-1: All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count())
Mappings |
valueBoolean | | | boolean | Data type boolean |
resource | Σ I | 0..0 | Resource | There are no (further) constraints on this element Element idParameters.parameter:unknownStateIsConsideredAsDecline.resource Short description If parameter is a whole resource Definition If the parameter is a whole resource.
Comments When 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 type Resource Mappings- rim: Entity. Role, or Act
|
part | Σ | 0..0 | see (parameter) | There are no (further) constraints on this element Element idParameters.parameter:unknownStateIsConsideredAsDecline.part Short description Named part of a multi-part parameter Definition A named part of a multi-part parameter.
Comments Only one level of nested parameters is allowed.
|
requestDate | Σ I | 0..1 | BackboneElement | There are no (further) constraints on this element Element idParameters.parameter:requestDate Short description Operation Parameter Definition A parameter passed to or received from the operation.
Data type BackboneElement 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()))
Mappings |
id | | 0..1 | string | There are no (further) constraints on this element Element idParameters.parameter:requestDate.id Short description Unique id for inter-element referencing Definition Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Data type string Mappings |
extension | I | 0..* | Extension | There are no (further) constraints on this element Element idParameters.parameter:requestDate.extension Short description Additional content defined by implementations Alternate names extensions, user content Definition May 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.
Comments There 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 type Extension Sliced: Unordered, 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 |
modifierExtension | Σ ?! I | 0..* | Extension | There are no (further) constraints on this element Element idParameters.parameter:requestDate.modifierExtension Short description Extensions that cannot be ignored even if unrecognized Alternate names extensions, user content, modifiers Definition May 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).
Requirements Modifier 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.
Comments There 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 type Extension 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 description Name from the definition Definition The name of the parameter (reference to the operation definition).
Comments Note that FHIR strings SHALL NOT exceed 1MB in size
Data type string Constraints- ele-1: All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count())
Fixed value Mappings |
value[x] | Σ I | 1..1 | | There are no (further) constraints on this element Element idParameters.parameter:requestDate.value[x] Short description If parameter is a data type Definition If the parameter is a data type.
Constraints- ele-1: All FHIR elements must have a @value or children
hasValue() or (children().count() > id.count())
Mappings |
valueDate | | | date | Data type date |
resource | Σ I | 0..0 | Resource | There are no (further) constraints on this element Element idParameters.parameter:requestDate.resource Short description If parameter is a whole resource Definition If the parameter is a whole resource.
Comments When 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 type Resource Mappings- rim: Entity. Role, or Act
|
part | Σ | 0..0 | see (parameter) | There are no (further) constraints on this element Element idParameters.parameter:requestDate.part Short description Named part of a multi-part parameter Definition A named part of a multi-part parameter.
Comments Only one level of nested parameters is allowed.
|