type: codesystemcodesystem: product-status
Product Status
- Official URL: http://hl7.org/fhir/product-status
- Version: 6.0.0
- Status: active
- Name: ProductStatus
- Title: Product Status
- Description: ProductStatus
Concepts
| Code | Display | Definition |
|---|---|---|
| active | Active | The product can be used. |
| entered-in-error | Entered in Error | This electronic record should never have existed, though it is possible that real-world decisions were based on it. (If real-world activity has occurred, the status should be "cancelled" rather than "entered-in-error".). |
CodeSystem XML
<?xml version="1.0" encoding="UTF-8"?>
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="product-status"/>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
<valueCode value="normative"/>
</extension>
<url value="http://hl7.org/fhir/product-status"/>
<identifier>
<system value="urn:ietf:rfc:3986"/>
<value value="urn:oid:2.16.840.1.113883.4.642.4.903"/>
</identifier>
<version value="6.0.0"/>
<name value="ProductStatus"/>
<title value="Product Status"/>
<status value="active"/>
<experimental value="true"/>
<description value="ProductStatus"/>
<concept>
<code value="active"/>
<display value="Active"/>
<definition value="The product can be used."/>
</concept>
<concept>
<code value="entered-in-error"/>
<display value="Entered in Error"/>
<definition value="This electronic record should never have existed, though it is possible that real-world decisions were based on it. (If real-world activity has occurred, the status should be "cancelled" rather than "entered-in-error".)."/>
</concept>
</CodeSystem>