Skip to content

Instantly share code, notes, and snippets.

@kaicode
Created September 11, 2020 14:49
Show Gist options
  • Save kaicode/0e4d7fda42e8a7e516cf53c9a301ca9d to your computer and use it in GitHub Desktop.
Save kaicode/0e4d7fda42e8a7e516cf53c9a301ca9d to your computer and use it in GitHub Desktop.
SNOMED CT Health Data Analytics - COVID-19 Comorbidity Affects - API Request
{
"name": "COVID-19 Comorbidity Affects",
"criteria": {
"encounterCriteria": [
{
"conceptECL": "<<840539006|COVID-19|",
"has": true
}
]
},
"groups": [
[
{
"name": "Obesity",
"criteria": {
"encounterCriteria": [
{
"conceptECL": "<<414916001|Obesity|"
}
]
}
},
{
"name": "Diabetes",
"criteria": {
"encounterCriteria": [
{
"conceptECL": "<<73211009|Diabetes|"
}
]
}
},
{
"name": "Hypertensive disorder",
"criteria": {
"encounterCriteria": [
{
"conceptECL": "<<38341003|Hypertensive disorder|"
}
]
}
},
{
"name": "Control Group",
"criteria": {
"encounterCriteria": [
{
"has": false,
"conceptECL": "<<414916001|Obesity|"
},
{
"has": false,
"conceptECL": "<<73211009|Diabetes|"
},
{
"has": false,
"conceptECL": "<<38341003|Hypertensive disorder|"
}
]
}
}
],
[
{
"name": "COVID-19 pneumonia",
"criteria": {
"encounterCriteria": [
{
"conceptECL": "<<882784691000119100|COVID-19 pneumonia|"
}
]
}
},
{
"name": "Died",
"criteria": {
"encounterCriteria": [
{
"conceptECL": "<<419099009|Died|"
}
]
}
}
]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment