Update a provider verification
Transitions a provider resource into a new verification state. Reviewer-only. Audit-trail captured on the verification event log. Notes are operational free text and must not include patient identifiers, postcodes, or any PII.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
type
FHIR resource type the verification applies to.
Allowed values:
id
Stable identifier of the resource.
Request
This endpoint expects an object.
status
Target verification status.
method
Free-form code describing how the verification happened (e.g. manual-review, documentary).
notes
Operational notes recorded with the verification event. Free text only; must not include patient identifiers, postcodes, or any other PII.
evidenceReference
Optional pointer to supporting evidence (URL, document id, or external case reference). Storage is owned by reviewer tooling, not this API.
Response
The verified resource.
data
message
Human-readable acknowledgement.