onaio / rdt-standard

RDT Open Guidelines Application
Apache License 2.0
1 stars 5 forks source link

Data model discussion #290

Open vincent-karuri opened 4 years ago

vincent-karuri commented 4 years ago

The intention here is to share the current data model and compare it with the current requirements.

A few insights from this:

@pld @shivenbhatt1

pld commented 4 years ago

A few insights from this:

* Coordinates are not tied to a patient, they are tied to the test.

That makes sense, in addition we'll want an optional GPS for the patient

* We might need a unique id for retrieving patients during follow-up.

I see a patientId in patient is that not this?

* How are anti-counterfeit measures going to be implemented?

Could be an error that blocks progress if you scan the ID of an RDT that has already been marked as used, we could do this with a blacklist of used IDs, we should talk it through in a meeting

* The `Respiratory Sample Collection` portion of the  [requirements](https://app.lucidchart.com/documents/edit/bed97051-77fa-4cd3-9b41-c0571ed91e3e/0_0?shared=true)  is not fully scoped (supported) at the moment.

Let's be sure to discuss

* Just to confirm, patient immunity is derived from patient test history, right?

Plus symptoms, maybe some other data TBD we'll want to link in, eg travel history

vincent-karuri commented 4 years ago

That makes sense, in addition we'll want an optional GPS for the patient

Ok, we'd need to figure out the flow for this.

I see a patientId in patient is that not this?

@shivenbhatt1 mentioned that this is optional, we'd need to enforce this then.

Could be an error that blocks progress if you scan the ID of an RDT that has already been marked as used, we could do this with a blacklist of used IDs, we should talk it through in a meeting

Yea, needs to be thought through.

Plus symptoms, maybe some other data TBD we'll want to link in, eg travel history

Ok, as long as all the data can be linked to the patient.

vincent-karuri commented 4 years ago

covid-19-id-data-model-10-06-20220

pld commented 4 years ago

are we all aligned on this now?

@vincent-karuri I think you can open a PR moving the data model image in the above comment to the readme or a docs file and close this PR with that

CC @shivenbhatt1