ConceptMapGroup
open class ConceptMapGroup: BackboneElement
Same source and target systems.
A group of mappings that all have the same source and target system.
-
Same source and target systems.
A group of mappings that all have the same source and target system.
Declaration
Swift
override open class var resourceType: String
-
Mappings for a concept from the source set.
Declaration
Swift
public var element: [ConceptMapGroupElement]?
-
Code System (if value set crosses code systems).
Declaration
Swift
public var source: FHIRURL?
-
Specific version of the code system.
Declaration
Swift
public var sourceVersion: FHIRString?
-
System of the target (if necessary).
Declaration
Swift
public var target: FHIRURL?
-
Specific version of the code system.
Declaration
Swift
public var targetVersion: FHIRString?
-
When no match in the mappings.
Declaration
Swift
public var unmapped: ConceptMapGroupUnmapped?
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(element: [ConceptMapGroupElement])
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)
Parameters
json
The JSON element to use to populate the receiver
context
The instantiation context to use
-
Undocumented
Declaration
Swift
open class ConceptMapGroup: BackboneElement