records

records

Active filters Clear all

No active filters

Filters

Données hospitalières relatives à l'épidémie de COVID-19 en France

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Code du Département
               

No description available for this field.

Name (identifier)
dep_code
Type
text
Sample
                       
Date
               

No description available for this field.

Name (identifier)
date
Type
date
Sample
                       
Nb actuellement hospitalisés
               

No description available for this field.

Name (identifier)
day_hosp
Type
integer
Sample
                       
Nb actuellement en soins intensifs
réanimation/soins intensifs

No description available for this field.

Name (identifier)
day_intcare
Type
integer
Sample
                       
Total retour à domicile
               

No description available for this field.

Name (identifier)
tot_out
Type
integer
Sample
                       
Total Décès
               

No description available for this field.

Name (identifier)
tot_death
Type
integer
Sample
                       
Code région
               

No description available for this field.

Name (identifier)
reg_code
Type
integer
Sample
                       
Code ISO 3166 de la zone
               

No description available for this field.

Name (identifier)
countrycode_iso_3166_1_alpha3
Type
text
Sample
                       
Nom région
               

No description available for this field.

Name (identifier)
region_min
Type
text
Sample
                       
Nom département
               

No description available for this field.

Name (identifier)
nom_dep_min
Type
text
Sample
                       
Sexe
               

No description available for this field.

Name (identifier)
sex
Type
text
Sample
                       
geo_point_2d
               

No description available for this field.

Name (identifier)
geo_point_2d
Type
geo point
Sample
                       
HospConv
               

No description available for this field.

Name (identifier)
hospconv
Type
text
Sample
                       
SSR_USLD
               

No description available for this field.

Name (identifier)
ssr_usld
Type
text
Sample
                       
autres
               

No description available for this field.

Name (identifier)
autres
Type
text
Sample
                       
Nb Quotidien Admis Hospitalisation
Nombre quotidien de personnes nouvellement hospitalisées

No description available for this field.

Name (identifier)
day_hosp_new
Type
integer
Sample
                       
Nb Quotidien Admis Réanimation
Nombre quotidien de nouvelles admissions en réanimation

No description available for this field.

Name (identifier)
day_intcare_new
Type
integer
Sample
                       
Nb Quotidien Décès
Nombre quotidien de personnes nouvellement décédées

No description available for this field.

Name (identifier)
day_death_new
Type
integer
Sample
                       
Nb Quotidien Retour à Domicile
Nombre quotidien de nouveaux retours à domicile

No description available for this field.

Name (identifier)
day_out_new
Type
integer
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"donnees-hospitalieres-relatives-a-lepidemie-de-covid-19-en-france",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/donnees-hospitalieres-relatives-a-lepidemie-de-covid-19-en-france"
      }
    ]
    ,
  • "definitions":
    {
    • "donnees-hospitalieres-relatives-a-lepidemie-de-covid-19-en-france":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/donnees-hospitalieres-relatives-a-lepidemie-de-covid-19-en-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"
            }
          }
        }
        ,
      • "donnees-hospitalieres-relatives-a-lepidemie-de-covid-19-en-france_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "dep_code":
                {
                • "type":"string",
                • "title":"Code du Département",
                • "description":""
                }
                ,
              • "date":
                {
                • "type":"string",
                • "format":"date",
                • "title":"Date",
                • "description":""
                }
                ,
              • "day_hosp":
                {
                • "type":"integer",
                • "title":"Nb actuellement hospitalisés",
                • "description":""
                }
                ,
              • "day_intcare":
                {
                • "type":"integer",
                • "title":"Nb actuellement en soins intensifs",
                • "description":"réanimation/soins intensifs"
                }
                ,
              • "tot_out":
                {
                • "type":"integer",
                • "title":"Total retour à domicile",
                • "description":""
                }
                ,
              • "tot_death":
                {
                • "type":"integer",
                • "title":"Total Décès",
                • "description":""
                }
                ,
              • "reg_code":
                {
                • "type":"integer",
                • "title":"Code région",
                • "description":""
                }
                ,
              • "countrycode_iso_3166_1_alpha3":
                {
                • "type":"string",
                • "title":"Code ISO 3166 de la zone",
                • "description":""
                }
                ,
              • "region_min":
                {
                • "type":"string",
                • "title":"Nom région",
                • "description":""
                }
                ,
              • "nom_dep_min":
                {
                • "type":"string",
                • "title":"Nom département",
                • "description":""
                }
                ,
              • "sex":
                {
                • "type":"string",
                • "title":"Sexe",
                • "description":""
                }
                ,
              • "geo_point_2d":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geo_point_2d",
                • "description":""
                }
                ,
              • "hospconv":
                {
                • "type":"string",
                • "title":"HospConv",
                • "description":""
                }
                ,
              • "ssr_usld":
                {
                • "type":"string",
                • "title":"SSR_USLD",
                • "description":""
                }
                ,
              • "autres":
                {
                • "type":"string",
                • "title":"autres",
                • "description":""
                }
                ,
              • "day_hosp_new":
                {
                • "type":"integer",
                • "title":"Nb Quotidien Admis Hospitalisation",
                • "description":"Nombre quotidien de personnes nouvellement hospitalisées"
                }
                ,
              • "day_intcare_new":
                {
                • "type":"integer",
                • "title":"Nb Quotidien Admis Réanimation",
                • "description":"Nombre quotidien de nouvelles admissions en réanimation"
                }
                ,
              • "day_death_new":
                {
                • "type":"integer",
                • "title":"Nb Quotidien Décès",
                • "description":"Nombre quotidien de personnes nouvellement décédées"
                }
                ,
              • "day_out_new":
                {
                • "type":"integer",
                • "title":"Nb Quotidien Retour à Domicile",
                • "description":"Nombre quotidien de nouveaux retours à domicile"
                }
              }
            }
          }
        }
      }
    }

    Similar datasets