The TruBridge EHR platform FHIR Persistence file output format.
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
Newline Delimited JSON (NDJSON) is a JSON-based format where each entry is separated by a new line.