--- type: "codesystem" title: "Measure Supplemental Data Example" codesystem: "measure-supplemental-data-example" --- # Measure Supplemental Data Example - **Official URL**: http://hl7.org/fhir/measure-supplemental-data-example - **Version**: 6.0.0 - **Status**: active - **Name**: MeasureSupplementalDataExample - **Title**: Measure Supplemental Data Example - **Publisher**: Clinical Quality Information Workgroup - **Description**: Identifier supplemental data in a population for measuring purposes. - **Case Sensitive**: true - **Content**: complete ## Concepts | Code | Display | Definition | | --- | --- | --- | | age | Age | Age Supplemental Data. | | gender | Gender | Gender Supplemental Data . | | ethnicity | Ethnicity | Ethnicity Supplemental Data . | | payer | Payer | Payer Supplemental Data. | ## CodeSystem XML ```xml <status value="active"/> <experimental value="true"/> <publisher value="Clinical Quality Information Workgroup"/> <description value="Identifier supplemental data in a population for measuring purposes."/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/measure-supplemental-data-example"/> <content value="complete"/> <concept> <code value="age"/> <display value="Age"/> <definition value="Age Supplemental Data."/> </concept> <concept> <code value="gender"/> <display value="Gender"/> <definition value="Gender Supplemental Data ."/> </concept> <concept> <code value="ethnicity"/> <display value="Ethnicity"/> <definition value="Ethnicity Supplemental Data ."/> </concept> <concept> <code value="payer"/> <display value="Payer"/> <definition value="Payer Supplemental Data."/> </concept> </CodeSystem> ```