--- type: "codesystem" title: "Cholesterol Code Legacy Status" codesystem: "example-supplement" --- # Cholesterol Code Legacy Status - **Official URL**: http://hl7.org/fhir/CodeSystem/example-supplement - **Version**: 201801103 - **Status**: draft - **Name**: CholCodeLegacyStatus - **Title**: Cholesterol Code Legacy Status - **Publisher**: HL7 International / Terminology Infrastructure - **Description**: CholCodeLegacyStatus - **Content**: supplement ## Narrative A supplement pack for `http://hl7.org/fhir/CodeSystem/example` that defines the administrative property 'legacy' for whether the test is currently performed | **Code** | **Legacy** | | --- | --- | | chol-mmol | false | | chol-mass | true | | chol | true | ## Concepts | Code | Display | Definition | | --- | --- | --- | | chol-mmol | | | | chol-mass | | | | chol | | | ## CodeSystem XML ```xml

A supplement pack for http://hl7.org/fhir/CodeSystem/example that defines the administrative property 'legacy' for whether the test is currently performed

Code Legacy
chol-mmol false
chol-mass true
chol true
<status value="draft"/> <experimental value="true"/> <date value="2016-01-28"/> <publisher value="HL7 International / Terminology Infrastructure"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> </contact> <contact> <telecom> <system value="url"/> <value value="http://www.hl7.org/Special/committees/Vocab/index.cfm"/> </telecom> </contact> <description value="CholCodeLegacyStatus"/> <content value="supplement"/> <supplements value="http://hl7.org/fhir/CodeSystem/example"/> <property> <code value="legacy"/> <description value="hether the test is currently performed"/> <type value="boolean"/> </property> <concept> <code value="chol-mmol"/> <property> <code value="legacy"/> <valueBoolean value="false"/> </property> </concept> <concept> <code value="chol-mass"/> <property> <code value="legacy"/> <valueBoolean value="true"/> </property> </concept> <concept> <code value="chol"/> <property> <code value="legacy"/> <valueBoolean value="true"/> </property> </concept> </CodeSystem> ```