ConceptMapGroupElement
open class ConceptMapGroupElement: BackboneElement
Mappings for a concept from the source set.
Mappings for an individual concept in the source to one or more concepts in the target.
-
Mappings for a concept from the source set.
Mappings for an individual concept in the source to one or more concepts in the target.
Declaration
Swift
override open class var resourceType: String
-
Identifies element being mapped.
Declaration
Swift
public var code: FHIRString?
-
Display for the code.
Declaration
Swift
public var display: FHIRString?
-
Concept in target system for element.
Declaration
Swift
public var target: [ConceptMapGroupElementTarget]?
-
Concept in target system for element.
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 ConceptMapGroupElement: BackboneElement