Skip to content

Instantly share code, notes, and snippets.

@mattsouth
Last active August 29, 2015 14:16
Show Gist options
  • Save mattsouth/9c03212b2065c57e78ff to your computer and use it in GitHub Desktop.
Save mattsouth/9c03212b2065c57e78ff to your computer and use it in GitHub Desktop.
contact Galileo
{
"NHSNumber" : "18243291",
"_id" : ObjectId("1111a2ddaddd832311"),
"accessPrivilege" : "Participant",
"clinicians" : [
{
"firstName" : "Clint",
"lastName" : "Ician",
"tcid" : 13,
"title" : "Mr"
}
],
"dateOfBirth" : ISODate("1906-05-28T23:00:00.000Z"),
"emailAddresses" : [
{
"value" : "[email protected]",
"status" : "primary"
},
{
"value" : "[email protected]",
"status" : "other"
},
{
"value" : "[email protected]",
"status" : "expired"
}
],
"firstName" : "Galileo",
"lastName" : "Galilei",
"lastResponseReceivedAt" : null,
"needsToResetPassword" : false,
"nextTickAt" : null,
"participations" : [],
"patientNumber" : "100003",
"phoneNumbers" : [
{
"value" : "447238174207",
"status" : "primary"
},
{
"value" : "447125435681",
"status" : "other"
},
{
"value" : "447125436915",
"status" : "expired"
}
],
"prefContactMethod" : "Email",
"prefPromptMethod" : "SMS",
"requestConfirmation" : true,
"responsibleFor" : 0,
"revision" : {
"BasicContact" : 1,
"SchedulerContact" : 2
},
"tcid" : 3,
"title" : "Mr",
"translation" : "en",
"uploadToERecord" : true,
"username" : "galileogalilei"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment