View raw Markdown
type: codesystemcodesystem: udi-entry-type

UDI Entry Type

Concepts

CodeDisplayDefinition
barcodeBarcodea barcodescanner captured the data from the device label.
rfidRFIDAn RFID chip reader captured the data from the device label.
manualManualThe data was read from the label by a person and manually entered. (e.g. via a keyboard).
cardCardThe data originated from a patient's implant card and was read by an operator.
self-reportedSelf ReportedThe data originated from a patient source and was not directly scanned or read from a label or card.
electronic-transmissionElectronic TransmissionThe 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.
unknownUnknownThe method of data capture has not been determined.

CodeSystem XML

<?xml version="1.0" encoding="UTF-8"?>

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="udi-entry-type"/>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="oo"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="normative"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="2"/>
  </extension>
  <url value="http://hl7.org/fhir/udi-entry-type"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.4.212"/>
  </identifier>
  <identifier>
    <use value="old"/>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.1.202"/>
  </identifier>
  <version value="6.0.0"/>
  <name value="UDIEntryType"/>
  <title value="UDI Entry Type"/>
  <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>