Created
February 4, 2019 15:46
-
-
Save aviars/44b39b6a723c75da68e7db62f35b296f to your computer and use it in GitHub Desktop.
example patient search body
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
'aud': 'kSFVM8R7IATmzj8y7tOC99XFfmjJJ3TISSKiIlWp', | |
'auth_time': 1549289740.153844, | |
'email': '[email protected]', | |
'exp': 1549298609.7416735, | |
'iat': 1549295009.7416809, | |
'iss': 'https://alpha.verifymyidentity.com', | |
'nonce': 'REizxdkeo2QAxil4cKN0MfSq9cqvIvES8GzDYYBwW3MiEdsq9nUcZi5C1RC72UQ2', | |
'sub': '304685313797962', | |
'aal': '2', | |
'birthdate': '2019-01-03', | |
'email_verified': False, | |
'gender': 'male', | |
'given_name': 'ALAN', | |
'ial': '2', | |
'name': 'ALAN VIARS', | |
'nickname': '', | |
'phone_number': '+13046853137', | |
'phone_verified': True, | |
'picture': '', | |
'preferred_username': 'aviars', | |
'vot': 'P2.Ce', | |
'website': '', | |
'address': [{ | |
'formatted': '516 Brookwood Dr. \nDurham NC 27707', | |
'street_address': '516 Brookwood Dr. ', | |
'locality': 'Durham', | |
'region': 'NC', | |
'postal_code': '27707', | |
'country': '' | |
}], | |
'document': [{ | |
'type': 'FHIR_PATIENT_ID', | |
'num': '123456789' | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment