Skip to main content

Interface: FhirCsvInspectResponse

Defined in: packages/sdk/src/types/fhir-connection-types.ts:183

Response from the CSV inspect endpoint (PHI-minimal).

Properties

columnMeta

columnMeta: Record<string, FhirCsvColumnMeta>

Defined in: packages/sdk/src/types/fhir-connection-types.ts:187


headers

headers: string[]

Defined in: packages/sdk/src/types/fhir-connection-types.ts:184


suggestedBirthdateColumn

suggestedBirthdateColumn: string | null

Defined in: packages/sdk/src/types/fhir-connection-types.ts:186


suggestedIdentifierColumn

suggestedIdentifierColumn: string | null

Defined in: packages/sdk/src/types/fhir-connection-types.ts:185