Create Location
POST {{baseUrl}}/api/v2/Location
Overview:
Adds new location records to the system, facilitating the seamless integration of updated facility information and supporting efficient management of location details within healthcare applications.
This is only supported in ATHENA.
Use Cases:
Add New Location: Register a new clinical location
Submit Facility Information: Store details of a facility
Define Geographical Coordinates: Record latitude and longitude
Log Department Details: Add details of a department
Capture Service Areas: Record information on service areas
Request Body
{"context"=>{"departmentId"=>"<string>"}, "data"=>{"resourceType"=>"<string>", "extension"=>[{"url"=>"<string>", "valueString"=>"<string>"}], "id"=>"<string>", "type"=>{"coding"=>[{"system"=>"<string>", "code"=>"<string>"}]}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-source-id | string | (Required) The source id provided for connecting to the data source | |
Content-Type | string | ||
Authorization | string |
RESPONSES
status: OK
{}