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_HLM_VO_ServiceRequest

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

Usage:

Formal Views of Profile Content

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

This structure is derived from ServiceRequest

NameFlagsCard.TypeDescription & Constraintsdoco
.. ServiceRequest 0..*ServiceRequestA request for a service to be performed
... meta S1..1MetaMetadata about the resource
.... profile S1..1canonical(StructureDefinition)Profiles this resource claims to conform to
... implicitRules 0..0
... language 0..0
... text 0..0
... contained 0..0
... identifier 0..0
... instantiatesCanonical 0..0
... instantiatesUri 0..0
... basedOn 0..0
... replaces 0..0
... requisition 0..0
... status S1..1codedraft | active | on-hold | revoked | completed | entered-in-error | unknown
Fixed Value: unknown
... intent S1..1codeproposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option
Fixed Value: order
... category S1..1CodeableConceptClassification of service
.... coding S1..1CodingCode defined by a terminology system
..... system S1..1uriIdentity of the terminology system
Fixed Value: https://e-lb.de/fhir/CodeSystem/KK_ELB_CS_HLM_Section_Type
..... code S1..1codeSymbol in syntax defined by the system
..... userSelected 0..0
... priority 0..0
... doNotPerform 0..0
... code S1..1CodeableConceptWhat is being requested/ordered
.... coding S1..1CodingCode defined by a terminology system
..... system S1..1uriIdentity of the terminology system
Fixed Value: https://e-lb.de/fhir/sid/KK_ELB_HLM_Katalog
..... code S1..1codeSymbol in syntax defined by the system
... orderDetail 0..0
... quantity[x] S1..1QuantityBehandlungseinheiten
.... id 0..0
.... value S1..1decimalNumerical value (with implicit precision)
.... comparator 0..0
.... unit S1..1stringUnit representation
Fixed Value: {Count}
.... system S1..1uriSystem that defines coded unit form
Fixed Value: http://unitsofmeasure.org
.... code S1..1codeCoded form of the unit
Fixed Value: 1
... subject S1..1Reference(Patient | Group | Location | Device)Individual or Entity the service is ordered for
.... reference 0..0
.... identifier S1..1IdentifierKvid10An identifier intended for computation
..... use 0..0
..... type 0..0
..... system S1..1uriThe namespace for the identifier value
..... value S1..1stringThe value that is unique
..... period 0..0
..... assigner 0..0
... encounter 0..0
... occurrence[x] 0..0
... asNeeded[x] 0..0
... authoredOn 0..0
... requester 0..0
... performerType 0..0
... performer 0..0
... locationCode 0..0
... locationReference 0..0
... reasonCode 0..0
... reasonReference 0..0
... insurance 0..0
... supportingInfo 0..0
... specimen 0..0
... bodySite 0..0
... note 0..0
... patientInstruction 0..0
... relevantHistory 0..0

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraintsdoco
.. ServiceRequest C0..*ServiceRequestA request for a service to be performed
... meta SΣ1..1MetaMetadata about the resource
.... profile SΣ1..1canonical(StructureDefinition)Profiles this resource claims to conform to
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... status ?!SΣ1..1codedraft | active | on-hold | revoked | completed | entered-in-error | unknown
Binding: RequestStatus (required): The status of a service order.


Fixed Value: unknown
... category SΣ1..1CodeableConceptClassification of service
Binding: ServiceRequestCategoryCodes (example): Classification of the requested service.


.... coding SΣ1..1CodingCode defined by a terminology system
..... system SΣ1..1uriIdentity of the terminology system
Fixed Value: https://e-lb.de/fhir/CodeSystem/KK_ELB_CS_HLM_Section_Type
..... code SΣ1..1codeSymbol in syntax defined by the system
... code SΣ1..1CodeableConceptWhat is being requested/ordered
Binding: ProcedureCodes(SNOMEDCT) (example): Codes for tests or services that can be carried out by a designated individual, organization or healthcare service. For laboratory, LOINC is preferred and a valueset using LOINC Order codes is available here.

.... coding SΣ1..1CodingCode defined by a terminology system
..... system SΣ1..1uriIdentity of the terminology system
Fixed Value: https://e-lb.de/fhir/sid/KK_ELB_HLM_Katalog
..... code SΣ1..1codeSymbol in syntax defined by the system
... quantity[x] SΣ1..1QuantityBehandlungseinheiten
.... value SΣ1..1decimalNumerical value (with implicit precision)
.... unit SΣ1..1stringUnit representation
Fixed Value: {Count}
.... system SΣC1..1uriSystem that defines coded unit form
Fixed Value: http://unitsofmeasure.org
.... code SΣ1..1codeCoded form of the unit
Fixed Value: 1
... subject SΣ1..1Reference(Patient | Group | Location | Device)Individual or Entity the service is ordered for
.... identifier S1..1IdentifierKvid10An identifier intended for computation
..... system SΣ1..1uriThe namespace for the identifier value
Fixed Value: http://fhir.de/sid/gkv/kvid-10
..... value SΣC1..1stringThe value that is unique
Example General: 123456

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / Code
ServiceRequest.statusrequiredFixed Value: unknown
ServiceRequest.intentrequiredFixed Value: order
ServiceRequest.categoryexampleServiceRequestCategoryCodes
ServiceRequest.codeexampleProcedureCodes(SNOMEDCT)

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorServiceRequestIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorServiceRequestIf 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-4errorServiceRequestIf 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-5errorServiceRequestIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceServiceRequestA resource should have narrative for robust management
: text.`div`.exists()
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()
kvid-1warningServiceRequest.subject.identifier.valueDer unveränderliche Teil der KVID muss 10-stellig sein und mit einem Großbuchstaben anfangen
: matches('^[A-Z][0-9]{9}$')
prr-1errorServiceRequestorderDetail SHALL only be present if code is present
: orderDetail.empty() or code.exists()
NameFlagsCard.TypeDescription & Constraintsdoco
.. ServiceRequest C0..*ServiceRequestA request for a service to be performed
... 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".


... extension 0..*ExtensionAdditional content defined by implementations
... status ?!SΣ1..1codedraft | active | on-hold | revoked | completed | entered-in-error | unknown
Binding: RequestStatus (required): The status of a service order.


Fixed Value: unknown
... intent ?!SΣ1..1codeproposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option
Binding: RequestIntent (required): The kind of service request.


Fixed Value: order
... category SΣ1..1CodeableConceptClassification of service
Binding: ServiceRequestCategoryCodes (example): Classification of the requested service.


.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... coding SΣ1..1CodingCode defined by a terminology system
..... id 0..1stringUnique id for inter-element referencing
..... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
..... system SΣ1..1uriIdentity of the terminology system
Fixed Value: https://e-lb.de/fhir/CodeSystem/KK_ELB_CS_HLM_Section_Type
..... version Σ0..1stringVersion of the system - if relevant
..... code SΣ1..1codeSymbol in syntax defined by the system
..... display Σ0..1stringRepresentation defined by the system
.... text Σ0..1stringPlain text representation of the concept
... code SΣ1..1CodeableConceptWhat is being requested/ordered
Binding: ProcedureCodes(SNOMEDCT) (example): Codes for tests or services that can be carried out by a designated individual, organization or healthcare service. For laboratory, LOINC is preferred and a valueset using LOINC Order codes is available here.

.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... coding SΣ1..1CodingCode defined by a terminology system
..... id 0..1stringUnique id for inter-element referencing
..... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
..... system SΣ1..1uriIdentity of the terminology system
Fixed Value: https://e-lb.de/fhir/sid/KK_ELB_HLM_Katalog
..... version Σ0..1stringVersion of the system - if relevant
..... code SΣ1..1codeSymbol in syntax defined by the system
..... display Σ0..1stringRepresentation defined by the system
..... userSelected Σ0..1booleanIf this coding was chosen directly by the user
.... text Σ0..1stringPlain text representation of the concept
... quantity[x] SΣ1..1QuantityBehandlungseinheiten
.... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... value SΣ1..1decimalNumerical value (with implicit precision)
.... unit SΣ1..1stringUnit representation
Fixed Value: {Count}
.... system SΣC1..1uriSystem that defines coded unit form
Fixed Value: http://unitsofmeasure.org
.... code SΣ1..1codeCoded form of the unit
Fixed Value: 1
... subject SΣ1..1Reference(Patient | Group | Location | Device)Individual or Entity the service is ordered for
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... type Σ0..1uriType the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).

.... identifier S1..1IdentifierKvid10An identifier intended for computation
..... id 0..1stringUnique id for inter-element referencing
..... extension N0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
..... system SΣ1..1uriThe namespace for the identifier value
Fixed Value: http://fhir.de/sid/gkv/kvid-10
..... value SΣC1..1stringThe value that is unique
Example General: 123456
.... display Σ0..1stringText alternative for the resource

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / Code
ServiceRequest.meta.securityextensibleAll Security Labels
ServiceRequest.meta.tagexampleCommonTags
ServiceRequest.statusrequiredFixed Value: unknown
ServiceRequest.intentrequiredFixed Value: order
ServiceRequest.categoryexampleServiceRequestCategoryCodes
ServiceRequest.codeexampleProcedureCodes(SNOMEDCT)
ServiceRequest.subject.typeextensibleResourceType

Constraints

IdGradePath(s)DetailsRequirements
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()
kvid-1warningServiceRequest.subject.identifier.valueDer unveränderliche Teil der KVID muss 10-stellig sein und mit einem Großbuchstaben anfangen
: matches('^[A-Z][0-9]{9}$')

This structure is derived from ServiceRequest

Summary

Mandatory: 16 elements
Must-Support: 21 elements
Fixed Value: 7 elements
Prohibited: 39 elements

Structures

This structure refers to these other structures:

Differential View

This structure is derived from ServiceRequest

NameFlagsCard.TypeDescription & Constraintsdoco
.. ServiceRequest 0..*ServiceRequestA request for a service to be performed
... meta S1..1MetaMetadata about the resource
.... profile S1..1canonical(StructureDefinition)Profiles this resource claims to conform to
... implicitRules 0..0
... language 0..0
... text 0..0
... contained 0..0
... identifier 0..0
... instantiatesCanonical 0..0
... instantiatesUri 0..0
... basedOn 0..0
... replaces 0..0
... requisition 0..0
... status S1..1codedraft | active | on-hold | revoked | completed | entered-in-error | unknown
Fixed Value: unknown
... intent S1..1codeproposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option
Fixed Value: order
... category S1..1CodeableConceptClassification of service
.... coding S1..1CodingCode defined by a terminology system
..... system S1..1uriIdentity of the terminology system
Fixed Value: https://e-lb.de/fhir/CodeSystem/KK_ELB_CS_HLM_Section_Type
..... code S1..1codeSymbol in syntax defined by the system
..... userSelected 0..0
... priority 0..0
... doNotPerform 0..0
... code S1..1CodeableConceptWhat is being requested/ordered
.... coding S1..1CodingCode defined by a terminology system
..... system S1..1uriIdentity of the terminology system
Fixed Value: https://e-lb.de/fhir/sid/KK_ELB_HLM_Katalog
..... code S1..1codeSymbol in syntax defined by the system
... orderDetail 0..0
... quantity[x] S1..1QuantityBehandlungseinheiten
.... id 0..0
.... value S1..1decimalNumerical value (with implicit precision)
.... comparator 0..0
.... unit S1..1stringUnit representation
Fixed Value: {Count}
.... system S1..1uriSystem that defines coded unit form
Fixed Value: http://unitsofmeasure.org
.... code S1..1codeCoded form of the unit
Fixed Value: 1
... subject S1..1Reference(Patient | Group | Location | Device)Individual or Entity the service is ordered for
.... reference 0..0
.... identifier S1..1IdentifierKvid10An identifier intended for computation
..... use 0..0
..... type 0..0
..... system S1..1uriThe namespace for the identifier value
..... value S1..1stringThe value that is unique
..... period 0..0
..... assigner 0..0
... encounter 0..0
... occurrence[x] 0..0
... asNeeded[x] 0..0
... authoredOn 0..0
... requester 0..0
... performerType 0..0
... performer 0..0
... locationCode 0..0
... locationReference 0..0
... reasonCode 0..0
... reasonReference 0..0
... insurance 0..0
... supportingInfo 0..0
... specimen 0..0
... bodySite 0..0
... note 0..0
... patientInstruction 0..0
... relevantHistory 0..0

doco Documentation for this format

Key Elements View

NameFlagsCard.TypeDescription & Constraintsdoco
.. ServiceRequest C0..*ServiceRequestA request for a service to be performed
... meta SΣ1..1MetaMetadata about the resource
.... profile SΣ1..1canonical(StructureDefinition)Profiles this resource claims to conform to
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... status ?!SΣ1..1codedraft | active | on-hold | revoked | completed | entered-in-error | unknown
Binding: RequestStatus (required): The status of a service order.


Fixed Value: unknown
... category SΣ1..1CodeableConceptClassification of service
Binding: ServiceRequestCategoryCodes (example): Classification of the requested service.


.... coding SΣ1..1CodingCode defined by a terminology system
..... system SΣ1..1uriIdentity of the terminology system
Fixed Value: https://e-lb.de/fhir/CodeSystem/KK_ELB_CS_HLM_Section_Type
..... code SΣ1..1codeSymbol in syntax defined by the system
... code SΣ1..1CodeableConceptWhat is being requested/ordered
Binding: ProcedureCodes(SNOMEDCT) (example): Codes for tests or services that can be carried out by a designated individual, organization or healthcare service. For laboratory, LOINC is preferred and a valueset using LOINC Order codes is available here.

.... coding SΣ1..1CodingCode defined by a terminology system
..... system SΣ1..1uriIdentity of the terminology system
Fixed Value: https://e-lb.de/fhir/sid/KK_ELB_HLM_Katalog
..... code SΣ1..1codeSymbol in syntax defined by the system
... quantity[x] SΣ1..1QuantityBehandlungseinheiten
.... value SΣ1..1decimalNumerical value (with implicit precision)
.... unit SΣ1..1stringUnit representation
Fixed Value: {Count}
.... system SΣC1..1uriSystem that defines coded unit form
Fixed Value: http://unitsofmeasure.org
.... code SΣ1..1codeCoded form of the unit
Fixed Value: 1
... subject SΣ1..1Reference(Patient | Group | Location | Device)Individual or Entity the service is ordered for
.... identifier S1..1IdentifierKvid10An identifier intended for computation
..... system SΣ1..1uriThe namespace for the identifier value
Fixed Value: http://fhir.de/sid/gkv/kvid-10
..... value SΣC1..1stringThe value that is unique
Example General: 123456

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / Code
ServiceRequest.statusrequiredFixed Value: unknown
ServiceRequest.intentrequiredFixed Value: order
ServiceRequest.categoryexampleServiceRequestCategoryCodes
ServiceRequest.codeexampleProcedureCodes(SNOMEDCT)

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorServiceRequestIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorServiceRequestIf 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-4errorServiceRequestIf 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-5errorServiceRequestIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceServiceRequestA resource should have narrative for robust management
: text.`div`.exists()
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()
kvid-1warningServiceRequest.subject.identifier.valueDer unveränderliche Teil der KVID muss 10-stellig sein und mit einem Großbuchstaben anfangen
: matches('^[A-Z][0-9]{9}$')
prr-1errorServiceRequestorderDetail SHALL only be present if code is present
: orderDetail.empty() or code.exists()

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. ServiceRequest C0..*ServiceRequestA request for a service to be performed
... 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".


... extension 0..*ExtensionAdditional content defined by implementations
... status ?!SΣ1..1codedraft | active | on-hold | revoked | completed | entered-in-error | unknown
Binding: RequestStatus (required): The status of a service order.


Fixed Value: unknown
... intent ?!SΣ1..1codeproposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option
Binding: RequestIntent (required): The kind of service request.


Fixed Value: order
... category SΣ1..1CodeableConceptClassification of service
Binding: ServiceRequestCategoryCodes (example): Classification of the requested service.


.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... coding SΣ1..1CodingCode defined by a terminology system
..... id 0..1stringUnique id for inter-element referencing
..... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
..... system SΣ1..1uriIdentity of the terminology system
Fixed Value: https://e-lb.de/fhir/CodeSystem/KK_ELB_CS_HLM_Section_Type
..... version Σ0..1stringVersion of the system - if relevant
..... code SΣ1..1codeSymbol in syntax defined by the system
..... display Σ0..1stringRepresentation defined by the system
.... text Σ0..1stringPlain text representation of the concept
... code SΣ1..1CodeableConceptWhat is being requested/ordered
Binding: ProcedureCodes(SNOMEDCT) (example): Codes for tests or services that can be carried out by a designated individual, organization or healthcare service. For laboratory, LOINC is preferred and a valueset using LOINC Order codes is available here.

.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... coding SΣ1..1CodingCode defined by a terminology system
..... id 0..1stringUnique id for inter-element referencing
..... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
..... system SΣ1..1uriIdentity of the terminology system
Fixed Value: https://e-lb.de/fhir/sid/KK_ELB_HLM_Katalog
..... version Σ0..1stringVersion of the system - if relevant
..... code SΣ1..1codeSymbol in syntax defined by the system
..... display Σ0..1stringRepresentation defined by the system
..... userSelected Σ0..1booleanIf this coding was chosen directly by the user
.... text Σ0..1stringPlain text representation of the concept
... quantity[x] SΣ1..1QuantityBehandlungseinheiten
.... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... value SΣ1..1decimalNumerical value (with implicit precision)
.... unit SΣ1..1stringUnit representation
Fixed Value: {Count}
.... system SΣC1..1uriSystem that defines coded unit form
Fixed Value: http://unitsofmeasure.org
.... code SΣ1..1codeCoded form of the unit
Fixed Value: 1
... subject SΣ1..1Reference(Patient | Group | Location | Device)Individual or Entity the service is ordered for
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... type Σ0..1uriType the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).

.... identifier S1..1IdentifierKvid10An identifier intended for computation
..... id 0..1stringUnique id for inter-element referencing
..... extension N0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
..... system SΣ1..1uriThe namespace for the identifier value
Fixed Value: http://fhir.de/sid/gkv/kvid-10
..... value SΣC1..1stringThe value that is unique
Example General: 123456
.... display Σ0..1stringText alternative for the resource

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / Code
ServiceRequest.meta.securityextensibleAll Security Labels
ServiceRequest.meta.tagexampleCommonTags
ServiceRequest.statusrequiredFixed Value: unknown
ServiceRequest.intentrequiredFixed Value: order
ServiceRequest.categoryexampleServiceRequestCategoryCodes
ServiceRequest.codeexampleProcedureCodes(SNOMEDCT)
ServiceRequest.subject.typeextensibleResourceType

Constraints

IdGradePath(s)DetailsRequirements
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()
kvid-1warningServiceRequest.subject.identifier.valueDer unveränderliche Teil der KVID muss 10-stellig sein und mit einem Großbuchstaben anfangen
: matches('^[A-Z][0-9]{9}$')

This structure is derived from ServiceRequest

Summary

Mandatory: 16 elements
Must-Support: 21 elements
Fixed Value: 7 elements
Prohibited: 39 elements

Structures

This structure refers to these other structures:

 

Other representations of profile: CSV, Excel, Schematron