type: codesystemcodesystem: device-productidentifierinudi
Device Production Identifier In UDI
- Official URL: http://hl7.org/fhir/device-productidentifierinudi
- Version: 6.0.0
- Status: active
- Name: DeviceProductionIdentifierInUDI
- Title: Device Production Identifier In UDI
- Publisher: HL7 (FHIR Project)
- Description: The production identifier(s) that are expected to appear in the UDI carrier.
- Case Sensitive: true
- Content: complete
Concepts
| Code | Display | Definition |
|---|---|---|
| lot-number | Lot Number | The label includes the lot number. |
| manufactured-date | Manufactured date | The label includes the manufacture date. |
| serial-number | Serial Number | The label includes the serial number. |
| expiration-date | Expiration date | The label includes the expiration date. |
| biological-source | Biological source | The label includes the biological source identifier. |
| software-version | Software Version | The 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>