type: codesystemcodesystem: device-correctiveactionscope
Device Corrective Action Scope
- Official URL: http://hl7.org/fhir/device-correctiveactionscope
- Version: 6.0.0
- Status: active
- Name: DeviceCorrectiveActionScope
- Title: Device Corrective Action Scope
- Publisher: HL7 (FHIR Project)
- Description: The type of relation between devices.
- Case Sensitive: true
- Content: complete
Concepts
| Code | Display | Definition |
|---|---|---|
| model | Model | The corrective action was intended for all units of the same model. |
| lot-numbers | Lot Numbers | The corrective action was intended for a specific batch of units identified by a lot number. |
| serial-numbers | Serial Numbers | The corrective action was intended for an individual unit (or a set of units) individually identified by serial number. |
CodeSystem XML
<?xml version="1.0" encoding="UTF-8"?>
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="device-correctiveactionscope"/>
<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-correctiveactionscope"/>
<identifier>
<system value="urn:ietf:rfc:3986"/>
<value value="urn:oid:2.16.840.1.113883.4.642.4.1932"/>
</identifier>
<version value="6.0.0"/>
<name value="DeviceCorrectiveActionScope"/>
<title value="Device Corrective Action Scope"/>
<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 type of relation between devices."/>
<caseSensitive value="true"/>
<valueSet value="http://hl7.org/fhir/ValueSet/device-correctiveactionscope"/>
<content value="complete"/>
<concept>
<code value="model"/>
<display value="Model"/>
<definition value="The corrective action was intended for all units of the same model."/>
</concept>
<concept>
<code value="lot-numbers"/>
<display value="Lot Numbers"/>
<definition value="The corrective action was intended for a specific batch of units identified by a lot number."/>
</concept>
<concept>
<code value="serial-numbers"/>
<display value="Serial Numbers"/>
<definition value="The corrective action was intended for an individual unit (or a set of units) individually identified by serial number."/>
</concept>
</CodeSystem>