FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: NamingSystem/ssn

Packagehl7.terminology.r4b
TypeNamingSystem
Idssn
FHIR VersionR4B
Sourcehttp://terminology.hl7.org/http://terminology.hl7.org/6.0.2/NamingSystem-ssn.html
URLhttp://terminology.hl7.org/NamingSystem/ssn
Version1.0.0
Statusactive
Date2022-02-07T00:00:00-00:00
NameSSN
TitleUnited States Social Security Number
Realmuv
Authorityhl7
DescriptionUnited 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/.
Kindidentifier

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: NamingSystem ssn

Summary

Defining URLhttp://terminology.hl7.org/NamingSystem/ssn
Version1.0.0
NameSSN
TitleUnited States Social Security Number
Statusactive
Definition

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/.

Identifiers

TypeValuePreferred
OID2.16.840.1.113883.4.1true
URIhttp://hl7.org/fhir/sid/us-ssntrue

Source

{
  "resourceType": "NamingSystem",
  "id": "ssn",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.url",
      "valueUri": "http://terminology.hl7.org/NamingSystem/ssn"
    },
    {
      "url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.version",
      "valueString": "1.0.0"
    },
    {
      "url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.title",
      "valueString": "United States Social Security Number"
    }
  ],
  "name": "SSN",
  "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
    }
  ]
}