Flat File Integrations - Patient Condition
File Name
When sending the file to the server it should be named using the following format: "patientCondition_{timestamp}.csv"
Which Data
We suggest sending data for all patients with conditions
Data Fields
NOTE: Please follow all field name and note formats, including case sensitivity.
| Item | Field name | Format | Req’d | Notes |
| Patient Condition ID | id | string | Y | External identifier for the diagnosis. |
| Patient ID | patientId | string | Y |
External identifier for the patient. |
| Condition ID | conditionId | string | Y | External Identifier for the condition. |
| Patient Condition Status | status | enum | Y | FHIR statuses: active, recurrence, inactive, remission, resolved. |
| Onset Date | onsetDate | Datetime | null | Y | When this diagnosis started. |
| Remission Date | remissionDate | Datetime | null | n | When this diagnosis was marked as being in remission. |