dQM CMS Content Implementation Guide
2026.1.0 - CI Build
dQM CMS Content Implementation Guide, published by cqframework. This guide is not an authorized publication; it is the continuous build for version 2026.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cqframework/dqm-content-cms-2026/ and changes regularly. See the Directory of published versions
| Draft as of 2026-06-16 |
{
"resourceType" : "ValueSet",
"id" : "serum-creatinine",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet serum-creatinine</b></p><a name=\"serum-creatinine\"> </a><a name=\"hcserum-creatinine\"> </a><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"https://loinc.org/2160-0/\">2160-0</a></td><td>Creatinine [Mass/volume] in Serum or Plasma</td></tr><tr><td><a href=\"https://loinc.org/38483-4/\">38483-4</a></td><td>Creatinine [Mass/volume] in Blood</td></tr><tr><td><a href=\"https://loinc.org/14682-9/\">14682-9</a></td><td>Creatinine [Moles/volume] in Serum or Plasma</td></tr><tr><td><a href=\"https://loinc.org/21232-4/\">21232-4</a></td><td>Creatinine [Mass/volume] in Arterial blood</td></tr></table></li></ul></div>"
},
"url" : "https://example.org/fhir/ValueSet/serum-creatinine",
"version" : "1.0.0",
"name" : "SerumCreatinine",
"title" : "Serum Creatinine Lab Tests",
"status" : "draft",
"date" : "2026-06-16T17:19:32+00:00",
"description" : "LOINC codes for serum creatinine laboratory observations",
"compose" : {
"include" : [
{
"system" : "http://loinc.org",
"concept" : [
{
"code" : "2160-0",
"display" : "Creatinine [Mass/volume] in Serum or Plasma"
},
{
"code" : "38483-4",
"display" : "Creatinine [Mass/volume] in Blood"
},
{
"code" : "14682-9",
"display" : "Creatinine [Moles/volume] in Serum or Plasma"
},
{
"code" : "21232-4",
"display" : "Creatinine [Mass/volume] in Arterial blood"
}
]
}
]
}
}