FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageportuguese.core.guide
Resource TypeNamingSystem
Idseguranca-social.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "NamingSystem",
  "id": "segurancaSocial-pt",
  "name": "Número Segurança Social Português",
  "status": "active",
  "kind": "identifier",
  "date": "2025-12-12",
  "type": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code": "SS",
        "display": "Social Security Number"
      }
    ],
    "text": "Número de Identificação da Segurança Social"
  },
  "description": "Código único da Segurança Social Português atribuído a cada pessoa para que possa aceder a direitos e serviços do sistema de Segurança Social",
  "usage": "Nacional.",
  "uniqueId": [
    {
      "type": "uri",
      "value": "https://www.seg-social.pt",
      "preferred": true
    }
  ]
}