Basics
For customers interested in the structured dataset underpinning our product suite (Care Summary, Risk Adjustment, and Quality Gap Closure), Connective Health offers a FHIR data product. The dataset is deduplicated, normalized, and curated using best-in-class data cleansing. The structure of Connective Health’s FHIR interactions and resources are all based on the FHIR R4 specification. Whenever possible, the resources will also implement the corresponding US Core 6.1.0 profile and will pass validations. The curation approach is not one-size-fits-all — instead, it is targeted and configurable. In cases where recency matters (e.g. encounters), there are time-based limits. In other cases (e.g. chronic diseases, medications), there are clinical rules to filter by relevance. In some cases, the dataset can stretch back more than twenty years — but only if clinically relevant and “clean”. In the event that the source data does not satisfy FHIR or US Core profile validations, we will generally still send it, allowing the customer final control over whether to ingest, correct, or disregard the data.Interaction Patterns
Push
Customer is able to have a FHIR bundle pushed to them:- S3 bucket (currently available)
- Azure (currently available)
- Google Cloud Storage (soon to be available)
Pull
Customer is able to request a FHIR bundle on demand (soon to be available).Bundles
Patient Summary Bundle
Base element is a Bundle resource, individual FHIR resources will eventually also be available. All information has been deduplicated, normalized, augmented, and curated prior to inserting into FHIR format.Resource | US Core Profile | Description | Limit |
---|---|---|---|
Patient | US Core Patient | Based on the patient being processed. Includes additional addresses, phone numbers, and email addresses found during network searches. | 1 |
AllergyIntolerance | US Core AllergyIntolerance | Based on Connective Health’s patient summary template, which excludes non-clinically relevant content such as “unclassified” allergies. | 1000 |
CarePlan | US Core CarePlan | Based on Connective Health’s patient summary template. Includes reference to encounter. | 1000 |
Encounter | US Core Encounter | Based on Connective Health’s patient summary template, which excludes older and less relevant encounters. | 1000 |
Immunization | US Core Immunization | Based on Connective Health’s patient summary template. Excludes immunizations with no date, due to FHIR requirements. | 1000 |
Observation (Labs) | US Core Diagnositic Report Lab | Includes all historical labs, not just what is on Connective Health’s patient summary template. | 1000 |
MedicationRequest (Medications) | US Core MedicationRequest | Includes all historical medications, not just what is on Connective Health’s patient summary template. Excludes medications with neither a code nor a name code, due to FHIR requirements. | 1000 |
DocumentReference (Notes) | US Core DocumentReference | Includes reference to encounter. Configurable to show all historical notes or just those associated with an encounter on the PDF. If the latter, the notes truncation feature is enabled by default. | 1000 |
Condition (Problems) | US Core Condition Problems Health Concerns | Includes all historical problems, not just what is on Connective Health’s patient summary template. | 1000 |
Procedure | US Core Procedure | Based on Connective Health’s patient summary template. Includes reference to encounter. | 1000 |
DiagnosticReport | US Core DiagnosticReport | Based on Connective Health’s patient summary template. Represents imaging reports such as X-Rays, EKGs, etc. Includes embedded Observation Clinical Results. | 1000 |
Observation | US Core Observation Clinical Result | Only returned as a contained resource. | N/A |
Observation | US Core Vital Signs | Includes all historical values of only the vital signs listed below. | 5000 |
Observation | US Core BMI | 5000 | |
Observation | US Core Body Height | 5000 | |
Observation | US Core Body Temperature | 5000 | |
Observation | US Core Heart Rate | 5000 | |
Observation | US Core Pulse Oximetry | 5000 | |
Observation | US Core Respiratory Rate | 5000 | |
Practitioner | US Core Practitioner | Only returned as a contained resource. | N/A |
Practitioner Role | US Core PractitionerRole | Only returned as a contained resource. | N/A |
Location | US Core Location | Only returned as a contained resource. | N/A |