LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions
: Match Method Codes - XML Representation
Raw xml | Download
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="match-method"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p>This code system <code>http://linuxforhealth.org/fhir/cdm/CodeSystem/match-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="match-method-automated"> </a></td><td>Automoted matching algorithm or model identified the match</td></tr><tr><td style="white-space:nowrap">manual<a name="match-method-manual"> </a></td><td>Manual matching performed by a human</td></tr><tr><td style="white-space:nowrap">none<a name="match-method-none"> </a></td><td>No match was performed or identifed</td></tr></table></div>
</text>
<url value="http://linuxforhealth.org/fhir/cdm/CodeSystem/match-method"/>
<version value="8.0.0"/>
<name value="MatchMethodCodeSystem"/>
<title value="Match 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"/>
<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 the match"/>
</concept>
<concept>
<code value="manual"/>
<display value="Manual matching performed by a human"/>
</concept>
<concept>
<code value="none"/>
<display value="No match was performed or identifed"/>
</concept>
</CodeSystem>