UDIEntryType
public enum UDIEntryType: String
Codes to identify how UDI data was entered
URL: http://hl7.org/fhir/udi-entry-type ValueSet: http://hl7.org/fhir/ValueSet/udi-entry-type
-
A Barcode scanner captured the data from the device label
Declaration
Swift
case barcode = "barcode"
-
An RFID chip reader captured the data from the device label
Declaration
Swift
case rfid = "rfid"
-
The data was read from the label by a person and manually entered. (e.g. via a keyboard)
Declaration
Swift
case manual = "manual"
-
The data originated from a patient’s implant card and read by an operator.
Declaration
Swift
case card = "card"
-
The data originated from a patient source and not directly scanned or read from a label or card.
Declaration
Swift
case selfReported = "self-reported"
-
The method of data capture has not been determined
Declaration
Swift
case unknown = "unknown"