Update Organization

PUT {{baseUrl}}/api/v2/Organization/:organization-id?category=<string>

Overview:

Updates details like name, specialties, services, or locations for an existing organization profile specified by ID.

This is only suppoerted in ATHENA.

Use Cases:

  • Update Organization Details: Modify details of an organization

  • Revise Network Information: Edit details of a healthcare network

  • Amend Department Information: Update details of a department

  • Modify Affiliated Providers: Adjust details of affiliated providers

  • Edit Service Locations: Change information on service locations

Request Params

KeyDatatypeRequiredDescription
categorystring(Required) The category of the organization.

Request Body

{"data"=>{"resourceType"=>"Organization", "name"=>"<string>", "address"=>[{"line"=>["<string>"], "city"=>"<string>", "state"=>"<string>", "postalCode"=>"<string>"}], "extension"=>[{"url"=>"<string>", "valueString"=>"<string>"}, {"url"=>"<string>", "valueString"=>"<string>"}], "telecom"=>[{"system"=>"<string>", "value"=>"<string>", "use"=>"<string>"}, {"system"=>"<string>", "value"=>"<string>", "use"=>"<string>"}]}}

HEADERS

KeyDatatypeRequiredDescription
x-source-idstring(Required) The source id provided for connecting to the data source
Content-Typestring
Authorizationstring

RESPONSES

status: OK

{}