<NamingSystem xmlns="http://hl7.org/fhir">
  <id value="us-ssn" />
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>The narrative has been removed to reduce the size of the distribution of the Hl7.Fhir.Specification library</p>
    </div>
  </text>
  <name value="United States Social Security Number" />
  <status value="active" />
  <kind value="identifier" />
  <publisher value="United States Social Security Administration" />
  <contact>
    <telecom>
      <system value="url" />
      <value value="http://www.ssa.gov/" />
    </telecom>
  </contact>
  <type>
    <coding>
      <system value="http://hl7.org/fhir/identifier-type" />
      <code value="SB" />
    </coding>
  </type>
  <description value="The SSN is represented in resources with dashes removed" />
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166" />
      <code value="US" />
    </coding>
  </jurisdiction>
  <uniqueId>
    <type value="uri" />
    <value value="http://hl7.org/fhir/sid/us-ssn" />
    <preferred value="true" />
  </uniqueId>
  <uniqueId>
    <type value="oid" />
    <value value="2.16.840.1.113883.4.1" />
  </uniqueId>
</NamingSystem>