Create Organization

POST {{baseUrl}}/api/v2/Organization?category=<string>

Overview:

Creates and adds a new healthcare provider organization profile to the directory.

This is only supported in ATHENA.

Use Cases:

  • Add New Organization: Register a new healthcare organization

  • Submit Network Details: Store details of a healthcare network

  • Define Department Information: Record specific department details

  • Log Affiliated Providers: Document information on affiliated providers

  • Capture Service Locations: Record details of 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

{}