Nelly-Barret / BETTER-fairificator

The fairification tools for BETTER project.
https://www.better-health-project.eu/
0 stars 0 forks source link

value is 0 for some ExaminationRecord instances #75

Closed Nelly-Barret closed 1 week ago

Nelly-Barret commented 1 week ago

It may be normal (probably the CSV contains explicit 0), but it is better to check:

  {
    _id: ObjectId('6673fada7e8b160f7618aa76'),
    basedOn: { reference: 'Sample/20LD050321', type: 'Sample' },
    subject: { reference: 'Patient/-1.25680706520154e+18', type: 'Patient' },
    recordedBy: { reference: { value: 'Hospital/1' }, type: 'Hospital' },
    instantiate: { reference: { value: 'Examination/93' }, type: 'Examination' },
    createdAt: ISODate('2024-06-20T11:48:10.000Z'),
    identifier: { value: 'ExaminationRecord/252' },
    resourceType: 'ExaminationRecord',
    value: 0
  }
Nelly-Barret commented 1 week ago

This is okay, because for some columns, the values are 0. In this particular case, the 0/1 refers to False/True.

Screenshot 2024-06-20 at 16 18 22