type: codesystemcodesystem: nutritionproduct-status
Nutrition Product Status
- Official URL: http://hl7.org/fhir/nutritionproduct-status
- Version: 6.0.0
- Status: active
- Name: NutritionProductStatus
- Title: Nutrition Product Status
- Publisher: HL7 (FHIR Project)
- Description: Codes identifying the lifecycle stage of a product.
- Case Sensitive: true
- Content: complete
Concepts
| Code | Display | Definition |
|---|---|---|
| active | Active | The product can be used. |
| inactive | Inactive | The product is not expected or allowed to 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="nutritionproduct-status"/>
<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/nutritionproduct-status"/>
<identifier>
<system value="urn:ietf:rfc:3986"/>
<value value="urn:oid:2.16.840.1.113883.4.642.4.2104"/>
</identifier>
<version value="6.0.0"/>
<name value="NutritionProductStatus"/>
<title value="Nutrition Product Status"/>
<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="Codes identifying the lifecycle stage of a product."/>
<caseSensitive value="true"/>
<valueSet value="http://hl7.org/fhir/ValueSet/nutritionproduct-status"/>
<content value="complete"/>
<concept>
<code value="active"/>
<display value="Active"/>
<definition value="The product can be used."/>
</concept>
<concept>
<code value="inactive"/>
<display value="Inactive"/>
<definition value="The product is not expected or allowed to 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>