Last active
December 29, 2015 12:09
-
-
Save blacktm/7668417 to your computer and use it in GitHub Desktop.
The Blue Button Connector data holder JSON representation.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"organization": "String", | |
"category": "String", | |
"alias": "String", | |
"location": { | |
"street": ["String"], | |
"city": "String", | |
"state": "String", | |
"zip": "String", | |
"lat": "Number", | |
"lng": "Number" | |
}, | |
"phone": "String", | |
"url": { | |
"login": "String", | |
"logo": "String", | |
"mobile": "String", | |
"screenshot": "String", | |
"web": "String" | |
}, | |
"description": "String", | |
"features": ["String"], | |
"bb_logo": "Boolean", | |
"view": { | |
"active_prescriptions": "Boolean", | |
"allergies": "Boolean", | |
"appointment_history": "Boolean", | |
"claims": "Boolean", | |
"clinical_notes": "Boolean", | |
"diagnostics": "Boolean", | |
"family_history": "Boolean", | |
"imaging": "Boolean", | |
"immunizations": "Boolean", | |
"lab_results": "Boolean", | |
"medical_history": "Boolean", | |
"medications": "Boolean", | |
"pathology": "Boolean", | |
"prescriptions": "Boolean", | |
"problems": "Boolean", | |
"visit_history": "Boolean", | |
"vitals": "Boolean" | |
}, | |
"download": { | |
"text": "Boolean", | |
"pdf": "Boolean", | |
"c32": "Boolean", | |
"ccda": "Boolean", | |
"other": ["String"] | |
}, | |
"transmit": { | |
"automation": "Boolean", | |
"direct": { | |
"enabled": "Boolean", | |
"trust_bundles": { | |
"patient": "Boolean", | |
"provider": "Boolean", | |
"other": ["String"] | |
} | |
}, | |
"rest": { | |
"enabled": "Boolean", | |
"registries": ["String"] | |
} | |
}, | |
"services": { | |
"automatic_refills": "Boolean", | |
"bill_pay": "Boolean", | |
"caregiving": "Boolean", | |
"dispute": "Boolean", | |
"family_prescriptions": "Boolean", | |
"new_prescriptions": "Boolean", | |
"refills": "Boolean", | |
"reminders": "Boolean", | |
"scheduling": "Boolean", | |
"search": "Boolean", | |
"secure_messaging": "Boolean", | |
"self_entered": "Boolean", | |
"shop": "Boolean", | |
"test_request": "Boolean", | |
"transfer_prescriptions": "Boolean" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment