LinuxForHealth FHIR Implementation Guide
8.0.0 - draft United States of America flag

LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions

: Split Method Codes - XML Representation

Active as of 2022-11-10

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="split-method"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>This code system <code>http://linuxforhealth.org/fhir/cdm/CodeSystem/split-method</code> defines the following codes:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style="white-space:nowrap">automated<a name="split-method-automated"> </a></td><td>Automoted matching algorithm or model identified an invalid match</td></tr><tr><td style="white-space:nowrap">manual<a name="split-method-manual"> </a></td><td>Manual split performed by a human</td></tr><tr><td style="white-space:nowrap">none<a name="split-method-none"> </a></td><td>No split performed or identifed</td></tr></table></div>
  </text>
  <url value="http://linuxforhealth.org/fhir/cdm/CodeSystem/split-method"/>
  <version value="8.0.0"/>
  <name value="SplitMethodCodeSystem"/>
  <title value="Split Method Codes"/>
  <status value="active"/>
  <date value="2022-11-10T16:00:46+00:00"/>
  <publisher value="LinuxForHealth Team"/>
  <description
               value="Codes indicating methods used to identify matched entities to split"/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <count value="3"/>
  <concept>
    <code value="automated"/>
    <display
             value="Automoted matching algorithm or model identified an invalid match"/>
  </concept>
  <concept>
    <code value="manual"/>
    <display value="Manual split performed by a human"/>
  </concept>
  <concept>
    <code value="none"/>
    <display value="No split performed or identifed"/>
  </concept>
</CodeSystem>