addedOutput schema / properties / errored
Added value: +{
+ "description": "NPIs whose lookups failed with an upstream/transport error (service unavailable, timeout) — distinct from a confirmed miss in notFound. These are unresolved, not absent; retry them.",
+ "items": {
+ "additionalProperties": false,
+ "description": "A requested NPI whose lookup failed with an upstream error.",
+ "properties": {
+ "npi": {
+ "description": "The requested NPI whose lookup failed operationally.",
+ "type": "string"
+ },
+ "reason": {
+ "description": "The upstream failure reason (service unavailable, timeout, etc.).",
+ "type": "string"
+ }
+ },
+ "required": [
+ "npi",
+ "reason"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+}
addedOutput schema / properties / found / items / properties / authorizedOfficial / properties / namePrefix
Added value: +{
+ "description": "Authorized official name prefix, when present.",
+ "type": "string"
+}
addedOutput schema / properties / found / items / properties / authorizedOfficial / properties / nameSuffix
Added value: +{
+ "description": "Authorized official name suffix, when present.",
+ "type": "string"
+}
addedOutput schema / properties / found / items / properties / createdEpoch
Added value: +{
+ "description": "Record creation timestamp, epoch milliseconds, when present.",
+ "type": "number"
+}
changedOutput schema / properties / found / items / properties / endpoints / items / description
Previous value: -"A FHIR or Direct messaging endpoint."New value: +"A FHIR or Direct messaging endpoint with its routing address and context."
addedOutput schema / properties / found / items / properties / endpoints / items / properties / addressType
Added value: +{
+ "description": "Endpoint address type (DOM/FOR), when present.",
+ "type": "string"
+}
addedOutput schema / properties / found / items / properties / endpoints / items / properties / affiliation
Added value: +{
+ "description": "Whether the endpoint is affiliated with an organization (Y/N), when present.",
+ "type": "string"
+}
addedOutput schema / properties / found / items / properties / endpoints / items / properties / affiliationName
Added value: +{
+ "description": "Name of the affiliated organization, when present.",
+ "type": "string"
+}
addedOutput schema / properties / found / items / properties / endpoints / items / properties / city
Added value: +{
+ "description": "Endpoint city, when present.",
+ "type": "string"
+}
changedOutput schema / properties / found / items / properties / endpoints / items / properties / contentType / description
Previous value: -"Endpoint content type, when present."New value: +"Endpoint content type code, when present."
addedOutput schema / properties / found / items / properties / endpoints / items / properties / contentTypeDescription
Added value: +{
+ "description": "Endpoint content type description, when present.",
+ "type": "string"
+}
addedOutput schema / properties / found / items / properties / endpoints / items / properties / countryCode
Added value: +{
+ "description": "Endpoint ISO country code, when present.",
+ "type": "string"
+}
addedOutput schema / properties / found / items / properties / endpoints / items / properties / countryName
Added value: +{
+ "description": "Endpoint country name, when present.",
+ "type": "string"
+}
addedOutput schema / properties / found / items / properties / endpoints / items / properties / line1
Added value: +{
+ "description": "Endpoint address line 1, when present.",
+ "type": "string"
+}
addedOutput schema / properties / found / items / properties / endpoints / items / properties / postalCode
Added value: +{
+ "description": "Endpoint postal/ZIP code, when present.",
+ "type": "string"
+}
addedOutput schema / properties / found / items / properties / endpoints / items / properties / state
Added value: +{
+ "description": "Endpoint state, when present.",
+ "type": "string"
+}
changedOutput schema / properties / found / items / properties / endpoints / items / properties / use / description
Previous value: -"Endpoint use, when present."New value: +"Endpoint use code (e.g. \"HIE\"), when present."
addedOutput schema / properties / found / items / properties / endpoints / items / properties / useDescription
Added value: +{
+ "description": "Endpoint use description, when present.",
+ "type": "string"
+}
addedOutput schema / properties / found / items / properties / lastUpdatedEpoch
Added value: +{
+ "description": "Record last-update timestamp, epoch milliseconds, when present.",
+ "type": "number"
+}
addedOutput schema / properties / found / items / properties / otherNames / items / properties / middleName
Added value: +{
+ "description": "Middle name, for individuals, when present.",
+ "type": "string"
+}
addedOutput schema / properties / found / items / properties / otherNames / items / properties / prefix
Added value: +{
+ "description": "Name prefix, when present.",
+ "type": "string"
+}
addedOutput schema / properties / found / items / properties / otherNames / items / properties / suffix
Added value: +{
+ "description": "Name suffix, when present.",
+ "type": "string"
+}
changedOutput schema / properties / notFound / description
Previous value: -"NPIs that were well-formed but returned no record (deactivated or never enumerated)."New value: +"NPIs that were well-formed but returned no record (deactivated or never enumerated). A confirmed absence, not a failure."
changedOutput schema / required
Previous value: -[
- "found",
- "notFound",
- "totalCount"
-]New value: +[
+ "found",
+ "notFound",
+ "errored",
+ "totalCount"
+]