DataElementMapping
open class DataElementMapping: BackboneElement
External specification mapped to.
Identifies a specification (other than a terminology) that the elements which make up the DataElement have some correspondence with.
-
External specification mapped to.
Identifies a specification (other than a terminology) that the elements which make up the DataElement have some correspondence with.
Declaration
Swift
override open class var resourceType: String
-
Versions, issues, scope limitations, etc..
Declaration
Swift
public var comment: FHIRString?
-
Internal id when this mapping is used.
Declaration
Swift
public var identity: FHIRString?
-
Names what this mapping refers to.
Declaration
Swift
public var name: FHIRString?
-
Identifies what this mapping refers to.
Declaration
Swift
public var uri: FHIRURL?
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(identity: FHIRString)
-
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 DataElementMapping: BackboneElement