Skip to content

Instantly share code, notes, and snippets.

@erikwiffin
Created March 30, 2015 00:41
Show Gist options
  • Save erikwiffin/1dcc303b302de9e8f632 to your computer and use it in GitHub Desktop.
Save erikwiffin/1dcc303b302de9e8f632 to your computer and use it in GitHub Desktop.
{
"patient": {
"name": "John Smith",
"gender": "M",
"birthDate": "1970-01-01"
},
"observations": [
{
"name": "Heart Rate",
"value": {
"value": "100",
"units": "bpm"
}
},
{
"name": "Systolic Blood Pressure",
"value": {
"value": "160",
"units": "mm Hg"
}
},
{
"name": "Diastolic Blood Pressure",
"value": {
"value": "90",
"units": "mm Hg"
}
},
{
"name": "Total Cholesterol",
"value": {
"value": "230",
"units": "mg/dL"
}
},
{
"name": "HDL Cholesterol",
"value": {
"value": "59",
"units": "mg/dL"
}
},
{
"name": "Triglycerides",
"value": {
"value": "250",
"units": "mg/dL"
}
},
{
"name": "Total Serum Protein",
"value": {
"value": "4.0",
"units": "g/dL"
}
},
{
"name": "Pleural Fluid Protein",
"value": {
"value": "2.0",
"units": "g/dL"
}
},
{
"name": "Serum LDH",
"value": {
"value": "250",
"units": "U/L"
}
},
{
"name": "Pleural Fluid LDH",
"value": {
"value": "400",
"units": "U/L"
}
},
{
"name": "Upper Limit of Normal Serum LDH",
"value": {
"value": "210",
"units": "U/L"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment