Populate all known data. It is required for processing that as much information as possible is supplied.
All active clinical information for a patient should be supplied in every API request. That information is used to satisfy reciprocity requirements of the various health information exchanges that Connective Health participates in. Failure to populate known clinical information for a patient is a violation of health information exchange reciprocity rules, and may result in the termination of information exchange.
Standard processing for clinical patient information, both summarized and complete information is supported.
API Key
Patient to be processed
Date of the appointment in ISO-8601 format yyyy-MM-dd
"2024-11-05"
A medical provider
Name of the clinic the patient is being seen at, or the organization requesting the data. Customer name will be used if not populated
[^<>"%;+@]*$"Simple Clinic Name"
Facility's NPI if known
10"1414912117"
Direct Address to return documents to. Typically, populate this OR responseFaxNumber
"contact@yourdomain.com"
Fax number to send response documents to. Typically, populate this OR responseDirectAddress
10"6125551234"
Human-readable name to send response message to
[^<>"%;+@]*$"Heart Clinic"
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
[^<>"%;+@]*$"BATCH-123"
Processing hint which influences the inclusive date range for data returned on the medical summary. If this is used, at least one diagnostic category must also be enabled.
All active diagnoses (problems) known about the patient. Must all be ICD-10 codes. If the patient is an existing patient then this list should be populated with all known diagnoses
All active diagnoses (problems) known about the patient. Must all be ICD-9 codes. If the patient is an existing patient then this list should be populated with all known diagnoses. ICD-10 should be greatly preferred if available.
[
{
"code": "401.1",
"displayName": "Benign essential hypertension",
"date": "2023-12-12"
}
]All active diagnoses (problems) known about the patient. Must all be SNOMED codes. If the patient is an existing patient then this list should be populated with all known diagnoses. ICD-10 should be greatly preferred if available.
[
{
"code": "34713006",
"displayName": "Vitamin D deficiency",
"date": "2023-11-12"
}
]All known medications about the patient
Additional information provided about the patient
Directives which may influence how the data is processed
Success
Unique Connective Health identifier to correlate subsequent processing or troubleshooting
"9e923da0-f3cb-4d2b-9fbb-17417104ffd0"