eCQM QICore Content Subset Implementation Guide
2024.0.0 - CI Build

eCQM QICore Content Subset Implementation Guide, published by cqframework. This guide is not an authorized publication; it is the continuous build for version 2024.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cqframework/ecqm-content-qicore-2024-subset/ and changes regularly. See the Directory of published versions

: Intended Care Setting Codes - XML Representation

Active as of 2024-11-07

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="intended-care-setting-codes"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-shareablecodesystem"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CodeSystem intended-care-setting-codes</b></p><a name="intended-care-setting-codes"> </a><a name="hcintended-care-setting-codes"> </a><a name="intended-care-setting-codes-en-US"> </a><p>This case-sensitive code system <code>http://terminology.hl7.org/CodeSystem/intended-care-setting-codes</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">hospital<a name="intended-care-setting-codes-hospital"> </a></td><td>Hospital</td><td>Hospital systems containing detailed clinical information about the delivery of care in an inpatient setting.</td></tr><tr><td style="white-space:nowrap">clinic<a name="intended-care-setting-codes-clinic"> </a></td><td>Clinic</td><td>Clinic systems containing detailed clinical information about the delivery of care in an outpatient setting.</td></tr></table></div>
  </text>
  <url
       value="http://terminology.hl7.org/CodeSystem/intended-care-setting-codes"/>
  <version value="1.0.0"/>
  <name value="IntendedCareSettingCodes"/>
  <title value="Intended Care Setting Codes"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2024-11-07T20:11:51+00:00"/>
  <publisher value="Clinical Quality Information Workgroup"/>
  <description
               value="Codes that identify the intended care setting for a knowledge artifact such as a quality measure or decision support rule. The intended care setting characterizes the types of information that are expected to be available to be used by the logic, such as hospital, clinic, or laboratory."/>
  <caseSensitive value="true"/>
  <valueSet
            value="http://terminology.hl7.org/ValueSet/intended-care-setting"/>
  <content value="complete"/>
  <concept>
    <code value="hospital"/>
    <display value="Hospital"/>
    <definition
                value="Hospital systems containing detailed clinical information about the delivery of care in an inpatient setting."/>
  </concept>
  <concept>
    <code value="clinic"/>
    <display value="Clinic"/>
    <definition
                value="Clinic systems containing detailed clinical information about the delivery of care in an outpatient setting."/>
  </concept>
</CodeSystem>