registros

registros

Filtros activos Borrar todo

No hay filtros activos.

Filtros

Mapa de Zonas Básicas de Salud de Castilla y León

Asociaciones

Haga clic para expandir. Haga clic para contraer.

Esquema de conjunto de datos

Haga clic para expandir. Haga clic para contraer.
Geo Point
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
geo_point_2d
Tipo
geo_point_2d
Ejemplo
                       
Geo Shape
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
geo_shape
Tipo
geo_shape
Ejemplo
                       
fid
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
fid
Tipo
int
Ejemplo
                       
c_zbs_id
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
c_zbs_id
Tipo
int
Ejemplo
                       
c_comunida
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
c_comunida
Tipo
texto
Ejemplo
                       
c_area_id
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
c_area_id
Tipo
texto
Ejemplo
                       
c_zbs_sec
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
c_zbs_sec
Tipo
texto
Ejemplo
                       
c_hospital
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
c_hospital
Tipo
int
Ejemplo
                       
c_dsp_id
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
c_dsp_id
Tipo
int
Ejemplo
                       
c_zss_id
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
c_zss_id
Tipo
int
Ejemplo
                       
d_observac
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
d_observac
Tipo
texto
Ejemplo
                       
num_mun
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
num_mun
Tipo
int
Ejemplo
                       
Zona Básica de Salud
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
d_zbs
Tipo
texto
Ejemplo
                       
d_cs
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
d_cs
Tipo
texto
Ejemplo
                       
c_tp_zbs_i
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
c_tp_zbs_i
Tipo
int
Ejemplo
                       
f_creacion
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
f_creacion
Tipo
fecha y hora
Ejemplo
                       
f_alta
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
f_alta
Tipo
fecha y hora
Ejemplo
                       
f_modif
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
f_modif
Tipo
fecha y hora
Ejemplo
                       
MUNICIPIO
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
municipio
Tipo
texto
Ejemplo
                       
CÓDIGO ZONA
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
codigo_zona
Tipo
texto
Ejemplo
                       
PAC
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
pac
Tipo
texto
Ejemplo
                       
NOMBRE GERENCIA
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
nombre_gerencia
Tipo
texto
Ejemplo
                       
CAPITALES
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
capitales
Tipo
texto
Ejemplo
                       
provincia
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
provincia
Tipo
texto
Ejemplo
                       

Esquema JSON

El objeto JSON siguiente es una descripción estandarizada del esquema del conjunto de datos. Más información sobre el esquema JSON.

{
  • "title":"mapas-de-areas-de-salud-de-castilla-y-leon",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/mapas-de-areas-de-salud-de-castilla-y-leon"
      }
    ]
    ,
  • "definitions":
    {
    • "mapas-de-areas-de-salud-de-castilla-y-leon":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/mapas-de-areas-de-salud-de-castilla-y-leon_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"
            }
          }
        }
        ,
      • "mapas-de-areas-de-salud-de-castilla-y-leon_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "geo_point_2d":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Geo Point",
                • "description":""
                }
                ,
              • "geo_shape":
                {
                • "type":"object",
                • "oneOf":
                  [
                  • {
                    • "$ref":"#/definitions/geometry"
                    }
                  ]
                  ,
                • "title":"Geo Shape",
                • "description":""
                }
                ,
              • "fid":
                {
                • "type":"integer",
                • "title":"fid",
                • "description":""
                }
                ,
              • "c_zbs_id":
                {
                • "type":"integer",
                • "title":"c_zbs_id",
                • "description":""
                }
                ,
              • "c_comunida":
                {
                • "type":"string",
                • "title":"c_comunida",
                • "description":""
                }
                ,
              • "c_area_id":
                {
                • "type":"string",
                • "title":"c_area_id",
                • "description":""
                }
                ,
              • "c_zbs_sec":
                {
                • "type":"string",
                • "title":"c_zbs_sec",
                • "description":""
                }
                ,
              • "c_hospital":
                {
                • "type":"integer",
                • "title":"c_hospital",
                • "description":""
                }
                ,
              • "c_dsp_id":
                {
                • "type":"integer",
                • "title":"c_dsp_id",
                • "description":""
                }
                ,
              • "c_zss_id":
                {
                • "type":"integer",
                • "title":"c_zss_id",
                • "description":""
                }
                ,
              • "d_observac":
                {
                • "type":"string",
                • "title":"d_observac",
                • "description":""
                }
                ,
              • "num_mun":
                {
                • "type":"integer",
                • "title":"num_mun",
                • "description":""
                }
                ,
              • "d_zbs":
                {
                • "type":"string",
                • "title":"Zona Básica de Salud",
                • "description":""
                }
                ,
              • "d_cs":
                {
                • "type":"string",
                • "title":"d_cs",
                • "description":""
                }
                ,
              • "c_tp_zbs_i":
                {
                • "type":"integer",
                • "title":"c_tp_zbs_i",
                • "description":""
                }
                ,
              • "f_creacion":
                {
                • "type":"string",
                • "format":"date-time",
                • "title":"f_creacion",
                • "description":""
                }
                ,
              • "f_alta":
                {
                • "type":"string",
                • "format":"date-time",
                • "title":"f_alta",
                • "description":""
                }
                ,
              • "f_modif":
                {
                • "type":"string",
                • "format":"date-time",
                • "title":"f_modif",
                • "description":""
                }
                ,
              • "municipio":
                {
                • "type":"string",
                • "title":"MUNICIPIO",
                • "description":""
                }
                ,
              • "codigo_zona":
                {
                • "type":"string",
                • "title":"CÓDIGO ZONA",
                • "description":""
                }
                ,
              • "pac":
                {
                • "type":"string",
                • "title":"PAC",
                • "description":""
                }
                ,
              • "nombre_gerencia":
                {
                • "type":"string",
                • "title":"NOMBRE GERENCIA",
                • "description":""
                }
                ,
              • "capitales":
                {
                • "type":"string",
                • "title":"CAPITALES",
                • "description":""
                }
                ,
              • "provincia":
                {
                • "type":"string",
                • "title":"provincia",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Similar datasets