View raw Markdown
type: codesystemcodesystem: device-productidentifierinudi

Device Production Identifier In UDI

Concepts

CodeDisplayDefinition
lot-numberLot NumberThe label includes the lot number.
manufactured-dateManufactured dateThe label includes the manufacture date.
serial-numberSerial NumberThe label includes the serial number.
expiration-dateExpiration dateThe label includes the expiration date.
biological-sourceBiological sourceThe label includes the biological source identifier.
software-versionSoftware VersionThe label includes the software version.

CodeSystem XML

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

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="device-productidentifierinudi"/>
  <meta>
    <lastUpdated value="2021-01-05T10:01:24.148+11:00"/>
  </meta>
  <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="0"/>
  </extension>
  <url value="http://hl7.org/fhir/device-productidentifierinudi"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.4.2134"/>
  </identifier>
  <version value="6.0.0"/>
  <name value="DeviceProductionIdentifierInUDI"/>
  <title value="Device Production Identifier In UDI"/>
  <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="The production identifier(s) that are expected to appear in the UDI carrier."/>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <concept>
    <code value="lot-number"/>
    <display value="Lot Number"/>
    <definition value="The label includes the lot number."/>
  </concept>
  <concept>
    <code value="manufactured-date"/>
    <display value="Manufactured date"/>
    <definition value="The label includes the manufacture date."/>
  </concept>
  <concept>
    <code value="serial-number"/>
    <display value="Serial Number"/>
    <definition value="The label includes the serial number."/>
  </concept>
  <concept>
    <code value="expiration-date"/>
    <display value="Expiration date"/>
    <definition value="The label includes the expiration date."/>
  </concept>
  <concept>
    <code value="biological-source"/>
    <display value="Biological source"/>
    <definition value="The label includes the biological source identifier."/>
  </concept>
  <concept>
    <code value="software-version"/>
    <display value="Software Version"/>
    <definition value="The label includes the software version."/>
  </concept>
</CodeSystem>