LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions
: Insight Category Code System - XML Representation
Raw xml | Download
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="insight-category-code-system"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p>This code system <code>http://linuxforhealth.org/fhir/cdm/CodeSystem/insight-category-code-system</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">natural-language-processing<a name="insight-category-code-system-natural-language-processing"> </a></td><td>NLP</td><td>Insight derived from Natural Language Processing.</td></tr><tr><td style="white-space:nowrap">data-quality<a name="insight-category-code-system-data-quality"> </a></td><td>Data Quality</td><td>Insight derived by a data quality check.</td></tr></table></div>
</text>
<url
value="http://linuxforhealth.org/fhir/cdm/CodeSystem/insight-category-code-system"/>
<version value="8.0.0"/>
<name value="InsightCategoryCodeSystem"/>
<title value="Insight Category Code System"/>
<status value="active"/>
<date value="2022-11-10T16:00:46+00:00"/>
<publisher value="LinuxForHealth Team"/>
<description
value="Top level categorization of an insight produced relating to specific FHIR element(s) in the resource instance."/>
<jurisdiction>
<coding>
<system value="urn:iso:std:iso:3166"/>
<code value="US"/>
</coding>
</jurisdiction>
<caseSensitive value="true"/>
<content value="complete"/>
<count value="2"/>
<concept>
<code value="natural-language-processing"/>
<display value="NLP"/>
<definition value="Insight derived from Natural Language Processing."/>
</concept>
<concept>
<code value="data-quality"/>
<display value="Data Quality"/>
<definition value="Insight derived by a data quality check."/>
</concept>
</CodeSystem>