Skip to main content
Version: v0.0.2

Interface: ConceptMapGroup

One group - a source-system/target-system pair with its element mappings (FHIR R4).

Properties

element

readonly element: readonly ConceptMapElement[]

The element mappings.


source?

readonly optional source?: string

The group's source code system (canonical URI), when declared.


sourceVersion?

readonly optional sourceVersion?: string

The group's source system version, when declared.


target?

readonly optional target?: string

The group's target code system (canonical URI), when declared.


targetVersion?

readonly optional targetVersion?: string

The group's target system version, when declared.


unmapped?

readonly optional unmapped?: ConceptMapUnmapped

The group.unmapped fallback directive, when declared.