Skip to main content
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",
  "fixtures": {
    "tefca_ccda": "myra-jones.xml"
  }
}
'
{
  "success": true,
  "data": {
    "task_id": "c9c7a91b66b34fdca749bb8e9cfbf617",
    "status": "pending"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.connect.fastenhealth.com/llms.txt

Use this file to discover all available pages before exploring further.

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"

fixtures
object

Optional testing fixtures for TEFCA API-mode exports.

Response

200 - application/json

successful operation

success
boolean
Example:

true

data
object