View raw Markdown
type: codesystemcodesystem: measure-supplemental-data-example

Measure Supplemental Data Example

Concepts

CodeDisplayDefinition
ageAgeAge Supplemental Data.
genderGenderGender Supplemental Data .
ethnicityEthnicityEthnicity Supplemental Data .
payerPayerPayer Supplemental Data.

CodeSystem XML

<?xml version="1.0" encoding="UTF-8"?>

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="measure-supplemental-data-example"/>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="cqi"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="informative"/>
  </extension>
  <url value="http://hl7.org/fhir/measure-supplemental-data-example"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.4.2046"/>
  </identifier>
  <version value="6.0.0"/>
  <name value="MeasureSupplementalDataExample"/>
  <title value="Measure Supplemental Data Example"/>
  <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>