{
  "resourceType": "CodeSystem",
  "id": "identifier-type",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://hl7.org/fhir/us/cqfmeasures/CodeSystem/identifier-type defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">version-independent<a name=\"identifier-type-version-independent\"> </a></td><td>Version Independent</td><td>The version independent globally unique identifier (guid) for the measure.</td></tr><tr><td style=\"white-space:nowrap\">version-specific<a name=\"identifier-type-version-specific\"> </a></td><td>Version Specific</td><td>The version specific globally unique identifier (guid) for the measure.</td></tr><tr><td style=\"white-space:nowrap\">short-name<a name=\"identifier-type-short-name\"> </a></td><td>Short Name</td><td>The short name identifier for the measure (e.g. CMS104v8).</td></tr><tr><td style=\"white-space:nowrap\">endorser<a name=\"identifier-type-endorser\"> </a></td><td>Endorser</td><td>The version-independent endorser identifier for the measure (e.g. 0002).</td></tr><tr><td style=\"white-space:nowrap\">publisher<a name=\"identifier-type-publisher\"> </a></td><td>Publisher</td><td>The version-independent publisher identifier for the measure (e.g. 104).</td></tr></table></div>"
  },
  "url": "http://hl7.org/fhir/us/cqfmeasures/CodeSystem/identifier-type",
  "version": "2.1.0",
  "name": "MeasureIdentifierType",
  "title": "Measure Identifier Type",
  "status": "active",
  "experimental": false,
  "date": "2019-03-14T23:21:03-06:00",
  "publisher": "Clinical Quality Information WG",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/cqi/index.cfm"
        }
      ]
    }
  ],
  "description": "Identifier types for a measure (e.g. version-independent, version-specific, short-name, endorser, publisher)",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/us/cqfmeasures/ValueSet/identifier-type",
  "content": "complete",
  "concept": [
    {
      "code": "version-independent",
      "display": "Version Independent",
      "definition": "The version independent globally unique identifier (guid) for the measure."
    },
    {
      "code": "version-specific",
      "display": "Version Specific",
      "definition": "The version specific globally unique identifier (guid) for the measure."
    },
    {
      "code": "short-name",
      "display": "Short Name",
      "definition": "The short name identifier for the measure (e.g. CMS104v8)."
    },
    {
      "code": "endorser",
      "display": "Endorser",
      "definition": "The version-independent endorser identifier for the measure (e.g. 0002)."
    },
    {
      "code": "publisher",
      "display": "Publisher",
      "definition": "The version-independent publisher identifier for the measure (e.g. 104)."
    }
  ]
}