Árvore de páginas

Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.

...

Bloco de código
themeMidnight
titlebeneficiaryStatus
linenumberstrue
{
    "items": [
        {
            "eventDate": "Data do evento Example: 1900-01-01",
            "eventType": "Tipo de evento(Bloqueio/Desbloqueio)",
            "entry_hour": "Hora do registro Example: 00:01",
            "subscriberId": "Matricula do beneficiário Example: 00010002012345010",
            "entry_date": "Data do registro Example: 1900-01-01"
        }
    ],
    "healthInsurerId": "Example: 0001",
    "ansRegistry": "Example: 321456"
}

...

Bloco de código
themeMidnight
titlehealthProviders
linenumberstrue
{
    "items": [
        {
            "healthProviderCode": "BAU_CODIGO (Varchar(8)) Example: 098765",
            "healthProviderDocument": "BAU_CPFCGC (Varchar(14)) Example: 0001098765000101",
            "name": "BAU_NOME",
            "reducedName": "BAU_NREDUZ (Varchar(60)) Example: Exemplo de prestador RDA",
            "healthProviderType": "BAU_TIPPE (Varchar(1)) Example: Use 'J' para juridica e 'F' para fisica",
            "healthProviderClass": "BAU_TIPPRE (Varchar(3)) Example: CLI",
            "email": "BAU_EMAIL",
            "cnesCode": "BAU_CNES (Varchar(60)) Example: [email protected]"
        }
    ],
    "healthInsurerId": "Example: 0001",
    "ansRegistry": "Example: 321456"
}

...

Bloco de código
themeMidnight
titleattendanceLocations
linenumberstrue
{
    "items": [
        {
            "codint": "BB8_CODINT (Varchar(4)) Example: 0001",
            "healthProviderCode": "BB8_CODIGO (Varchar(8)) Example: 098765",
            "locationCode": "BB8_CODLOC (Varchar(3)) Example: 001",
            "locationTypeCode": "BB8_LOCAL": "BB8_LOCAL (Varchar(3)) Example: 001",
            "locationDescription": "BB8_DESLOC (Varchar(30)) Example: CLINICAS",
            "zipCode": "BB8_CEP",
            "streetType": "BB8_TIPLOG (Varchar(8)) Example: 09876543",
            "address": "BB8_END (Varchar(40)) Example: Exemplo de endereco",
            "addressNumber": "BB8_NR_END",
            "addressComplement": "BB8_COMEND",
            "cityCode": "BB8_CODMUN",
            "cityName": "BB8_MUN",
            "stateAbbreviation": "BB8_EST",
            "district": "BB8_BAIRRO",
            "phoneAreaCode": "BB8_DDD",
            "phone": "BB8_TEL",
            "contactName": "BB8_CONTAT",
            "cnesCode": "BB8_CNES",
            "region": "BB8_REGMUN"
        }
    ],
    "healthInsurerId": "Example: 0001",
    "ansRegistry": "Example: 321456"
}

...