POST
/
bridge
/
fhir
/
ehi-export
Register EHI Export request
curl --request POST \
  --url https://api.connect.fastenhealth.com/v1/bridge/fhir/ehi-export \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '{
  "org_connection_id": "16e39045-5382-42a0-b93d-b75268984c1f"
}'
{
  "success": true,
  "data": {
    "task_id": "c9c7a91b66b34fdca749bb8e9cfbf617",
    "status": "pending"
  }
}

Authorizations

Authorization
string
header
required

Basic Authentication, containing API Public Id and Private Key generated from the Fasten Connect Portal. Do not expose these keys in the browser.

Body

application/json

Update an existent pet in the store

org_connection_id
string<uuid>

Patient Connection Id

Example:

"16e39045-5382-42a0-b93d-b75268984c1f"

Response

200 - application/json

successful operation

success
boolean
Example:

true

data
object