419 enregistrements

Centres de soins en Île-de-France

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
FINESS_ET
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
finess_et
Type
int
Exemple
920010014
FINESS_EJ
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
finess_ej
Type
int
Exemple
750721334
RAISON_SOCIALE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
raison_sociale
Type
texte
Exemple
CENTRE DE SANTE CROIX ROUGE FRANCAISE
RAISON_SOCIALE_ENTITE_JURIDIQUE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
raison_sociale_entite_juridique
Type
texte
Exemple
CENTRE DE SANTE CROIX ROUGE FRANCAISE
ADRESSE_ADMINISTRATIVE_1
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
adresse_administrative_1
Type
texte
Exemple
                       
ADRESSE_ADMINISTRATIVE_2
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
adresse_administrative_2
Type
texte
Exemple
                       
ADRESSE_COMPLETE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
adresse_complete
Type
texte
Exemple
2 ALL DU NIL
COMPLEMENT_ADRESSE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
complement_adresse
Type
texte
Exemple
                       
NUM_DEPT
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
num_dept
Type
int
Exemple
92
DEPT
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
dept
Type
texte
Exemple
HAUTS-DE-SEINE
CP_VILLE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
cp_ville
Type
texte
Exemple
92160 ANTONY
NUM_TEL
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
num_tel
Type
texte
Exemple
01 46 74 13 90
NUM_FAX
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
num_fax
Type
texte
Exemple
01 46 74 13 93
NUM_CAT
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
num_cat
Type
int
Exemple
439
CATEGORIE_DE_L_ETABLISSEMENT
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
categorie_de_l_etablissement
Type
texte
Exemple
Centre Santé Polyvalent
NUM_SIRET
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
num_siret
Type
int
Exemple
77567227217532
CODE_APE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_ape
Type
texte
Exemple
                       
CODE_TARIF
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_tarif
Type
int
Exemple
1
LIB_TARIFICATION
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
lib_tarification
Type
texte
Exemple
Etablissement Tarif Libre
CODE_PSPH
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_psph
Type
int
Exemple
                       
PARTICIPANT_SERVICE_PUBLIC_HOSPITALIER
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
participant_service_public_hospitalier
Type
texte
Exemple
                       
DATE_OUVERTURE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_ouverture
Type
date
Exemple
1994-01-01
ADRESSE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
adresse
Type
texte
Exemple
2 ALL DU NIL, 92160 ANTONY, France
LAT
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
lat
Type
texte
Exemple
48.738938
LNG
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
lng
Type
texte
Exemple
2.289989
WGS84
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
wgs84
Type
geo_point_2d
Exemple
[48.738938,2.289989]

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":"centres_de_soins_en_ile-de-france",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/centres_de_soins_en_ile-de-france"
      }
    ]
    ,
  • "definitions":
    {
    • "centres_de_soins_en_ile-de-france":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/centres_de_soins_en_ile-de-france_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"
            }
          }
        }
        ,
      • "centres_de_soins_en_ile-de-france_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "finess_et":
                {
                • "type":"integer",
                • "title":"FINESS_ET",
                • "description":""
                }
                ,
              • "finess_ej":
                {
                • "type":"integer",
                • "title":"FINESS_EJ",
                • "description":""
                }
                ,
              • "raison_sociale":
                {
                • "type":"string",
                • "title":"RAISON_SOCIALE",
                • "description":""
                }
                ,
              • "raison_sociale_entite_juridique":
                {
                • "type":"string",
                • "title":"RAISON_SOCIALE_ENTITE_JURIDIQUE",
                • "description":""
                }
                ,
              • "adresse_administrative_1":
                {
                • "type":"string",
                • "title":"ADRESSE_ADMINISTRATIVE_1",
                • "description":""
                }
                ,
              • "adresse_administrative_2":
                {
                • "type":"string",
                • "title":"ADRESSE_ADMINISTRATIVE_2",
                • "description":""
                }
                ,
              • "adresse_complete":
                {
                • "type":"string",
                • "title":"ADRESSE_COMPLETE",
                • "description":""
                }
                ,
              • "complement_adresse":
                {
                • "type":"string",
                • "title":"COMPLEMENT_ADRESSE",
                • "description":""
                }
                ,
              • "num_dept":
                {
                • "type":"integer",
                • "title":"NUM_DEPT",
                • "description":""
                }
                ,
              • "dept":
                {
                • "type":"string",
                • "title":"DEPT",
                • "description":""
                }
                ,
              • "cp_ville":
                {
                • "type":"string",
                • "title":"CP_VILLE",
                • "description":""
                }
                ,
              • "num_tel":
                {
                • "type":"string",
                • "title":"NUM_TEL",
                • "description":""
                }
                ,
              • "num_fax":
                {
                • "type":"string",
                • "title":"NUM_FAX",
                • "description":""
                }
                ,
              • "num_cat":
                {
                • "type":"integer",
                • "title":"NUM_CAT",
                • "description":""
                }
                ,
              • "categorie_de_l_etablissement":
                {
                • "type":"string",
                • "title":"CATEGORIE_DE_L_ETABLISSEMENT",
                • "description":""
                }
                ,
              • "num_siret":
                {
                • "type":"integer",
                • "title":"NUM_SIRET",
                • "description":""
                }
                ,
              • "code_ape":
                {
                • "type":"string",
                • "title":"CODE_APE",
                • "description":""
                }
                ,
              • "code_tarif":
                {
                • "type":"integer",
                • "title":"CODE_TARIF",
                • "description":""
                }
                ,
              • "lib_tarification":
                {
                • "type":"string",
                • "title":"LIB_TARIFICATION",
                • "description":""
                }
                ,
              • "code_psph":
                {
                • "type":"integer",
                • "title":"CODE_PSPH",
                • "description":""
                }
                ,
              • "participant_service_public_hospitalier":
                {
                • "type":"string",
                • "title":"PARTICIPANT_SERVICE_PUBLIC_HOSPITALIER",
                • "description":""
                }
                ,
              • "date_ouverture":
                {
                • "type":"string",
                • "format":"date",
                • "title":"DATE_OUVERTURE",
                • "description":""
                }
                ,
              • "adresse":
                {
                • "type":"string",
                • "title":"ADRESSE",
                • "description":""
                }
                ,
              • "lat":
                {
                • "type":"string",
                • "title":"LAT",
                • "description":""
                }
                ,
              • "lng":
                {
                • "type":"string",
                • "title":"LNG",
                • "description":""
                }
                ,
              • "wgs84":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"WGS84",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Réutilisations

    Cliquez pour déplier Cliquez pour replier

    Soumettre une réutilisation

    Cliquez pour déplier Cliquez pour replier

    Votre nom sera affiché publiquement avec votre réutilisation

    Votre prénom sera affiché publiquement avec votre réutilisation

    Votre email ne sera pas affiché publiquement et sera seulement utilisé par un administrateur pour vous contacter.

    Courte description de votre travail (max. 50 caractères)

    Une description de ce que vous avez fait en utilisant ce jeu de données (max. 1000 caractères)

    Une URL où votre travail est accessible publiquement

     ou 

    (facultatif) Une URL ou une image pour présenter votre travail

    false

    Jeux de données similaires