LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions
: Identifier Type Codes - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "identifier-type",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://linuxforhealth.org/fhir/cdm/CodeSystem/identifier-type</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\">DRI<a name=\"identifier-type-DRI\"> </a></td><td>Derived Resource Identifier</td><td>Business identifier for derived resources created by an internal HDC process</td></tr><tr><td style=\"white-space:nowrap\">MDI<a name=\"identifier-type-MDI\"> </a></td><td>Match Data Identifier</td><td>Shared business identifier that is created to link matched resources during MDI match processing</td></tr><tr><td style=\"white-space:nowrap\">RXN<a name=\"identifier-type-RXN\"> </a></td><td>Prescription Number</td><td>RX or prescription number for a drug</td></tr><tr><td style=\"white-space:nowrap\">SSRI<a name=\"identifier-type-SSRI\"> </a></td><td>Source System Row Identifier</td><td>Represents the primary id from the original source system</td></tr><tr><td style=\"white-space:nowrap\">ADKEY<a name=\"identifier-type-ADKEY\"> </a></td><td>Advantage Database Key</td><td>Advantage Database Key</td></tr><tr><td style=\"white-space:nowrap\">CUSTKEY<a name=\"identifier-type-CUSTKEY\"> </a></td><td>Advantage customer key</td><td>Advantage customer key</td></tr><tr><td style=\"white-space:nowrap\">TKN<a name=\"identifier-type-TKN\"> </a></td><td>Token identifier</td><td>Data tokenization service token</td></tr></table></div>"
},
"url" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/identifier-type",
"version" : "8.0.0",
"name" : "IdentifierTypeCodeSystem",
"title" : "Identifier Type Codes",
"status" : "active",
"date" : "2022-11-10T16:00:46+00:00",
"publisher" : "LinuxForHealth Team",
"description" : "Extended set of Identifier type code for LinuxForHealth Common Data Model resources",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"count" : 7,
"concept" : [
{
"code" : "DRI",
"display" : "Derived Resource Identifier",
"definition" : "Business identifier for derived resources created by an internal HDC process"
},
{
"code" : "MDI",
"display" : "Match Data Identifier",
"definition" : "Shared business identifier that is created to link matched resources during MDI match processing"
},
{
"code" : "RXN",
"display" : "Prescription Number",
"definition" : "RX or prescription number for a drug"
},
{
"code" : "SSRI",
"display" : "Source System Row Identifier",
"definition" : "Represents the primary id from the original source system"
},
{
"code" : "ADKEY",
"display" : "Advantage Database Key",
"definition" : "Advantage Database Key"
},
{
"code" : "CUSTKEY",
"display" : "Advantage customer key",
"definition" : "Advantage customer key"
},
{
"code" : "TKN",
"display" : "Token identifier",
"definition" : "Data tokenization service token"
}
]
}