Guia de Implementação do AnHealth
0.2.0 - CI Build

Guia de Implementação do AnHealth - Local Development build (v0.2.0). See the Directory of published versions

: IdentifierTypePerson - JSON Representation

Draft as of 2021-11-30

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "IdentifierTypePerson",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-IdentifierType.html\"><code>https://ancode.app/fhir/CodeSystem/IdentifierType</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-IdentifierType.html#IdentifierType-CPF\">CPF</a></td><td>CPF</td></tr><tr><td><a href=\"CodeSystem-IdentifierType.html#IdentifierType-CNS\">CNS</a></td><td>Cartão Nacional de Saúde</td></tr><tr><td><a href=\"CodeSystem-IdentifierType.html#IdentifierType-RG\">RG</a></td><td>Registro Geral</td></tr><tr><td><a href=\"CodeSystem-IdentifierType.html#IdentifierType-CNH\">CNH</a></td><td>Carteira Nacional de Habilitação</td></tr><tr><td><a href=\"CodeSystem-IdentifierType.html#IdentifierType-INSS\">INSS</a></td><td>Instituto Nacional do Seguro Social</td></tr><tr><td><a href=\"CodeSystem-IdentifierType.html#IdentifierType-PISPASEP\">PISPASEP</a></td><td>Programa de Integração Social/Programa de Formação do Patrimônio do Servidor Público</td></tr><tr><td><a href=\"CodeSystem-IdentifierType.html#IdentifierType-NIT\">NIT</a></td><td>Número de Registro do Trabalhador</td></tr><tr><td><a href=\"CodeSystem-IdentifierType.html#IdentifierType-PPN\">PPN</a></td><td>Passaporte</td></tr><tr><td><a href=\"CodeSystem-IdentifierType.html#IdentifierType-FACERECOGNITION\">FACERECOGNITION</a></td><td>Face Recognition</td></tr><tr><td><a href=\"CodeSystem-IdentifierType.html#IdentifierType-AUTHID\">AUTHID</a></td><td>AUTH ID</td></tr><tr><td><a href=\"CodeSystem-IdentifierType.html#IdentifierType-AUTHLOGIN\">AUTHLOGIN</a></td><td>AUTH Login</td></tr><tr><td><a href=\"CodeSystem-IdentifierType.html#IdentifierType-IDMIL\">IDMIL</a></td><td>Número da Identidade Militar</td></tr><tr><td><a href=\"CodeSystem-IdentifierType.html#IdentifierType-IDFUNC\">IDFUNC</a></td><td>Número da Identidade Funcional</td></tr><tr><td><a href=\"CodeSystem-IdentifierType.html#IdentifierType-IDENTIFIER\">IDENTIFIER</a></td><td>Identifier</td></tr><tr><td><a href=\"CodeSystem-IdentifierType.html#IdentifierType-LEGACY\">LEGACY</a></td><td>Legacy System ID</td></tr><tr><td><a href=\"CodeSystem-IdentifierType.html#IdentifierType-OTHER\">OTHER</a></td><td>Other Identifier</td></tr></table></li></ul></div>"
  },
  "url" : "https://ancode.app/fhir/ValueSet/IdentifierTypePerson",
  "version" : "0.2.0",
  "name" : "IdentifierTypePerson",
  "status" : "draft",
  "experimental" : false,
  "date" : "2021-11-30",
  "publisher" : "Ancode",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://ancode.app"
        }
      ]
    }
  ],
  "description" : "Identifier Type Person",
  "immutable" : false,
  "compose" : {
    "include" : [
      {
        "system" : "https://ancode.app/fhir/CodeSystem/IdentifierType",
        "concept" : [
          {
            "code" : "CPF",
            "display" : "CPF"
          },
          {
            "code" : "CNS",
            "display" : "Cartão Nacional de Saúde"
          },
          {
            "code" : "RG",
            "display" : "Registro Geral"
          },
          {
            "code" : "CNH",
            "display" : "Carteira Nacional de Habilitação"
          },
          {
            "code" : "INSS",
            "display" : "Instituto Nacional do Seguro Social"
          },
          {
            "code" : "PISPASEP",
            "display" : "Programa de Integração Social/Programa de Formação do Patrimônio do Servidor Público"
          },
          {
            "code" : "NIT",
            "display" : "Número de Registro do Trabalhador"
          },
          {
            "code" : "PPN",
            "display" : "Passaporte"
          },
          {
            "code" : "FACERECOGNITION",
            "display" : "Face Recognition"
          },
          {
            "code" : "AUTHID",
            "display" : "AUTH ID"
          },
          {
            "code" : "AUTHLOGIN",
            "display" : "AUTH Login"
          },
          {
            "code" : "IDMIL",
            "display" : "Número da Identidade Militar"
          },
          {
            "code" : "IDFUNC",
            "display" : "Número da Identidade Funcional"
          },
          {
            "code" : "IDENTIFIER",
            "display" : "Identifier"
          },
          {
            "code" : "LEGACY",
            "display" : "Legacy System ID"
          },
          {
            "code" : "OTHER",
            "display" : "Other Identifier"
          }
        ]
      }
    ]
  }
}