enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Les établissements hospitaliers franciliens

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
texte
Exemple
                       
FINESS_EJ
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
finess_ej
Type
texte
Exemple
                       
RAISON_SOCIALE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
raison_sociale
Type
texte
Exemple
                       
RAISON_SOCIALE_ENTITE_JURIDIQUE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
raison_sociale_entite_juridique
Type
texte
Exemple
                       
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
                       
NUM_VOIE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
num_voie
Type
int
Exemple
                       
CPT_NUM
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
cpt_num
Type
texte
Exemple
                       
TYPE_VOIE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
type_voie
Type
texte
Exemple
                       
VOIE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
voie
Type
texte
Exemple
                       
ADRESSE_COMPLETE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
adresse_complete
Type
texte
Exemple
                       
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
                       
DEPT
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
dept
Type
texte
Exemple
                       
CP_VILLE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
cp_ville
Type
texte
Exemple
                       
NUM_TEL
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
num_tel
Type
texte
Exemple
                       
NUM_FAX
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
num_fax
Type
texte
Exemple
                       
NUM_CAT
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
num_cat
Type
int
Exemple
                       
CATEGORIE_DE_L_ETABLISSEMENT
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
categorie_de_l_etablissement
Type
texte
Exemple
                       
NUM_TYPE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
num_type
Type
int
Exemple
                       
TYPE_ETABLISSEMENT
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
type_etablissement
Type
texte
Exemple
                       
NUM_SIRET
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
num_siret
Type
texte
Exemple
                       
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
                       
LIB_TARIFICATION
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
lib_tarification
Type
texte
Exemple
                       
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
                       
lat
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
lat
Type
texte
Exemple
                       
lng
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
lng
Type
texte
Exemple
                       
WGS84
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
wgs84
Type
geo_point_2d
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":"les_etablissements_hospitaliers_franciliens",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/les_etablissements_hospitaliers_franciliens"
      }
    ]
    ,
  • "definitions":
    {
    • "les_etablissements_hospitaliers_franciliens":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/les_etablissements_hospitaliers_franciliens_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"
            }
          }
        }
        ,
      • "les_etablissements_hospitaliers_franciliens_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "finess_et":
                {
                • "type":"string",
                • "title":"FINESS_ET",
                • "description":""
                }
                ,
              • "finess_ej":
                {
                • "type":"string",
                • "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":""
                }
                ,
              • "num_voie":
                {
                • "type":"integer",
                • "title":"NUM_VOIE",
                • "description":""
                }
                ,
              • "cpt_num":
                {
                • "type":"string",
                • "title":"CPT_NUM",
                • "description":""
                }
                ,
              • "type_voie":
                {
                • "type":"string",
                • "title":"TYPE_VOIE",
                • "description":""
                }
                ,
              • "voie":
                {
                • "type":"string",
                • "title":"VOIE",
                • "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_type":
                {
                • "type":"integer",
                • "title":"NUM_TYPE",
                • "description":""
                }
                ,
              • "type_etablissement":
                {
                • "type":"string",
                • "title":"TYPE_ETABLISSEMENT",
                • "description":""
                }
                ,
              • "num_siret":
                {
                • "type":"string",
                • "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":""
                }
                ,
              • "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":""
                }
              }
            }
          }
        }
      }
    }

    Jeux de données similaires