Skip to content
  • There are no suggestions because the search field is empty.

Symptom Shark Treatment Logs Export Format

The Symptom Shark Treatment Logs data export contains a complete log of treatments reported by participants through Symptom Shark. While this data is present in other exports such as Survey Question Results and Project Device Data, these dedicated export formats flatten them into a more easily digestible format for analysis.

Symptom Shark exports contain all data for the project; they are not limited to the export period.

Data Fields

Field Description
ParticipantID

The stable, automatically generated, internal system identifier for this participant. Universally unique identifier (UUID).

ParticipantIdentifier A unique identifier for the participant in this project. This can be set up via the invitation sent to the user, or will be auto-generated if the identifier was not specified in the invitation.
Date

The date of this entry, in YYY-MM-DD format.

Treatment The treatment taken by the participant.

CSV Example

ParticipantID,ParticipantIdentifier,Date,Treatment
ba9c19c4-9938-420f-aba6-d6d6c88c6417,MDH-5826-3273,2024-05-09,Eye drops
ba9c19c4-9938-420f-aba6-d6d6c88c6417,MDH-5826-3273,2024-05-09,Tylenol
820c2f2d-43fc-47d2-a6a9-08886f5818ba,MDH-6392-8549,2024-05-12,Albuterol

 

JSON Example

{
"ParticipantID":"BA9C19C4-9938-420F-ABA6-D6D6C88C6417",
"ParticipantIdentifier":"MDH-5826-3273",
"Date":"2024-05-09",
"Treatment":"Eye drops"
}
{
"ParticipantID":"BA9C19C4-9938-420F-ABA6-D6D6C88C6417",
"ParticipantIdentifier":"MDH-5826-3273",
"Date":"2024-05-09",
"Treatment":"Tylenol"
}
{
"ParticipantID":"820C2F2D-43FC-47D2-A6A9-08886F5818BA",
"ParticipantIdentifier":"MDH-6392-8549",
"Date":"2024-05-12",
"Treatment":"Albuterol"
}