FHIR 5.0.0 © HL7.org  |  FHIRsmith 0.13.2  |  Server Home  |  TX Home  |  Capability Statement  |  Terminology Capabilities  |  Operations  |  Problems  |   

TX: CodeSystem measure-definition-example

<?xml version="1.0" encoding="UTF-8"?>
<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="measure-definition-example"/>
  <meta>
    <lastUpdated value="2023-03-26T15:21:02.749+11:00"/>
    <profile value="http://hl7.org/fhir/StructureDefinition/shareablecodesystem"/>
  </meta>
  <text>
    <status value="generated"/>
    <div value="&lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
            &lt;p&gt;This code system 
              &lt;code&gt;http://hl7.org/fhir/measure-definition-example&lt;/code&gt; defines the following codes:
            &lt;/p&gt;
            &lt;table class=&quot;codes&quot;&gt;
              &lt;tr&gt;
                &lt;td style=&quot;white-space:nowrap&quot;&gt;
                  &lt;b&gt;Code&lt;/b&gt;
                &lt;/td&gt;
                &lt;td&gt;
                  &lt;b&gt;Display&lt;/b&gt;
                &lt;/td&gt;
                &lt;td&gt;
                  &lt;b&gt;Definition&lt;/b&gt;
                &lt;/td&gt;
              &lt;/tr&gt;
              &lt;tr&gt;
                &lt;td style=&quot;white-space:nowrap&quot;&gt;screening
                  &lt;a name=&quot;measure-definition-example-screening&quot;&gt; &lt;/a&gt;
                &lt;/td&gt;
                &lt;td&gt;Screening&lt;/td&gt;
                &lt;td&gt;Completion of a clinical or diagnostic tool used to identify people at risk of developing or having a certain disease or condition, even in the absence of symptoms.&lt;/td&gt;
              &lt;/tr&gt;
              &lt;tr&gt;
                &lt;td style=&quot;white-space:nowrap&quot;&gt;standardized-depression-screening-tool
                  &lt;a name=&quot;measure-definition-example-standardized-depression-screening-tool&quot;&gt; &lt;/a&gt;
                &lt;/td&gt;
                &lt;td&gt;Standardized Depression Screening Tool&lt;/td&gt;
                &lt;td&gt;A normalized and validated depression screening tool developed for the patient population in which it is being utilized.&lt;/td&gt;
              &lt;/tr&gt;
            &lt;/table&gt;
          &lt;/div&gt;"/>
  </text>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="cqi"/>
  </extension>
  <url value="http://hl7.org/fhir/measure-definition-example"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.4.2043"/>
  </identifier>
  <version value="5.0.0"/>
  <name value="MeasureDefinitionExample"/>
  <title value="Measure Definition Example"/>
  <status value="active"/>
  <experimental value="true"/>
  <publisher value="Clinical Quality Information Workgroup"/>
  <description value="Example Measure Definitions for the Measure Resource."/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <valueSet value="http://hl7.org/fhir/ValueSet/measure-definition-example"/>
  <content value="complete"/>
  <concept>
    <code value="screening"/>
    <display value="Screening"/>
    <definition value="Completion of a clinical or diagnostic tool used to identify people at risk of developing or having a certain disease or condition, even in the absence of symptoms."/>
  </concept>
  <concept>
    <code value="standardized-depression-screening-tool"/>
    <display value="Standardized Depression Screening Tool"/>
    <definition value="A normalized and validated depression screening tool developed for the patient population in which it is being utilized."/>
  </concept>
</CodeSystem>