DeviceUdi
open class DeviceUdi: BackboneElement
Unique Device Identifier (UDI) Barcode string.
Unique device identifier (UDI) assigned to device label or package.
-
Unique Device Identifier (UDI) Barcode string.
Unique device identifier (UDI) assigned to device label or package.
Declaration
Swift
override open class var resourceType: String
-
UDI Machine Readable Barcode String.
Declaration
Swift
public var carrierAIDC: Base64Binary?
-
UDI Human Readable Barcode String.
Declaration
Swift
public var carrierHRF: FHIRString?
-
Mandatory fixed portion of UDI.
Declaration
Swift
public var deviceIdentifier: FHIRString?
-
A coded entry to indicate how the data was entered.
Declaration
Swift
public var entryType: UDIEntryType?
-
UDI Issuing Organization.
Declaration
Swift
public var issuer: FHIRURL?
-
Regional UDI authority.
Declaration
Swift
public var jurisdiction: FHIRURL?
-
Device Name as appears on UDI label.
Declaration
Swift
public var name: FHIRString?
-
Device Name as appears on UDI label.
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 DeviceUdi: BackboneElement