LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions
: Match Method Codes - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "match-method",
"text" : {
"status" : "generated",
"div" : "<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>"
},
"url" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/match-method",
"version" : "8.0.0",
"name" : "MatchMethodCodeSystem",
"title" : "Match Method Codes",
"status" : "active",
"date" : "2022-11-10T16:00:46+00:00",
"publisher" : "LinuxForHealth Team",
"description" : "Codes indicating methods used to identify matched entities",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"count" : 3,
"concept" : [
{
"code" : "automated",
"display" : "Automoted matching algorithm or model identified the match"
},
{
"code" : "manual",
"display" : "Manual matching performed by a human"
},
{
"code" : "none",
"display" : "No match was performed or identifed"
}
]
}