FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example CodeSystem/device-property-type (XML)

Orders and Observations Work GroupMaturity Level: N/AStandards Status: Informative

Raw XML (canonical form + also see XML Format Specification)

Definition for Code SystemDevicePropertyType

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

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="device-property-type"/> 
  <meta> 
    <lastUpdated value="2025-08-28T21:10:18.393+00:00"/> 
    <profile value="http://hl7.org/fhir/StructureDefinition/shareablecodesystem"/> 
  </meta> 
  <text> 
    <status value="generated"/> 
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p class="res-header-id">
        <b> Generated Narrative: CodeSystem device-property-type</b> 
      </p> 
      <a name="device-property-type"> </a> 
      <a name="hcdevice-property-type"> </a> 
      <div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border:
       1px solid #8da1b4; border-radius: 5px; line-height: 60%">
        <p style="margin-bottom: 0px"/> 
        <p style="margin-bottom: 0px">Profile: 
          <a href="shareablecodesystem.html">Shareable CodeSystem</a> 
        </p> 
      </div> 
      <p> This case-sensitive code system 
        <code> http://hl7.org/fhir/device-property-type</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">material
            <a name="device-property-type-material"> </a> 
          </td> 
          <td> Material</td> 
          <td> Describes the substance used in the construction of the device.</td> 
        </tr> 
        <tr> 
          <td style="white-space:nowrap">size
            <a name="device-property-type-size"> </a> 
          </td> 
          <td> Size</td> 
          <td> Describes the specific dimensions or the measurement of a device.</td> 
        </tr> 
        <tr> 
          <td style="white-space:nowrap">storage
            <a name="device-property-type-storage"> </a> 
          </td> 
          <td> Storage Condition</td> 
          <td> Describes the specific environmental factors needed for the device.</td> 
        </tr> 
        <tr> 
          <td style="white-space:nowrap">color
            <a name="device-property-type-color"> </a> 
          </td> 
          <td> Color</td> 
          <td> Describes the range of colors that may be displayed or expressed on a device.</td> 
        </tr> 
      </table> 
    </div> 
  </text> 
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="oo"/> 
  </extension> 
  <url value="http://hl7.org/fhir/device-property-type"/> 
  <version value="6.0.0-ballot3"/> 
  <name value="DevicePropertyType"/> 
  <title value="Device Property Type (Example only)"/> 
  <status value="active"/> 
  <experimental value="false"/> 
  <publisher value="HL7 Orders and Observations Workgroup"/> 
  <description value="The fixed characteristics or conditions of the device. These codes are for example
   purposes only."/> 
  <jurisdiction> 
    <coding> 
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/> 
      <code value="001"/> 
      <display value="World"/> 
    </coding> 
  </jurisdiction> 
  <caseSensitive value="true"/> 
  <content value="complete"/> 
  <concept> 
    <code value="material"/> 
    <display value="Material"/> 
    <definition value="Describes the substance used in the construction of the device."/> 
  </concept> 
  <concept> 
    <code value="size"/> 
    <display value="Size"/> 
    <definition value="Describes the specific dimensions or the measurement of a device."/> 
  </concept> 
  <concept> 
    <code value="storage"/> 
    <display value="Storage Condition"/> 
    <definition value="Describes the specific environmental factors needed for the device."/> 
  </concept> 
  <concept> 
    <code value="color"/> 
    <display value="Color"/> 
    <definition value="Describes the range of colors that may be displayed or expressed on a device."/> 
  </concept> 
</CodeSystem> 

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.