This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Definition for Code SystemDevicePropertyType
{
"resourceType" : "CodeSystem",
"id" : "device-property-type",
"meta" : {
"lastUpdated" : "2025-08-28T21:10:18.393+00:00",
"profile" : ["http://hl7.org/fhir/StructureDefinition/shareablecodesystem"]
},
"text" : {
"status" : "generated",
"div" : "<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>"
},
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "oo"
}],
"url" : "http://hl7.org/fhir/device-property-type",
"version" : "6.0.0-ballot3",
"name" : "DevicePropertyType",
"title" : "Device Property Type (Example only)",
"status" : "active",
"experimental" : false,
"publisher" : "HL7 Orders and Observations Workgroup",
"description" : "The fixed characteristics or conditions of the device. These codes are for example purposes only.",
"jurisdiction" : [{
"coding" : [{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}]
}],
"caseSensitive" : true,
"content" : "complete",
"concept" : [{
"code" : "material",
"display" : "Material",
"definition" : "Describes the substance used in the construction of the device."
},
{
"code" : "size",
"display" : "Size",
"definition" : "Describes the specific dimensions or the measurement of a device."
},
{
"code" : "storage",
"display" : "Storage Condition",
"definition" : "Describes the specific environmental factors needed for the device."
},
{
"code" : "color",
"display" : "Color",
"definition" : "Describes the range of colors that may be displayed or expressed on a device."
}]
}
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.