Skip to content

Instantly share code, notes, and snippets.

@ppazos
Created July 8, 2017 19:39
Show Gist options
  • Save ppazos/98d6a95ff4597bc6d7628b9c45ee0f20 to your computer and use it in GitHub Desktop.
Save ppazos/98d6a95ff4597bc6d7628b9c45ee0f20 to your computer and use it in GitHub Desktop.
[
{
"fields": {
"status": "During Check In"
},
"required": false,
"name": "Check In",
"complete": true
},
{
"fields": [
{
"valid": true,
"field": "dob"
},
{
"valid": true,
"field": "sex"
},
{
"valid": true,
"field": "address1"
},
{
"valid": true,
"field": "zip"
},
{
"valid": true,
"field": "city"
},
{
"valid": true,
"field": "state"
},
{
"valid": true,
"field": "homephone"
},
{
"valid": true,
"field": "primarydepartmentid"
},
{
"valid": true,
"field": "maritalstatus"
},
{
"valid": true,
"field": "primaryproviderid"
},
{
"error": "An email is required.",
"valid": false,
"field": "email"
},
{
"error": "Documenting the patient's ethnicity is required to satisfy Meaningful Use.",
"valid": false,
"field": "ethnicitycode"
},
{
"valid": true,
"field": "language6392code"
},
{
"valid": true,
"field": "raceid"
},
{
"error": "A mobile phone number is required.",
"valid": false,
"field": "mobilephone"
},
{
"valid": true,
"field": "firstname"
},
{
"valid": true,
"field": "lastname"
},
{
"valid": true,
"field": "ssn"
}
],
"required": true,
"name": "Demographics",
"complete": true
},
{
"fields": [],
"required": true,
"name": "Insurance",
"complete": false
},
{
"fields": [
{},
{},
{},
{},
{},
{}
],
"required": false,
"name": "Health History Forms",
"complete": false
},
{
"fields": [
{
"status": "Incomplete",
"formname": "Privacy Notice, Release of Billing Information and Assignment of Benefits"
}
],
"required": false,
"name": "Privacy and Consent Forms",
"complete": false
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment