HL7 Terminology (THO)
6.0.1 - Publication
This page is part of the HL7 Terminology (v6.0.1: Release) based on FHIR (HL7® FHIR® Standard) v5.0.0. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
Active as of 2022-02-07 |
{
"resourceType" : "NamingSystem",
"id" : "ssn",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: NamingSystem ssn</b></p><a name=\"ssn\"> </a><a name=\"hcssn\"> </a><a name=\"ssn-en-US\"> </a><h3>Summary</h3><table class=\"grid\"><tr><td>Defining URL</td><td>http://terminology.hl7.org/NamingSystem/ssn</td></tr><tr><td>Version</td><td>1.0.0</td></tr><tr><td>Name</td><td>SSN</td></tr><tr><td>Title</td><td>United States Social Security Number</td></tr><tr><td>Status</td><td>active</td></tr><tr><td>Definition</td><td><div><p>United States Social Security Number (SSN). Assigned by the U.S. Social Security Administration. Note: IRS assigned ITINs are often used as drop-ins for social security numbers. The SSN is represented in resources with dashes removed. See http://www.ssa.gov/.</p>\n</div></td></tr></table><h3>Identifiers</h3><table class=\"grid\"><tr><td><b>Type</b></td><td><b>Value</b></td><td><b>Preferred</b></td></tr><tr><td>OID</td><td>2.16.840.1.113883.4.1</td><td>true</td></tr><tr><td>URI</td><td>http://hl7.org/fhir/sid/us-ssn</td><td>true</td></tr></table></div>"
},
"url" : "http://terminology.hl7.org/NamingSystem/ssn",
"version" : "1.0.0",
"name" : "SSN",
"title" : "United States Social Security Number",
"status" : "active",
"kind" : "identifier",
"date" : "2022-02-07T00:00:00-00:00",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "SB"
}
]
},
"description" : "United States Social Security Number (SSN). Assigned by the U.S. Social Security Administration. Note: IRS assigned ITINs are often used as drop-ins for social security numbers. The SSN is represented in resources with dashes removed. See http://www.ssa.gov/.",
"uniqueId" : [
{
"type" : "oid",
"value" : "2.16.840.1.113883.4.1",
"preferred" : true
},
{
"type" : "uri",
"value" : "http://hl7.org/fhir/sid/us-ssn",
"preferred" : true
}
]
}