Skip to content

Instantly share code, notes, and snippets.

@brianraila
Last active November 26, 2019 05:50
Show Gist options
  • Save brianraila/c4855f1f4c7ec2955c42f88a4364bb94 to your computer and use it in GitHub Desktop.
Save brianraila/c4855f1f4c7ec2955c42f88a4364bb94 to your computer and use it in GitHub Desktop.
[
{
"name":"Convulsions",
"icd10 code":"",
"encounter": {
"patient":[
{"age":""},
{"weight":""}
],
"initial":[
{"convulsion time": ""}
],
"severity":false,
"management":[
{"oxygen":""},
{"diazepam":""},
{"dextrose":""}
]
}
},
{
"name":"Asthma",
"icd10 code":"J45",
"encounter": {
"patient":[
{"age":"{} old"},
{"weight":"weighs {}"}
],
"initial":
[
{"wheeze":"{} wheeze"},
{"breathing":" {} in breathing"}
],
"severities":"Mild, Moderate, Severe",
"severity":[
{"consciousness":"the patient is {}"},
{"pulse rate":" a pulse rate of {}"},
{"oxygen saturation":" an oxygen saturation of {}"},
{"inability to drink":" {} ability to drink"},
{"central cyanosis":""},
{"inability to talk":""},
{"lower chest wall indrawing":""}
],
"management":[
{"salbutamol":"!val"},
{"oxygen":"!binary"},
{"hospitalization":"!binary"},
{"prednisolone":"!val"}
]
}
},
{
"name":"Pneumonia",
"icd10 code":"",
"encounter": {
"patient":[
{"age":"{} old"},
{"weight":"weighs {}kgs"}
],
"initial":[
{"cough":"cough is {}"}
],
"severities":"Mild, Moderate, Severe",
"severity":[
{"oxygen saturation":"an oxygen saturation value of {}"},
{"inability to drink/breastfeed":"an {} to drink/breastfeed"},
{"cyanosis":""},
{"grunting":"a {} grunt"},
{"AVPU":"AVPU value of {}"},
{"lower chest wall indrawing":""},
{"respiratory rate":""}
],
"management":[
{"Oxygen":""},
{"Penicillin":""},
{"Gentamicin":""},
{"Amoxycillin":""}
]
}
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment