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
|
parameter | Σ I | 0..* | 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 |
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 |
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 |
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.
|
transactionID | Σ I | 1..1 | BackboneElement | There are no (further) constraints on this element Element IdParameters.parameter:transactionID 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 |
name | Σ | 1..1 | stringFixed Value | Element IdParameters.parameter:transactionID.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:transactionID.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 |
valueIdentifier | | | Identifier | Data Type Identifier |
resource | Σ I | 0..1 | Resource | There are no (further) constraints on this element Element IdParameters.parameter:transactionID.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 |
part | Σ | 0..* | see (parameter) | There are no (further) constraints on this element Element IdParameters.parameter:transactionID.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.
|
submitterGeneratedNotificationID | Σ I | 1..1 | BackboneElement | There are no (further) constraints on this element Element IdParameters.parameter:submitterGeneratedNotificationID 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 |
name | Σ | 1..1 | stringFixed Value | Element IdParameters.parameter:submitterGeneratedNotificationID.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
submitterGeneratedNotificationID Mappings |
value[x] | Σ I | 1..1 | | There are no (further) constraints on this element Element IdParameters.parameter:submitterGeneratedNotificationID.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 |
valueIdentifier | | | Identifier | Data Type Identifier |
resource | Σ I | 0..1 | Resource | There are no (further) constraints on this element Element IdParameters.parameter:submitterGeneratedNotificationID.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 |
part | Σ | 0..* | see (parameter) | There are no (further) constraints on this element Element IdParameters.parameter:submitterGeneratedNotificationID.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.
|
labSequenceID | Σ I | 1..1 | BackboneElement | There are no (further) constraints on this element Element IdParameters.parameter:labSequenceID 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 |
name | Σ | 1..1 | stringFixed Value | Element IdParameters.parameter:labSequenceID.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:labSequenceID.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 |
valueIdentifier | | | Identifier | Data Type Identifier |
resource | Σ I | 0..1 | Resource | There are no (further) constraints on this element Element IdParameters.parameter:labSequenceID.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 |
part | Σ | 0..* | see (parameter) | There are no (further) constraints on this element Element IdParameters.parameter:labSequenceID.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.
|
operationOutcome | Σ I | 1..1 | BackboneElement | There are no (further) constraints on this element Element IdParameters.parameter:operationOutcome 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 |
name | Σ | 1..1 | stringFixed Value | Element IdParameters.parameter:operationOutcome.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 | 0..1 | | There are no (further) constraints on this element Element IdParameters.parameter:operationOutcome.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 |
valueReference | | | Reference() | There are no (further) constraints on this element Data Type Reference() |
resource | Σ I | 1..1 | https://demis.rki.de/fhir/StructureDefinition/ProcessNotificationResponse | Element IdParameters.parameter:operationOutcome.resource Short description Information about the success/failure of an action Definition A collection of error, warning, or information messages that result from a system action.
Comments Can result from the failure of a REST call or be part of the response message returned from a request message.
Data Type https://demis.rki.de/fhir/StructureDefinition/ProcessNotificationResponse Constraints- dom-2:If the resource is contained in another resource, it SHALL NOT contain nested Resources
contained.contained.empty() - dom-4:If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
contained.meta.versionId.empty() and contained.meta.lastUpdated.empty() - dom-3:If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty() - dom-6:A resource should have narrative for robust management
text.div.exists() - dom-5:If a resource is contained in another resource, it SHALL NOT have a security label
contained.meta.security.empty()
Mappings- rim:Entity. Role, or Act
- rim:Grouping is handled through multiple repetitions from whatever context references the outcomes (no specific grouper required)
|
part | Σ | 0..* | see (parameter) | There are no (further) constraints on this element Element IdParameters.parameter:operationOutcome.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.
|