Skip to content

Instantly share code, notes, and snippets.

@aviars
Created February 4, 2019 15:46
Show Gist options
  • Select an option

  • Save aviars/44b39b6a723c75da68e7db62f35b296f to your computer and use it in GitHub Desktop.

Select an option

Save aviars/44b39b6a723c75da68e7db62f35b296f to your computer and use it in GitHub Desktop.

Revisions

  1. aviars created this gist Feb 4, 2019.
    36 changes: 36 additions & 0 deletions patient-search-request-body.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,36 @@

    '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'
    }]
    }