Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created December 15, 2022 14:27
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 bjoerntx/a6ecf120ce22a10bf1432f81bb24b6d8 to your computer and use it in GitHub Desktop.
Save bjoerntx/a6ecf120ce22a10bf1432f81bb24b6d8 to your computer and use it in GitHub Desktop.
[
{
"Doctor": "Peter Jackson M.D.",
"Patient": [
{
"Name": "Jeanette Jo",
"DOB": "07/22/1981",
"Sex": {
"M": false,
"F": true
},
"Pronouns": "She/Her",
"History": {
"head": false,
"seizures": false,
"eye": false,
"ear": true,
"pacemaker": false,
"blood": false,
"cholesterol": false,
"diabetes": false,
"anxiety": false,
"fainting": false,
"dizziness": false,
"heart": false,
"weight": false,
"neck": false,
"bone": false
},
"Allergies": {
"allergy1": {
"To": "Gluten",
"Severity": {
"Mild": false,
"Moderate": true,
"Severe": false
},
"Reaction": "Abdominal pain"
}
},
"AdditionalNotes": {
"Notes": [
{
"Note": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla in auctor nibh, ac suscipit ex."
},
{
"Note": "Sed euismod hendrerit augue nec tincidunt. Suspendisse ac massa a velit molestie mattis."
}
]
}
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment