Elektronische Leistungsbestätigung
1.0.0 - draft

Elektronische Leistungsbestätigung - Local Development build (v1.0.0). See the Directory of published versions

Resource Profile: KK_ELB_ResponseParameters

Official URL: https://e-lb.de/fhir/StructureDefinition/KK_ELB_ResponseParameters Version: 1.0.0
Draft as of 2023-07-07 Computable Name: KK_ELB_ResponseParameters

Usage:

  • This Resource Profile is not used by any profiles in this Implementation Guide

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

This structure is derived from Parameters

NameFlagsCard.TypeDescription & Constraintsdoco
.. Parameters 0..*ParametersOperation Request or Response
... meta S1..1MetaMetadata about the resource
.... profile S1..1canonical(StructureDefinition)Profiles this resource claims to conform to
... implicitRules 0..0
... language 0..0
.... parameter:softwareIdentifier S1..1BackboneElementOperation Parameter
..... id 0..0
..... name S1..1stringName from the definition
Fixed Value: softwareIdentifier
..... value[x] S1..1stringIf parameter is a data type
..... resource 0..0
..... part 0..0
.... parameter:emailContactPoint S1..1BackboneElementOperation Parameter
..... name S1..1stringName from the definition
Fixed Value: emailContactPoint
..... value[x] S1..1ContactPointIf parameter is a data type
...... system S1..1codephone | fax | email | pager | url | sms | other
Fixed Value: email
...... value S1..1stringThe actual contact point details
.... parameter:responseBundle 0..*BackboneElementOperation Parameter
..... id 0..0
..... name S1..1stringName from the definition
Fixed Value: responseBundle
..... value[x] 0..0
..... resource S1..1KK_ELB_ResponseDocumentBundleContains a collection of resources
..... part 0..0

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraintsdoco
.. Parameters 0..*ParametersOperation Request or Response
... meta SΣ1..1MetaMetadata about the resource
.... profile SΣ1..1canonical(StructureDefinition)Profiles this resource claims to conform to
... Slices for parameter SΣC2..*BackboneElementOperation Parameter
Slice: Unordered, Closed by value:name
.... parameter:All Slices Content/Rules for all slices
..... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
..... name Σ1..1stringName from the definition
.... parameter:softwareIdentifier SΣC1..1BackboneElementOperation Parameter
..... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
..... name SΣ1..1stringName from the definition
Fixed Value: softwareIdentifier
..... value[x] SΣC1..1stringIf parameter is a data type
.... parameter:emailContactPoint SΣC1..1BackboneElementOperation Parameter
..... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
..... name SΣ1..1stringName from the definition
Fixed Value: emailContactPoint
..... value[x] SΣC1..1ContactPointIf parameter is a data type
...... system SΣC1..1codephone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required): Telecommunications form for contact point.


Fixed Value: email
...... value SΣ1..1stringThe actual contact point details
...... use ?!Σ0..1codehome | work | temp | old | mobile - purpose of this contact point
Binding: ContactPointUse (required): Use of contact point.

.... parameter:responseBundle ΣC0..*BackboneElementOperation Parameter
..... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
..... name SΣ1..1stringName from the definition
Fixed Value: responseBundle
..... resource SC1..1KK_ELB_ResponseDocumentBundleContains a collection of resources

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / Code
Parameters.parameter:emailContactPoint.value[x].systemrequiredFixed Value: email
Parameters.parameter:emailContactPoint.value[x].userequiredContactPointUse

Constraints

IdGradePath(s)DetailsRequirements
bdl-1errorParameters.parameter:responseBundle.resourcetotal only when a search or history
: total.empty() or (type = 'searchset') or (type = 'history')
bdl-2errorParameters.parameter:responseBundle.resourceentry.search only when a search
: entry.search.empty() or (type = 'searchset')
bdl-3errorParameters.parameter:responseBundle.resourceentry.request mandatory for batch/transaction/history, otherwise prohibited
: entry.all(request.exists() = (%resource.type = 'batch' or %resource.type = 'transaction' or %resource.type = 'history'))
bdl-4errorParameters.parameter:responseBundle.resourceentry.response mandatory for batch-response/transaction-response/history, otherwise prohibited
: entry.all(response.exists() = (%resource.type = 'batch-response' or %resource.type = 'transaction-response' or %resource.type = 'history'))
bdl-7errorParameters.parameter:responseBundle.resourceFullUrl must be unique in a bundle, or else entries with the same fullUrl must have different meta.versionId (except in history bundles)
: (type = 'history') or entry.where(fullUrl.exists()).select(fullUrl&resource.meta.versionId).isDistinct()
bdl-9errorParameters.parameter:responseBundle.resourceA document must have an identifier with a system and a value
: type = 'document' implies (identifier.system.exists() and identifier.value.exists())
bdl-10errorParameters.parameter:responseBundle.resourceA document must have a date
: type = 'document' implies (timestamp.hasValue())
bdl-11errorParameters.parameter:responseBundle.resourceA document must have a Composition as the first resource
: type = 'document' implies entry.first().resource.is(Composition)
bdl-12errorParameters.parameter:responseBundle.resourceA message must have a MessageHeader as the first resource
: type = 'message' implies entry.first().resource.is(MessageHeader)
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
inv-1errorParameters.parameter, Parameters.parameter:softwareIdentifier, Parameters.parameter:emailContactPoint, Parameters.parameter:responseBundleA 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()))
NameFlagsCard.TypeDescription & Constraintsdoco
.. Parameters 0..*ParametersOperation Request or Response
... id Σ0..1idLogical id of this artifact
... meta SΣ1..1MetaMetadata about the resource
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... versionId Σ0..1idVersion specific identifier
.... lastUpdated Σ0..1instantWhen the resource version last changed
.... source Σ0..1uriIdentifies where the resource comes from
.... profile SΣ1..1canonical(StructureDefinition)Profiles this resource claims to conform to
.... security Σ0..*CodingSecurity Labels applied to this resource
Binding: All Security Labels (extensible): Security Labels from the Healthcare Privacy and Security Classification System.


.... tag Σ0..*CodingTags applied to this resource
Binding: CommonTags (example): Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones".


... Slices for parameter SΣC2..*BackboneElementOperation Parameter
Slice: Unordered, Closed by value:name
.... parameter:All Slices Content/Rules for all slices
..... id 0..1stringUnique id for inter-element referencing
..... extension 0..*ExtensionAdditional content defined by implementations
..... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
..... name Σ1..1stringName from the definition
..... value[x] ΣC0..1If parameter is a data type
...... valueBase64Binarybase64Binary
...... valueBooleanboolean
...... valueCanonicalcanonical(Any)
...... valueCodecode
...... valueDatedate
...... valueDateTimedateTime
...... valueDecimaldecimal
...... valueIdid
...... valueInstantinstant
...... valueIntegerinteger
...... valueMarkdownmarkdown
...... valueOidoid
...... valuePositiveIntpositiveInt
...... valueStringstring
...... valueTimetime
...... valueUnsignedIntunsignedInt
...... valueUriuri
...... valueUrlurl
...... valueUuiduuid
...... valueAddressAddress
...... valueAgeAge
...... valueAnnotationAnnotation
...... valueAttachmentAttachment
...... valueCodeableConceptCodeableConcept
...... valueCodingCoding
...... valueContactPointContactPoint
...... valueCountCount
...... valueDistanceDistance
...... valueDurationDuration
...... valueHumanNameHumanName
...... valueIdentifierIdentifier
...... valueMoneyMoney
...... valuePeriodPeriod
...... valueQuantityQuantity
...... valueRangeRange
...... valueRatioRatio
...... valueReferenceReference(Any)
...... valueSampledDataSampledData
...... valueSignatureSignature
...... valueTimingTiming
...... valueContactDetailContactDetail
...... valueContributorContributor
...... valueDataRequirementDataRequirement
...... valueExpressionExpression
...... valueParameterDefinitionParameterDefinition
...... valueRelatedArtifactRelatedArtifact
...... valueTriggerDefinitionTriggerDefinition
...... valueUsageContextUsageContext
...... valueDosageDosage
...... valueMetaMeta
..... resource ΣC0..1ResourceIf parameter is a whole resource
..... part Σ0..*See parameter (Parameters)Named part of a multi-part parameter
.... parameter:softwareIdentifier SΣC1..1BackboneElementOperation Parameter
..... extension 0..*ExtensionAdditional content defined by implementations
..... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
..... name SΣ1..1stringName from the definition
Fixed Value: softwareIdentifier
..... value[x] SΣC1..1stringIf parameter is a data type
.... parameter:emailContactPoint SΣC1..1BackboneElementOperation Parameter
..... id 0..1stringUnique id for inter-element referencing
..... extension 0..*ExtensionAdditional content defined by implementations
..... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
..... name SΣ1..1stringName from the definition
Fixed Value: emailContactPoint
..... value[x] SΣC1..1ContactPointIf parameter is a data type
...... id 0..1stringUnique id for inter-element referencing
...... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
...... system SΣC1..1codephone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required): Telecommunications form for contact point.


Fixed Value: email
...... value SΣ1..1stringThe actual contact point details
...... use ?!Σ0..1codehome | work | temp | old | mobile - purpose of this contact point
Binding: ContactPointUse (required): Use of contact point.

...... rank Σ0..1positiveIntSpecify preferred order of use (1 = highest)
...... period Σ0..1PeriodTime period when the contact point was/is in use
..... resource ΣC0..1ResourceIf parameter is a whole resource
..... part Σ0..*See parameter (Parameters)Named part of a multi-part parameter
.... parameter:responseBundle ΣC0..*BackboneElementOperation Parameter
..... extension 0..*ExtensionAdditional content defined by implementations
..... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
..... name SΣ1..1stringName from the definition
Fixed Value: responseBundle
..... resource SC1..1KK_ELB_ResponseDocumentBundleContains a collection of resources

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / Code
Parameters.meta.securityextensibleAll Security Labels
Parameters.meta.tagexampleCommonTags
Parameters.parameter:emailContactPoint.value[x].systemrequiredFixed Value: email
Parameters.parameter:emailContactPoint.value[x].userequiredContactPointUse

Constraints

IdGradePath(s)DetailsRequirements
bdl-1errorParameters.parameter:responseBundle.resourcetotal only when a search or history
: total.empty() or (type = 'searchset') or (type = 'history')
bdl-2errorParameters.parameter:responseBundle.resourceentry.search only when a search
: entry.search.empty() or (type = 'searchset')
bdl-3errorParameters.parameter:responseBundle.resourceentry.request mandatory for batch/transaction/history, otherwise prohibited
: entry.all(request.exists() = (%resource.type = 'batch' or %resource.type = 'transaction' or %resource.type = 'history'))
bdl-4errorParameters.parameter:responseBundle.resourceentry.response mandatory for batch-response/transaction-response/history, otherwise prohibited
: entry.all(response.exists() = (%resource.type = 'batch-response' or %resource.type = 'transaction-response' or %resource.type = 'history'))
bdl-7errorParameters.parameter:responseBundle.resourceFullUrl must be unique in a bundle, or else entries with the same fullUrl must have different meta.versionId (except in history bundles)
: (type = 'history') or entry.where(fullUrl.exists()).select(fullUrl&resource.meta.versionId).isDistinct()
bdl-9errorParameters.parameter:responseBundle.resourceA document must have an identifier with a system and a value
: type = 'document' implies (identifier.system.exists() and identifier.value.exists())
bdl-10errorParameters.parameter:responseBundle.resourceA document must have a date
: type = 'document' implies (timestamp.hasValue())
bdl-11errorParameters.parameter:responseBundle.resourceA document must have a Composition as the first resource
: type = 'document' implies entry.first().resource.is(Composition)
bdl-12errorParameters.parameter:responseBundle.resourceA message must have a MessageHeader as the first resource
: type = 'message' implies entry.first().resource.is(MessageHeader)
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
inv-1errorParameters.parameter, Parameters.parameter:softwareIdentifier, Parameters.parameter:emailContactPointA 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()))

This structure is derived from Parameters

Summary

Mandatory: 8 elements (1 nested mandatory element)
Must-Support: 13 elements
Fixed Value: 4 elements
Prohibited: 8 elements

Structures

This structure refers to these other structures:

Slices

This structure defines the following Slices:

  • The element Parameters.parameter is sliced based on the value of value:name (Closed)

Differential View

This structure is derived from Parameters

NameFlagsCard.TypeDescription & Constraintsdoco
.. Parameters 0..*ParametersOperation Request or Response
... meta S1..1MetaMetadata about the resource
.... profile S1..1canonical(StructureDefinition)Profiles this resource claims to conform to
... implicitRules 0..0
... language 0..0
.... parameter:softwareIdentifier S1..1BackboneElementOperation Parameter
..... id 0..0
..... name S1..1stringName from the definition
Fixed Value: softwareIdentifier
..... value[x] S1..1stringIf parameter is a data type
..... resource 0..0
..... part 0..0
.... parameter:emailContactPoint S1..1BackboneElementOperation Parameter
..... name S1..1stringName from the definition
Fixed Value: emailContactPoint
..... value[x] S1..1ContactPointIf parameter is a data type
...... system S1..1codephone | fax | email | pager | url | sms | other
Fixed Value: email
...... value S1..1stringThe actual contact point details
.... parameter:responseBundle 0..*BackboneElementOperation Parameter
..... id 0..0
..... name S1..1stringName from the definition
Fixed Value: responseBundle
..... value[x] 0..0
..... resource S1..1KK_ELB_ResponseDocumentBundleContains a collection of resources
..... part 0..0

doco Documentation for this format

Key Elements View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Parameters 0..*ParametersOperation Request or Response
... meta SΣ1..1MetaMetadata about the resource
.... profile SΣ1..1canonical(StructureDefinition)Profiles this resource claims to conform to
... Slices for parameter SΣC2..*BackboneElementOperation Parameter
Slice: Unordered, Closed by value:name
.... parameter:All Slices Content/Rules for all slices
..... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
..... name Σ1..1stringName from the definition
.... parameter:softwareIdentifier SΣC1..1BackboneElementOperation Parameter
..... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
..... name SΣ1..1stringName from the definition
Fixed Value: softwareIdentifier
..... value[x] SΣC1..1stringIf parameter is a data type
.... parameter:emailContactPoint SΣC1..1BackboneElementOperation Parameter
..... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
..... name SΣ1..1stringName from the definition
Fixed Value: emailContactPoint
..... value[x] SΣC1..1ContactPointIf parameter is a data type
...... system SΣC1..1codephone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required): Telecommunications form for contact point.


Fixed Value: email
...... value SΣ1..1stringThe actual contact point details
...... use ?!Σ0..1codehome | work | temp | old | mobile - purpose of this contact point
Binding: ContactPointUse (required): Use of contact point.

.... parameter:responseBundle ΣC0..*BackboneElementOperation Parameter
..... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
..... name SΣ1..1stringName from the definition
Fixed Value: responseBundle
..... resource SC1..1KK_ELB_ResponseDocumentBundleContains a collection of resources

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / Code
Parameters.parameter:emailContactPoint.value[x].systemrequiredFixed Value: email
Parameters.parameter:emailContactPoint.value[x].userequiredContactPointUse

Constraints

IdGradePath(s)DetailsRequirements
bdl-1errorParameters.parameter:responseBundle.resourcetotal only when a search or history
: total.empty() or (type = 'searchset') or (type = 'history')
bdl-2errorParameters.parameter:responseBundle.resourceentry.search only when a search
: entry.search.empty() or (type = 'searchset')
bdl-3errorParameters.parameter:responseBundle.resourceentry.request mandatory for batch/transaction/history, otherwise prohibited
: entry.all(request.exists() = (%resource.type = 'batch' or %resource.type = 'transaction' or %resource.type = 'history'))
bdl-4errorParameters.parameter:responseBundle.resourceentry.response mandatory for batch-response/transaction-response/history, otherwise prohibited
: entry.all(response.exists() = (%resource.type = 'batch-response' or %resource.type = 'transaction-response' or %resource.type = 'history'))
bdl-7errorParameters.parameter:responseBundle.resourceFullUrl must be unique in a bundle, or else entries with the same fullUrl must have different meta.versionId (except in history bundles)
: (type = 'history') or entry.where(fullUrl.exists()).select(fullUrl&resource.meta.versionId).isDistinct()
bdl-9errorParameters.parameter:responseBundle.resourceA document must have an identifier with a system and a value
: type = 'document' implies (identifier.system.exists() and identifier.value.exists())
bdl-10errorParameters.parameter:responseBundle.resourceA document must have a date
: type = 'document' implies (timestamp.hasValue())
bdl-11errorParameters.parameter:responseBundle.resourceA document must have a Composition as the first resource
: type = 'document' implies entry.first().resource.is(Composition)
bdl-12errorParameters.parameter:responseBundle.resourceA message must have a MessageHeader as the first resource
: type = 'message' implies entry.first().resource.is(MessageHeader)
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
inv-1errorParameters.parameter, Parameters.parameter:softwareIdentifier, Parameters.parameter:emailContactPoint, Parameters.parameter:responseBundleA 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()))

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Parameters 0..*ParametersOperation Request or Response
... id Σ0..1idLogical id of this artifact
... meta SΣ1..1MetaMetadata about the resource
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... versionId Σ0..1idVersion specific identifier
.... lastUpdated Σ0..1instantWhen the resource version last changed
.... source Σ0..1uriIdentifies where the resource comes from
.... profile SΣ1..1canonical(StructureDefinition)Profiles this resource claims to conform to
.... security Σ0..*CodingSecurity Labels applied to this resource
Binding: All Security Labels (extensible): Security Labels from the Healthcare Privacy and Security Classification System.


.... tag Σ0..*CodingTags applied to this resource
Binding: CommonTags (example): Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones".


... Slices for parameter SΣC2..*BackboneElementOperation Parameter
Slice: Unordered, Closed by value:name
.... parameter:All Slices Content/Rules for all slices
..... id 0..1stringUnique id for inter-element referencing
..... extension 0..*ExtensionAdditional content defined by implementations
..... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
..... name Σ1..1stringName from the definition
..... value[x] ΣC0..1If parameter is a data type
...... valueBase64Binarybase64Binary
...... valueBooleanboolean
...... valueCanonicalcanonical(Any)
...... valueCodecode
...... valueDatedate
...... valueDateTimedateTime
...... valueDecimaldecimal
...... valueIdid
...... valueInstantinstant
...... valueIntegerinteger
...... valueMarkdownmarkdown
...... valueOidoid
...... valuePositiveIntpositiveInt
...... valueStringstring
...... valueTimetime
...... valueUnsignedIntunsignedInt
...... valueUriuri
...... valueUrlurl
...... valueUuiduuid
...... valueAddressAddress
...... valueAgeAge
...... valueAnnotationAnnotation
...... valueAttachmentAttachment
...... valueCodeableConceptCodeableConcept
...... valueCodingCoding
...... valueContactPointContactPoint
...... valueCountCount
...... valueDistanceDistance
...... valueDurationDuration
...... valueHumanNameHumanName
...... valueIdentifierIdentifier
...... valueMoneyMoney
...... valuePeriodPeriod
...... valueQuantityQuantity
...... valueRangeRange
...... valueRatioRatio
...... valueReferenceReference(Any)
...... valueSampledDataSampledData
...... valueSignatureSignature
...... valueTimingTiming
...... valueContactDetailContactDetail
...... valueContributorContributor
...... valueDataRequirementDataRequirement
...... valueExpressionExpression
...... valueParameterDefinitionParameterDefinition
...... valueRelatedArtifactRelatedArtifact
...... valueTriggerDefinitionTriggerDefinition
...... valueUsageContextUsageContext
...... valueDosageDosage
...... valueMetaMeta
..... resource ΣC0..1ResourceIf parameter is a whole resource
..... part Σ0..*See parameter (Parameters)Named part of a multi-part parameter
.... parameter:softwareIdentifier SΣC1..1BackboneElementOperation Parameter
..... extension 0..*ExtensionAdditional content defined by implementations
..... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
..... name SΣ1..1stringName from the definition
Fixed Value: softwareIdentifier
..... value[x] SΣC1..1stringIf parameter is a data type
.... parameter:emailContactPoint SΣC1..1BackboneElementOperation Parameter
..... id 0..1stringUnique id for inter-element referencing
..... extension 0..*ExtensionAdditional content defined by implementations
..... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
..... name SΣ1..1stringName from the definition
Fixed Value: emailContactPoint
..... value[x] SΣC1..1ContactPointIf parameter is a data type
...... id 0..1stringUnique id for inter-element referencing
...... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
...... system SΣC1..1codephone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required): Telecommunications form for contact point.


Fixed Value: email
...... value SΣ1..1stringThe actual contact point details
...... use ?!Σ0..1codehome | work | temp | old | mobile - purpose of this contact point
Binding: ContactPointUse (required): Use of contact point.

...... rank Σ0..1positiveIntSpecify preferred order of use (1 = highest)
...... period Σ0..1PeriodTime period when the contact point was/is in use
..... resource ΣC0..1ResourceIf parameter is a whole resource
..... part Σ0..*See parameter (Parameters)Named part of a multi-part parameter
.... parameter:responseBundle ΣC0..*BackboneElementOperation Parameter
..... extension 0..*ExtensionAdditional content defined by implementations
..... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
..... name SΣ1..1stringName from the definition
Fixed Value: responseBundle
..... resource SC1..1KK_ELB_ResponseDocumentBundleContains a collection of resources

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / Code
Parameters.meta.securityextensibleAll Security Labels
Parameters.meta.tagexampleCommonTags
Parameters.parameter:emailContactPoint.value[x].systemrequiredFixed Value: email
Parameters.parameter:emailContactPoint.value[x].userequiredContactPointUse

Constraints

IdGradePath(s)DetailsRequirements
bdl-1errorParameters.parameter:responseBundle.resourcetotal only when a search or history
: total.empty() or (type = 'searchset') or (type = 'history')
bdl-2errorParameters.parameter:responseBundle.resourceentry.search only when a search
: entry.search.empty() or (type = 'searchset')
bdl-3errorParameters.parameter:responseBundle.resourceentry.request mandatory for batch/transaction/history, otherwise prohibited
: entry.all(request.exists() = (%resource.type = 'batch' or %resource.type = 'transaction' or %resource.type = 'history'))
bdl-4errorParameters.parameter:responseBundle.resourceentry.response mandatory for batch-response/transaction-response/history, otherwise prohibited
: entry.all(response.exists() = (%resource.type = 'batch-response' or %resource.type = 'transaction-response' or %resource.type = 'history'))
bdl-7errorParameters.parameter:responseBundle.resourceFullUrl must be unique in a bundle, or else entries with the same fullUrl must have different meta.versionId (except in history bundles)
: (type = 'history') or entry.where(fullUrl.exists()).select(fullUrl&resource.meta.versionId).isDistinct()
bdl-9errorParameters.parameter:responseBundle.resourceA document must have an identifier with a system and a value
: type = 'document' implies (identifier.system.exists() and identifier.value.exists())
bdl-10errorParameters.parameter:responseBundle.resourceA document must have a date
: type = 'document' implies (timestamp.hasValue())
bdl-11errorParameters.parameter:responseBundle.resourceA document must have a Composition as the first resource
: type = 'document' implies entry.first().resource.is(Composition)
bdl-12errorParameters.parameter:responseBundle.resourceA message must have a MessageHeader as the first resource
: type = 'message' implies entry.first().resource.is(MessageHeader)
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
inv-1errorParameters.parameter, Parameters.parameter:softwareIdentifier, Parameters.parameter:emailContactPointA 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()))

This structure is derived from Parameters

Summary

Mandatory: 8 elements (1 nested mandatory element)
Must-Support: 13 elements
Fixed Value: 4 elements
Prohibited: 8 elements

Structures

This structure refers to these other structures:

Slices

This structure defines the following Slices:

  • The element Parameters.parameter is sliced based on the value of value:name (Closed)

 

Other representations of profile: CSV, Excel, Schematron