Skip to content

Instantly share code, notes, and snippets.

@ssmusoke
Last active June 28, 2021 15:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssmusoke/8daf7e0cd3daa04d0c1b0b1d820bbd09 to your computer and use it in GitHub Desktop.
Save ssmusoke/8daf7e0cd3daa04d0c1b0b1d820bbd09 to your computer and use it in GitHub Desktop.
[
{
"instanceID": "UUID" // UUID
"*entry_date": "string",
"username": "string / nurse's username / logged in user *",
"area": "string / eg kampala, arua ",
"studyID": "string",
"health_facility_id": "integer" // required
"initials": "string",
"age": "integer",
"district": "string",
"county": "string",
"* zone": "string - how different is this from area? Should this not be changed to area",
"symptoms": "string",
"more_symptoms": "string / can accept null",
"other_symptoms": "string / can accept null",
"* cancer_screening": "string / Yes/No",
"* last_screening_date": "Date / can accept null in the past before today",
"screening_method" : "string list of HPV, VIA/VILI, Other / can accept null ",
"* past_screening_results" : "string / can accept null values - Positive/Negative",
"treatment_given" : "string / can accept null",
"* hiv_status": "string / allowable values - Positive, Negative,Unknown",
"*on_haart" : "string / can accept null / Yes/No",
"*years_on_haart" : "integer / can accept null",
"patient_pregnant": "string list Yes, No, Unknown",
"* last_known_menstrual_period_date": "date",
"parity": "integer",
"abortions": "integer",
"contraceptives": "string list of Pills, Injectable, IUD, Condoms, Implant, Other, None - multiple items can be selected",
"other_contraceptives": "string / can accept null",
"picture1_before": "string",
"picture2_before": "string",
"picture3_after": "string",
"picture4_after": "string",
"* via_results": "string list of Positive, Negative, Suspicious for Cancer, Other Lesion (needs to be specified)",
"nurse_notes": "string",
"require_clinician_review": "boolean" // true/false or 1/0" defaults to false
}
]
@chodry
Copy link

chodry commented Jun 25, 2021

{
"entry_date": "Date",
"health_facility_id": "integer", //replace this ("area": "string / eg kampala, arua ")
}

@chodry
Copy link

chodry commented Jun 28, 2021

for the lesion

{
"lesionLocation": "string"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment