--- type: "codesystem" title: "UDI Entry Type" codesystem: "udi-entry-type" --- # UDI Entry Type - **Official URL**: http://hl7.org/fhir/udi-entry-type - **Version**: 6.0.0 - **Status**: active - **Name**: UDIEntryType - **Title**: UDI Entry Type - **Publisher**: HL7 (FHIR Project) - **Description**: Codes to identify how UDI data was entered. - **Case Sensitive**: true - **Content**: complete ## Concepts | Code | Display | Definition | | --- | --- | --- | | barcode | Barcode | a barcodescanner captured the data from the device label. | | rfid | RFID | An RFID chip reader captured the data from the device label. | | manual | Manual | The data was read from the label by a person and manually entered. (e.g. via a keyboard). | | card | Card | The data originated from a patient's implant card and was read by an operator. | | self-reported | Self Reported | The data originated from a patient source and was not directly scanned or read from a label or card. | | electronic-transmission | Electronic Transmission | The UDI information was received electronically from the device through a communication protocol, such as the IEEE 11073 20601 version 4 exchange protocol over Bluetooth or USB. | | unknown | Unknown | The method of data capture has not been determined. | ## CodeSystem XML ```xml <status value="active"/> <experimental value="false"/> <date value="2021-01-05T10:01:24+11:00"/> <publisher value="HL7 (FHIR Project)"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> <telecom> <system value="email"/> <value value="fhir@lists.hl7.org"/> </telecom> </contact> <description value="Codes to identify how UDI data was entered."/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/udi-entry-type"/> <content value="complete"/> <concept> <code value="barcode"/> <display value="Barcode"/> <definition value="a barcodescanner captured the data from the device label."/> </concept> <concept> <code value="rfid"/> <display value="RFID"/> <definition value="An RFID chip reader captured the data from the device label."/> </concept> <concept> <code value="manual"/> <display value="Manual"/> <definition value="The data was read from the label by a person and manually entered. (e.g. via a keyboard)."/> </concept> <concept> <code value="card"/> <display value="Card"/> <definition value="The data originated from a patient's implant card and was read by an operator."/> </concept> <concept> <code value="self-reported"/> <display value="Self Reported"/> <definition value="The data originated from a patient source and was not directly scanned or read from a label or card."/> </concept> <concept> <code value="electronic-transmission"/> <display value="Electronic Transmission"/> <definition value="The UDI information was received electronically from the device through a communication protocol, such as the IEEE 11073 20601 version 4 exchange protocol over Bluetooth or USB."/> </concept> <concept> <code value="unknown"/> <display value="Unknown"/> <definition value="The method of data capture has not been determined."/> </concept> </CodeSystem> ```