addedInput schema / additionalProperties
Added value: +false
addedInput schema / properties / provider_types / maxItems
Added value: +100
addedOutput schema / properties / error
Added value: +{
+ "type": "object"
+}
removedOutput schema / properties / results / description
Removed value: -"Collection of normalized Medicare-certified provider records matching the search."
changedOutput schema / properties / results / items / properties / address / description
Previous value: -"Public street address reported by CMS."New value: +"Public street address reported by the source."
addedOutput schema / properties / results / items / properties / address / title
Added value: +"Street address"
changedOutput schema / properties / results / items / properties / beds / description
Previous value: -"Number of certified beds. Nursing homes and long-term care hospitals only."New value: +"Structured beds value returned by official CMS Provider Data Catalog APIs."
addedOutput schema / properties / results / items / properties / beds / title
Added value: +"Beds"
changedOutput schema / properties / results / items / properties / ccn / description
Previous value: -"CMS Certification Number, the stable identifier for the provider (hospitals use their facility ID here)."New value: +"Structured ccn value returned by official CMS Provider Data Catalog APIs."
addedOutput schema / properties / results / items / properties / ccn / title
Added value: +"Ccn"
changedOutput schema / properties / results / items / properties / certification_date / description
Previous value: -"Date CMS certified the provider, in YYYY-MM-DD form where available."New value: +"Structured certification date value returned by official CMS Provider Data Catalog APIs."
addedOutput schema / properties / results / items / properties / certification_date / title
Added value: +"Certification Date"
changedOutput schema / properties / results / items / properties / chain / description
Previous value: -"Chain or corporate ownership group name, when CMS reports one. Nursing homes and dialysis facilities only."New value: +"Structured chain value returned by official CMS Provider Data Catalog APIs."
addedOutput schema / properties / results / items / properties / chain / title
Added value: +"Chain"
addedOutput schema / properties / results / items / properties / city / title
Added value: +"City"
changedOutput schema / properties / results / items / properties / county / description
Previous value: -"County reported for the record."New value: +"Structured county value returned by official CMS Provider Data Catalog APIs."
addedOutput schema / properties / results / items / properties / county / title
Added value: +"County"
changedOutput schema / properties / results / items / properties / emergency_services / description
Previous value: -"Whether the hospital reports emergency services ('Yes'/'No'). Hospitals only."New value: +"Structured emergency services value returned by official CMS Provider Data Catalog APIs."
addedOutput schema / properties / results / items / properties / emergency_services / title
Added value: +"Emergency Services"
changedOutput schema / properties / results / items / properties / name / description
Previous value: -"Facility or provider name as published by CMS."New value: +"Organization, company, facility or record name as published by the source."
addedOutput schema / properties / results / items / properties / name / title
Added value: +"Name"
changedOutput schema / properties / results / items / properties / ownership / description
Previous value: -"Ownership or profit status as classified by CMS for this directory."New value: +"Structured ownership value returned by official CMS Provider Data Catalog APIs."
addedOutput schema / properties / results / items / properties / ownership / title
Added value: +"Ownership"
changedOutput schema / properties / results / items / properties / phone / description
Previous value: -"Public provider telephone number in CMS display format."New value: +"Public provider telephone number in source display format."
addedOutput schema / properties / results / items / properties / phone / title
Added value: +"Telephone number"
changedOutput schema / properties / results / items / properties / provider_type / description
Previous value: -"Which CMS directory this row came from (hospital, nursing_home, home_health, hospice, dialysis, long_term_care_hospital, or inpatient_rehab)."New value: +"Structured provider type value returned by official CMS Provider Data Catalog APIs."
addedOutput schema / properties / results / items / properties / provider_type / title
Added value: +"Provider Type"
changedOutput schema / properties / results / items / properties / star_rating / description
Previous value: -"CMS overall one-to-five star rating for the provider, when the directory publishes one."New value: +"Structured star rating value returned by official CMS Provider Data Catalog APIs."
addedOutput schema / properties / results / items / properties / star_rating / title
Added value: +"Star Rating"
changedOutput schema / properties / results / items / properties / state / description
Previous value: -"Two-letter US state or territory abbreviation."New value: +"US state or territory abbreviation."
addedOutput schema / properties / results / items / properties / state / title
Added value: +"State"
changedOutput schema / properties / results / items / properties / subtype / description
Previous value: -"Directory-specific subtype, e.g. hospital type for hospitals or provider type for nursing homes."New value: +"Structured subtype value returned by official CMS Provider Data Catalog APIs."
addedOutput schema / properties / results / items / properties / subtype / title
Added value: +"Subtype"
addedOutput schema / properties / results / items / properties / zip / title
Added value: +"Postal code"
removedOutput schema / properties / results / items / required
Removed value: -[
- "ccn",
- "name"
-]
addedOutput schema / properties / run
Added value: +{
+ "type": "object"
+}
addedOutput schema / properties / status
Added value: +{
+ "enum": [
+ "success",
+ "empty_unverified",
+ "partial",
+ "error"
+ ],
+ "type": "string"
+}
changedOutput schema / required
Previous value: -[
- "results"
-]New value: +[
+ "results",
+ "status"
+]