Skip to main content
POST
Share Patient Record

Authorizations

apiKey
string
header
required

API Key

Body

application/json
patient
object
required

Patient to be processed

responsibleProvider
object
required

Provider responsible for this patient's care. This can be the Primary Care Physician (PCP), most recent provider, or a provider assigned for future care.

diagnoses
object[]

All diagnoses (problems) known about the patient. If the patient is an existing patient then this list should be populated with all known diagnoses

medications
object[]

All known medications about the patient

clinicalNotes
object[]

All known clinical notes about the patient which are not related to a specific encounter

batchId
string

Identifier which can be used to logically group requests together. Do not populate if you do not need to group requests together. Will default to a UUID if not populated

Pattern: [^<>"%;+@]*$
Example:

"BATCH-123"

Response

Success

correlationId
string

Unique Connective Health identifier to correlate subsequent processing or troubleshooting

Example:

"9e923da0-f3cb-4d2b-9fbb-17417104ffd0"