patient
Returns patient
get/patient
Response
successful operation
Example response
{
"cohort": "awesome",
"contact": "awesome@fantastic.com",
"variants": {
"homozygous": [
{
"hgvs": "such as ENST12345:c.100A>C:p.34M>P"
}
],
"heterozygous": [
{
"hgvs": "such as ENST12345:c.100A>C:p.34M>P"
}
]
}
}