This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Definition for Code SystemDeviceWarningsExample
{
"resourceType" : "CodeSystem",
"id" : "devicedefinition-warnings-example",
"meta" : {
"lastUpdated" : "2026-03-21T14:33:13.509+11:00"
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem devicedefinition-warnings-example</b></p><a name=\"devicedefinition-warnings-example\"> </a><a name=\"hcdevicedefinition-warnings-example\"> </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\">Last updated: 2026-03-16T10:01:24.148+11:00</p></div><p>This case-sensitive code system <code>http://hl7.org/fhir/devicedefinition-warnings-example</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\">flammable<a name=\"devicedefinition-warnings-example-flammable\"> </a></td><td>Flammable</td><td>Flammable - keep away from heat/open flame.</td></tr><tr><td style=\"white-space:nowrap\">electrical-shock-risk<a name=\"devicedefinition-warnings-example-electrical-shock-risk\"> </a></td><td>Electrical Shock Risk</td><td>Risk of electrical shock - follow grounding/earthing instructions.</td></tr><tr><td style=\"white-space:nowrap\">do-not-submerge<a name=\"devicedefinition-warnings-example-do-not-submerge\"> </a></td><td>Do Not Submerge</td><td>Do not immerse / keep dry.</td></tr><tr><td style=\"white-space:nowrap\">temperature-limit<a name=\"devicedefinition-warnings-example-temperature-limit\"> </a></td><td>Temperature Limit</td><td>Temperature limits must be observed.</td></tr><tr><td style=\"white-space:nowrap\">requires-training<a name=\"devicedefinition-warnings-example-requires-training\"> </a></td><td>Requires Training</td><td>Operator training required.</td></tr><tr><td style=\"white-space:nowrap\">battery-handling<a name=\"devicedefinition-warnings-example-battery-handling\"> </a></td><td>Battery Handling</td><td>Battery handling / charging instructions.</td></tr></table></div>"
},
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "oo"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "informative"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 0
}],
"url" : "http://hl7.org/fhir/devicedefinition-warnings-example",
"version" : "6.0.0-ballot4",
"name" : "DeviceWarningsExample",
"title" : "Device Warnings",
"status" : "active",
"experimental" : true,
"date" : "2026-03-16T10:01:24+11:00",
"publisher" : "HL7 (FHIR Project)",
"contact" : [{
"telecom" : [{
"system" : "url",
"value" : "http://hl7.org/fhir"
},
{
"system" : "email",
"value" : "fhir@lists.hl7.org"
}]
}],
"description" : "Hazards of using a device.",
"jurisdiction" : [{
"coding" : [{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}]
}],
"caseSensitive" : true,
"valueSet" : "http://hl7.org/fhir/ValueSet/devicedefinition-warnings-example",
"content" : "complete",
"concept" : [{
"code" : "flammable",
"display" : "Flammable",
"definition" : "Flammable - keep away from heat/open flame."
},
{
"code" : "electrical-shock-risk",
"display" : "Electrical Shock Risk",
"definition" : "Risk of electrical shock - follow grounding/earthing instructions."
},
{
"code" : "do-not-submerge",
"display" : "Do Not Submerge",
"definition" : "Do not immerse / keep dry."
},
{
"code" : "temperature-limit",
"display" : "Temperature Limit",
"definition" : "Temperature limits must be observed."
},
{
"code" : "requires-training",
"display" : "Requires Training",
"definition" : "Operator training required."
},
{
"code" : "battery-handling",
"display" : "Battery Handling",
"definition" : "Battery handling / charging instructions."
}]
}
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.