Onyx Master Patient Index IG - Local Development build (v0.1.0). See the Directory of published versions
: MPI Match Source - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "MpiMatchSourceCS",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://ig.fhir.safhir.io/ig/onyx-mpi/CodeSystem/MpiMatchSourceCS</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\">match<a name=\"MpiMatchSourceCS-match\"> </a></td><td>Match</td><td>MPI matching resulted in a valid match</td></tr><tr><td style=\"white-space:nowrap\">no<a name=\"MpiMatchSourceCS-no\"> </a></td><td>Non-Match</td><td>The Match Process failed to record a match</td></tr><tr><td style=\"white-space:nowrap\">review<a name=\"MpiMatchSourceCS-review\"> </a></td><td>Human Review</td><td>The match process was inconclusive and requires a human review to determine match status.</td></tr></table></div>"
},
"url" : "http://ig.fhir.safhir.io/ig/onyx-mpi/CodeSystem/MpiMatchSourceCS",
"version" : "0.1.0",
"name" : "MpiMatchSourceCS",
"title" : "MPI Match Source",
"status" : "active",
"experimental" : true,
"date" : "2022-12-12T17:19:29-05:00",
"publisher" : "HL7 Financial Management Working Group",
"contact" : [
{
"name" : "HL7 Financial Management Working Group",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/fm"
},
{
"system" : "email",
"value" : "fm@lists.HL7.org"
}
]
},
{
"name" : "Mark Scrimshire (mark.scrimshire@onyxhealth.io)",
"telecom" : [
{
"system" : "email",
"value" : "mailto:mark.scrimshire@onyxhealth.io"
}
]
},
{
"name" : "Onyx Technology, LLC",
"telecom" : [
{
"system" : "url",
"value" : "http://www.onyxhealth.io"
}
]
}
],
"description" : "CodeSystem for MPI Match Status",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"caseSensitive" : false,
"content" : "complete",
"count" : 3,
"concept" : [
{
"code" : "match",
"display" : "Match",
"definition" : "MPI matching resulted in a valid match"
},
{
"code" : "no",
"display" : "Non-Match",
"definition" : "The Match Process failed to record a match"
},
{
"code" : "review",
"display" : "Human Review",
"definition" : "The match process was inconclusive and requires a human review to determine match status."
}
]
}