changedOutput schema / properties / Errors / description
Previous value: -"Any errors encountered"New value: +"API error messages if any"
addedOutput schema / properties / Errors / items
Added value: +{
+ "type": "string"
+}
changedOutput schema / properties / result_count / description
Previous value: -"Number of results (0 if NPI not found, 1 if found)"New value: +"Total number of results (0 or 1)"
changedOutput schema / properties / result_count / type
Previous value: -"integer"New value: +"number"
changedOutput schema / properties / results / description
Previous value: -"Array containing the single provider record (empty if NPI not found)"New value: +"Array containing single provider record"
changedOutput schema / properties / results / items / properties / addresses / description
Previous value: -"Provider addresses"New value: +"Provider address records"
addedOutput schema / properties / results / items / properties / addresses / items
Added value: +{
+ "properties": {
+ "address_1": {
+ "type": "string"
+ },
+ "address_2": {
+ "type": "string"
+ },
+ "address_purpose": {
+ "type": "string"
+ },
+ "address_type": {
+ "type": "string"
+ },
+ "city": {
+ "type": "string"
+ },
+ "country_code": {
+ "type": "string"
+ },
+ "postal_code": {
+ "type": "string"
+ },
+ "state": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+}
addedOutput schema / properties / results / items / properties / basic / properties
Added value: +{
+ "credential_text": {
+ "type": "string"
+ },
+ "first_name": {
+ "type": "string"
+ },
+ "last_name": {
+ "type": "string"
+ },
+ "organization_name": {
+ "type": "string"
+ }
+}
removedOutput schema / properties / results / items / properties / endpoints
Removed value: -{
- "description": "FHIR/electronic endpoints",
- "type": "array"
-}
addedOutput schema / properties / results / items / properties / enumeration_type
Added value: +{
+ "description": "NPI-1 (individual) or NPI-2 (organization)",
+ "type": "string"
+}
removedOutput schema / properties / results / items / properties / identifiers
Removed value: -{
- "description": "Secondary identifiers",
- "type": "array"
-}
changedOutput schema / properties / results / items / properties / number / description
Previous value: -"10-digit NPI"New value: +"10-digit NPI identifier"
removedOutput schema / properties / results / items / properties / practitioner_codes
Removed value: -{
- "description": "Practitioner codes",
- "type": "array"
-}
changedOutput schema / properties / results / items / properties / taxonomies / description
Previous value: -"Provider taxonomies (specialties)"New value: +"Provider taxonomy specializations"
addedOutput schema / properties / results / items / properties / taxonomies / items
Added value: +{
+ "properties": {
+ "code": {
+ "type": "string"
+ },
+ "primary": {
+ "type": "boolean"
+ },
+ "taxonomy_description": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+}
removedOutput schema / properties / results / items / properties / type
Removed value: -{
- "description": "Provider type (NPI-1 for individual, NPI-2 for organization)",
- "type": "string"
-}