records

records

Active filters Clear all

No active filters

Filters

US hospitals

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Geo Point
               

No description available for this field.

Name (identifier)
geo_point
Type
geo point
Sample
                       
Geo Shape
               

No description available for this field.

Name (identifier)
geo_shape
Type
geo shape
Sample
                       
FID
               

No description available for this field.

Name (identifier)
fid
Type
text
Sample
                       
beds_range
               

No description available for this field.

Name (identifier)
beds_range
Type
text
Sample
                       
ID
               

No description available for this field.

Name (identifier)
id
Type
text
Sample
                       
NAME
               

No description available for this field.

Name (identifier)
name
Type
text
Sample
                       
ADDRESS
               

No description available for this field.

Name (identifier)
address
Type
text
Sample
                       
ADDRESS2
               

No description available for this field.

Name (identifier)
address2
Type
text
Sample
                       
CITY
               

No description available for this field.

Name (identifier)
city
Type
text
Sample
                       
STATE
               

No description available for this field.

Name (identifier)
state
Type
text
Sample
                       
ZIP
               

No description available for this field.

Name (identifier)
zip
Type
text
Sample
                       
ZIP4
               

No description available for this field.

Name (identifier)
zip4
Type
text
Sample
                       
TELEPHONE
               

No description available for this field.

Name (identifier)
telephone
Type
text
Sample
                       
TYPE
               

No description available for this field.

Name (identifier)
type
Type
text
Sample
                       
STATUS
               

No description available for this field.

Name (identifier)
status
Type
text
Sample
                       
POPULATION
               

No description available for this field.

Name (identifier)
population
Type
integer
Sample
                       
COUNTY
               

No description available for this field.

Name (identifier)
county
Type
text
Sample
                       
COUNTYFIPS
               

No description available for this field.

Name (identifier)
countyfips
Type
integer
Sample
                       
COUNTRY
               

No description available for this field.

Name (identifier)
country
Type
text
Sample
                       
LATITUDE
               

No description available for this field.

Name (identifier)
latitude
Type
text
Sample
                       
LONGITUDE
               

No description available for this field.

Name (identifier)
longitude
Type
text
Sample
                       
NAICS_CODE
               

No description available for this field.

Name (identifier)
naics_code
Type
text
Sample
                       
NAICS_DESC
               

No description available for this field.

Name (identifier)
naics_desc
Type
text
Sample
                       
SOURCE
               

No description available for this field.

Name (identifier)
source
Type
text
Sample
                       
SOURCE_DAT
               

No description available for this field.

Name (identifier)
source_dat
Type
date
Sample
                       
VAL_METHOD
               

No description available for this field.

Name (identifier)
val_method
Type
text
Sample
                       
VAL_DATE
               

No description available for this field.

Name (identifier)
val_date
Type
datetime
Sample
                       
WEBSITE
               

No description available for this field.

Name (identifier)
website
Type
text
Sample
                       
STATE_ID
               

No description available for this field.

Name (identifier)
state_id
Type
text
Sample
                       
ALT_NAME
               

No description available for this field.

Name (identifier)
alt_name
Type
text
Sample
                       
ST_FIPS
               

No description available for this field.

Name (identifier)
st_fips
Type
integer
Sample
                       
OWNER
               

No description available for this field.

Name (identifier)
owner
Type
text
Sample
                       
TTL_STAFF
               

No description available for this field.

Name (identifier)
ttl_staff
Type
integer
Sample
                       
BEDS
               

No description available for this field.

Name (identifier)
beds
Type
integer
Sample
                       
TRAUMA
               

No description available for this field.

Name (identifier)
trauma
Type
text
Sample
                       
HELIPAD
               

No description available for this field.

Name (identifier)
helipad
Type
text
Sample
                       
DATE_CREAT
               

No description available for this field.

Name (identifier)
date_creat
Type
datetime
Sample
                       

JSON Schema

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

{
  • "title":"us-hospitals",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/us-hospitals"
      }
    ]
    ,
  • "definitions":
    {
    • "us-hospitals":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/us-hospitals_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"
            }
          }
        }
        ,
      • "us-hospitals_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "geo_point":
                {
                • "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":"string",
                • "title":"FID",
                • "description":""
                }
                ,
              • "beds_range":
                {
                • "type":"string",
                • "title":"beds_range",
                • "description":""
                }
                ,
              • "id":
                {
                • "type":"string",
                • "title":"ID",
                • "description":""
                }
                ,
              • "name":
                {
                • "type":"string",
                • "title":"NAME",
                • "description":""
                }
                ,
              • "address":
                {
                • "type":"string",
                • "title":"ADDRESS",
                • "description":""
                }
                ,
              • "address2":
                {
                • "type":"string",
                • "title":"ADDRESS2",
                • "description":""
                }
                ,
              • "city":
                {
                • "type":"string",
                • "title":"CITY",
                • "description":""
                }
                ,
              • "state":
                {
                • "type":"string",
                • "title":"STATE",
                • "description":""
                }
                ,
              • "zip":
                {
                • "type":"string",
                • "title":"ZIP",
                • "description":""
                }
                ,
              • "zip4":
                {
                • "type":"string",
                • "title":"ZIP4",
                • "description":""
                }
                ,
              • "telephone":
                {
                • "type":"string",
                • "title":"TELEPHONE",
                • "description":""
                }
                ,
              • "type":
                {
                • "type":"string",
                • "title":"TYPE",
                • "description":""
                }
                ,
              • "status":
                {
                • "type":"string",
                • "title":"STATUS",
                • "description":""
                }
                ,
              • "population":
                {
                • "type":"integer",
                • "title":"POPULATION",
                • "description":""
                }
                ,
              • "county":
                {
                • "type":"string",
                • "title":"COUNTY",
                • "description":""
                }
                ,
              • "countyfips":
                {
                • "type":"integer",
                • "title":"COUNTYFIPS",
                • "description":""
                }
                ,
              • "country":
                {
                • "type":"string",
                • "title":"COUNTRY",
                • "description":""
                }
                ,
              • "latitude":
                {
                • "type":"string",
                • "title":"LATITUDE",
                • "description":""
                }
                ,
              • "longitude":
                {
                • "type":"string",
                • "title":"LONGITUDE",
                • "description":""
                }
                ,
              • "naics_code":
                {
                • "type":"string",
                • "title":"NAICS_CODE",
                • "description":""
                }
                ,
              • "naics_desc":
                {
                • "type":"string",
                • "title":"NAICS_DESC",
                • "description":""
                }
                ,
              • "source":
                {
                • "type":"string",
                • "title":"SOURCE",
                • "description":""
                }
                ,
              • "source_dat":
                {
                • "type":"string",
                • "format":"date",
                • "title":"SOURCE_DAT",
                • "description":""
                }
                ,
              • "val_method":
                {
                • "type":"string",
                • "title":"VAL_METHOD",
                • "description":""
                }
                ,
              • "val_date":
                {
                • "type":"string",
                • "format":"date-time",
                • "title":"VAL_DATE",
                • "description":""
                }
                ,
              • "website":
                {
                • "type":"string",
                • "title":"WEBSITE",
                • "description":""
                }
                ,
              • "state_id":
                {
                • "type":"string",
                • "title":"STATE_ID",
                • "description":""
                }
                ,
              • "alt_name":
                {
                • "type":"string",
                • "title":"ALT_NAME",
                • "description":""
                }
                ,
              • "st_fips":
                {
                • "type":"integer",
                • "title":"ST_FIPS",
                • "description":""
                }
                ,
              • "owner":
                {
                • "type":"string",
                • "title":"OWNER",
                • "description":""
                }
                ,
              • "ttl_staff":
                {
                • "type":"integer",
                • "title":"TTL_STAFF",
                • "description":""
                }
                ,
              • "beds":
                {
                • "type":"integer",
                • "title":"BEDS",
                • "description":""
                }
                ,
              • "trauma":
                {
                • "type":"string",
                • "title":"TRAUMA",
                • "description":""
                }
                ,
              • "helipad":
                {
                • "type":"string",
                • "title":"HELIPAD",
                • "description":""
                }
                ,
              • "date_creat":
                {
                • "type":"string",
                • "format":"date-time",
                • "title":"DATE_CREAT",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Reuses

    Click to expand Click to collapse

    Submit a reuse

    Click to expand Click to collapse

    Your last name will be publicly displayed with your reuse

    Your first name will be publicly displayed with your reuse

    Your email will not be published publicly and will only be used by the administrators to contact you.

    Short description of your work (max. 50 characters)

    A longer description of what you achieved using this dataset (max. 1000 characters)

    An URL where your work can be accessed publicly

     or 

    (optional) An URL or an image which illustrates your work

    false

    Similar datasets