EHI Export

FHIR Persistence

The TruBridge EHR platform FHIR Persistence file output format.

Table of contents

1. The FHIR Persistence file naming scheme

2. The detailed file format definition

File Naming Scheme:

The FHIR Persistence files are named following the naming convention as follows:

PersistenceFHIR_SPID_PROFILENUM_VISITNUM_FHIRResource_CREATEDT_CREATETM

FHIRResource may be one of: "Condition", "MeasureReport", "Observation", "Procedure", "QuestionnaireResponse", or "Task".

An example of this naming convention:

PersistenceFHIR_0001_12345678_123456_Condition_20260101_12000000.ndjson

Detailed File Format:

Newline Delimited JSON (NDJSON) is a JSON-based format where each entry is separated by a new line.