enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Base Annuaire et localisation des professionnels de santé

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
Civilité
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
civilite
Type
texte
Exemple
                       
Nom du professionel
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom_du_professionel
Type
texte
Exemple
                       
Profession
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
profession
Type
texte
Exemple
                       
Adresse 3
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
adresse_3
Type
texte
Exemple
                       
Adresse 4
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
adresse_4
Type
texte
Exemple
                       
Code postal
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_postal
Type
texte
Exemple
                       
Téléphone
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
telephone
Type
texte
Exemple
                       
Code profession
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_profession
Type
int
Exemple
                       
Mode d’exercice particulier
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
mode_d_exercice_particulier
Type
texte
Exemple
                       
Nature d’exercice
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nature_d_exercice
Type
texte
Exemple
                       
Convention
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
convention
Type
texte
Exemple
                       
Sesam Vitale
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
sesam_vitale
Type
texte
Exemple
                       
Type d'activité
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
type_d_activite
Type
texte
Exemple
                       
Type de consultation
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
type_de_consultation
Type
texte
Exemple
                       
Heure debut
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
heure_debut
Type
datetime
Exemple
                       
Heure fin
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
heure_fin
Type
datetime
Exemple
                       
jour
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
jour
Type
int
Exemple
                       
Adresse
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
adresse
Type
texte
Exemple
                       
Coordonnées
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
coordonnees
Type
geo_point_2d
Exemple
                       
Nom Officiel Département
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom_officiel_departement
Type
texte
Exemple
                       
Nom Officiel Région
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom_officiel_region
Type
texte
Exemple
                       
code_commune
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_commune
Type
texte
Exemple
                       
indic_femme
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
indic_femme
Type
int
Exemple
                       
Nom Officiel Commune
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom_com
Type
texte
Exemple
                       

Schéma JSON

L'objet JSON ci dessous est une description standardisée du modèle de votre jeu de données. Pour en savoir plus sur JSON schema.

{
  • "title":"mod-base-annuaire-et-localisation-des-professionnels-de-sante",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/mod-base-annuaire-et-localisation-des-professionnels-de-sante"
      }
    ]
    ,
  • "definitions":
    {
    • "mod-base-annuaire-et-localisation-des-professionnels-de-sante":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/mod-base-annuaire-et-localisation-des-professionnels-de-sante_records"
            }
          }
        }
      }
      ,
    • "geoJSON":
      {
      • "title":"Geo JSON object",
      • "description":"Schema for a Geo JSON object",
      • "type":"object",
      • "required":
        [
        • "type"
        ]
        ,
      • "properties":
        {
        • "crs":
          {
          • "$ref":"#/definitions/crs"
          }
          ,
        • "bbox":
          {
          • "$ref":"#/definitions/bbox"
          }
        }
        ,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/geometry"
          }
          ,
        • {
          • "$ref":"#/definitions/geometryCollection"
          }
          ,
        • {
          • "$ref":"#/definitions/feature"
          }
          ,
        • {
          • "$ref":"#/definitions/featureCollection"
          }
        ]
      }
      ,
    • "bbox":
      {
      • "description":"A bounding box as defined by GeoJSON",
      • "type":"array",
      • "items":
        {
        • "type":"number"
        }
      }
      ,
    • "crs":
      {
      • "title":"crs",
      • "description":"a Coordinate Reference System object",
      • "type":
        [
        • "object",
        • "null"
        ]
        ,
      • "required":
        [
        • "type",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "type":"string"
          }
          ,
        • "properties":
          {
          • "type":"object"
          }
        }
        ,
      • "additionalProperties":false,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/namedCrs"
          }
          ,
        • {
          • "$ref":"#/definitions/linkedCrs"
          }
        ]
      }
      ,
    • "namedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "name"
            ]
          }
          ,
        • "properties":
          {
          • "required":
            [
            • "name"
            ]
            ,
          • "additionalProperties":false,
          • "properties":
            {
            • "name":
              {
              • "type":"string"
              }
            }
          }
        }
      }
      ,
    • "linkedObject":
      {
      • "type":"object",
      • "required":
        [
        • "href"
        ]
        ,
      • "properties":
        {
        • "href":
          {
          • "type":"string",
          • "format":"uri"
          }
          ,
        • "type":
          {
          • "type":"string",
          • "description":"Suggested values: proj4, ogjwkt, esriwkt"
          }
        }
      }
      ,
    • "linkedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "link"
            ]
          }
          ,
        • "properties":
          {
          • "$ref":"#/definitions/linkedObject"
          }
        }
      }
      ,
    • "geometryCollection":
      {
      • "title":"GeometryCollection",
      • "description":"A collection of geometry objects",
      • "required":
        [
        • "geometries"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "GeometryCollection"
            ]
          }
          ,
        • "geometries":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"http://json-schema.org/geojson/geometry.json#"
            }
          }
        }
      }
      ,
    • "feature":
      {
      • "title":"Feature",
      • "description":"A Geo JSON feature object",
      • "required":
        [
        • "geometry",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "Feature"
            ]
          }
          ,
        • "geometry":
          {
          • "oneOf":
            [
            • {
              • "type":"null"
              }
              ,
            • {
              • "$ref":"#/definitions/geometry"
              }
            ]
          }
          ,
        • "properties":
          {
          • "type":
            [
            • "object",
            • "null"
            ]
          }
          ,
        • "id":
          {
            }
          }
        }
        ,
      • "featureCollection":
        {
        • "title":"FeatureCollection",
        • "description":"A Geo JSON feature collection",
        • "required":
          [
          • "features"
          ]
          ,
        • "properties":
          {
          • "type":
            {
            • "enum":
              [
              • "FeatureCollection"
              ]
            }
            ,
          • "features":
            {
            • "type":"array",
            • "items":
              {
              • "$ref":"#/definitions/feature"
              }
            }
          }
        }
        ,
      • "geometry":
        {
        • "title":"geometry",
        • "description":"One geometry as defined by GeoJSON",
        • "type":"object",
        • "required":
          [
          • "type",
          • "coordinates"
          ]
          ,
        • "oneOf":
          [
          • {
            • "title":"Point",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Point"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/position"
                }
              }
            }
            ,
          • {
            • "title":"MultiPoint",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPoint"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/positionArray"
                }
              }
            }
            ,
          • {
            • "title":"LineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "LineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/lineString"
                }
              }
            }
            ,
          • {
            • "title":"MultiLineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiLineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/lineString"
                  }
                }
              }
            }
            ,
          • {
            • "title":"Polygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Polygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/polygon"
                }
              }
            }
            ,
          • {
            • "title":"MultiPolygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPolygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/polygon"
                  }
                }
              }
            }
          ]
          ,
        • "position":
          {
          • "description":"A single position",
          • "type":"array",
          • "minItems":2,
          • "items":
            [
            • {
              • "type":"number"
              }
              ,
            • {
              • "type":"number"
              }
            ]
            ,
          • "additionalItems":false
          }
          ,
        • "positionArray":
          {
          • "description":"An array of positions",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/position"
            }
          }
          ,
        • "lineString":
          {
          • "description":"An array of two or more positions",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":2
              }
            ]
          }
          ,
        • "linearRing":
          {
          • "description":"An array of four positions where the first equals the last",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":4
              }
            ]
          }
          ,
        • "polygon":
          {
          • "description":"An array of linear rings",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/linearRing"
            }
          }
        }
        ,
      • "mod-base-annuaire-et-localisation-des-professionnels-de-sante_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "civilite":
                {
                • "type":"string",
                • "title":"Civilité",
                • "description":""
                }
                ,
              • "nom_du_professionel":
                {
                • "type":"string",
                • "title":"Nom du professionel",
                • "description":""
                }
                ,
              • "profession":
                {
                • "type":"string",
                • "title":"Profession",
                • "description":""
                }
                ,
              • "adresse_3":
                {
                • "type":"string",
                • "title":"Adresse 3",
                • "description":""
                }
                ,
              • "adresse_4":
                {
                • "type":"string",
                • "title":"Adresse 4",
                • "description":""
                }
                ,
              • "code_postal":
                {
                • "type":"string",
                • "title":"Code postal",
                • "description":""
                }
                ,
              • "telephone":
                {
                • "type":"string",
                • "title":"Téléphone",
                • "description":""
                }
                ,
              • "code_profession":
                {
                • "type":"integer",
                • "title":"Code profession",
                • "description":""
                }
                ,
              • "mode_d_exercice_particulier":
                {
                • "type":"string",
                • "title":"Mode d’exercice particulier",
                • "description":""
                }
                ,
              • "nature_d_exercice":
                {
                • "type":"string",
                • "title":"Nature d’exercice",
                • "description":""
                }
                ,
              • "convention":
                {
                • "type":"string",
                • "title":"Convention",
                • "description":""
                }
                ,
              • "sesam_vitale":
                {
                • "type":"string",
                • "title":"Sesam Vitale",
                • "description":""
                }
                ,
              • "type_d_activite":
                {
                • "type":"string",
                • "title":"Type d'activité",
                • "description":""
                }
                ,
              • "type_de_consultation":
                {
                • "type":"string",
                • "title":"Type de consultation",
                • "description":""
                }
                ,
              • "heure_debut":
                {
                • "type":"string",
                • "format":"date-time",
                • "title":"Heure debut",
                • "description":""
                }
                ,
              • "heure_fin":
                {
                • "type":"string",
                • "format":"date-time",
                • "title":"Heure fin",
                • "description":""
                }
                ,
              • "jour":
                {
                • "type":"integer",
                • "title":"jour",
                • "description":""
                }
                ,
              • "adresse":
                {
                • "type":"string",
                • "title":"Adresse",
                • "description":""
                }
                ,
              • "coordonnees":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Coordonnées",
                • "description":""
                }
                ,
              • "nom_officiel_departement":
                {
                • "type":"string",
                • "title":"Nom Officiel Département",
                • "description":""
                }
                ,
              • "nom_officiel_region":
                {
                • "type":"string",
                • "title":"Nom Officiel Région",
                • "description":""
                }
                ,
              • "code_commune":
                {
                • "type":"string",
                • "title":"code_commune",
                • "description":""
                }
                ,
              • "indic_femme":
                {
                • "type":"integer",
                • "title":"indic_femme",
                • "description":""
                }
                ,
              • "nom_com":
                {
                • "type":"string",
                • "title":"Nom Officiel Commune",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Jeux de données similaires