FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5
0.0.1-snapshot-2 - informative International flag

FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5 - Version 0.0.1-snapshot-2. See the Directory of published versions

: InventoryItem Name Type - XML Representation

Page standards status: Informative Maturity Level: 0

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="inventoryitem-nametype"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
            <p>This code system 
              <code>http://hl7.org/fhir/inventoryitem-nametype</code> defines the following codes:
            </p>
            <table class="codes">
              <tr>
                <td style="white-space:nowrap">
                  <b>Code</b>
                </td>
                <td>
                  <b>Display</b>
                </td>
                <td>
                  <b>Definition</b>
                </td>
              </tr>
              <tr>
                <td style="white-space:nowrap">trade-name
                  <a name="inventoryitem-nametype-trade-name"> </a>
                </td>
                <td>Trade Name</td>
                <td>The official trade name of the item.</td>
              </tr>
              <tr>
                <td style="white-space:nowrap">alias
                  <a name="inventoryitem-nametype-alias"> </a>
                </td>
                <td>Alias</td>
                <td>An alias or common name for the item.</td>
              </tr>
              <tr>
                <td style="white-space:nowrap">original-name
                  <a name="inventoryitem-nametype-original-name"> </a>
                </td>
                <td>Original Name</td>
                <td>The original name of the item.</td>
              </tr>
              <tr>
                <td style="white-space:nowrap">preferred
                  <a name="inventoryitem-nametype-preferred"> </a>
                </td>
                <td>Preferred</td>
                <td>The preferred name of the item.</td>
              </tr>
            </table>
          </div>
  </text>
  <extension url="http://hl7.org/fhir/StructureDefinition/package-source">
    <extension url="packageId">
      <valueId value="hl7.fhir.uv.xver-r5.r4"/>
    </extension>
    <extension url="version">
      <valueString value="0.0.1-snapshot-2"/>
    </extension>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="oo"/>
  </extension>
  <url value="http://hl7.org/fhir/inventoryitem-nametype"/>
  <version value="5.0.0"/>
  <name value="InventoryItemNameType"/>
  <title value="InventoryItem Name Type"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2025-09-13T16:55:28-04:00"/>
  <publisher value="Orders and Observations"/>
  <contact>
    <name value="Orders and Observations"/>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/orders"/>
    </telecom>
  </contact>
  <description value="InventoryItem Name Type"/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <valueSet value="http://hl7.org/fhir/ValueSet/inventoryitem-nametype"/>
  <content value="complete"/>
  <concept>
    <code value="trade-name"/>
    <display value="Trade Name"/>
    <definition value="The official trade name of the item."/>
  </concept>
  <concept>
    <code value="alias"/>
    <display value="Alias"/>
    <definition value="An alias or common name for the item."/>
  </concept>
  <concept>
    <code value="original-name"/>
    <display value="Original Name"/>
    <definition value="The original name of the item."/>
  </concept>
  <concept>
    <code value="preferred"/>
    <display value="Preferred"/>
    <definition value="The preferred name of the item."/>
  </concept>
</CodeSystem>