This page is part of the Quality Measure STU2 for FHIR R4 Implementation Guide (v5.0.0-ballot: STU5 (v5.0.0) Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 4.0.0. For a full list of available versions, see the Directory of published versions
: Measure Identifier Type Codes - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "identifier-type",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://hl7.org/fhir/us/cqfmeasures/CodeSystem/identifier-type</code> 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>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "cqi"
}
],
"url" : "http://hl7.org/fhir/us/cqfmeasures/CodeSystem/identifier-type",
"version" : "5.0.0-ballot",
"name" : "MeasureIdentifierType",
"title" : "Measure Identifier Type Codes",
"status" : "active",
"experimental" : false,
"date" : "2023-12-15T17:46:42+00:00",
"publisher" : "HL7 International / Clinical Quality Information",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/cqi"
}
]
}
],
"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)."
}
]
}