From 299650b2e8443ab106e961a34b5d5679611478bc Mon Sep 17 00:00:00 2001 From: Celine Pelletier Date: Wed, 11 Dec 2024 18:29:37 -0500 Subject: [PATCH] fix: SJIP-1143 fix bad resolution of biospecimen set in sqon --- src/fieldsKeys.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fieldsKeys.ts b/src/fieldsKeys.ts index 3835628..8a9dacc 100644 --- a/src/fieldsKeys.ts +++ b/src/fieldsKeys.ts @@ -6,4 +6,4 @@ export const biospecimenIdKey = 'sample_id'; export const familyCountKey = 'family_count'; export const participantKey = 'fhir_id'; export const participantFileKey = 'files.fhir_id'; -export const participantBiospecimenKey = 'files.biospecimens.fhir_id'; +export const participantBiospecimenKey = 'files.biospecimens.biospecimen_id';