...
Code Block |
---|
{
"subject": {
"identifiers": {
"mrn": "1234567890",
"cks": "1234445"
},
"person" : {
"personId": "2af239fc-fa74-4f89-b01e-53263c11ec9b",
"name": {
"family": "Springsteen",
"given": "Bruce",
"middle": ""
},
"sex": "F",
"birthTime": "19410101",
"address": {
"streetAddressLine": "111 Main Street",
"streetAddressLine2": "",
"city": "Spring Creek",
"state": "MI",
"postalCode": "49456"
},
"contacts": {
"mobilePhone": "+16161231234",
"homePhone": "+16161231234",
"email": "john.doe@gamil.com"
}
}
},
"outcome": {
"referralId": "bca4ce01-6ec2-4467-90b5-a9dd0776d6f5",
"outcomeId": "f16c709e-481c-4bf4-893e-84ceb1761217",
"createdFromAssessmentId": "123414", // This will be the value that is being passed in
"dateTime": "2011-10-05T14:48:00.000Z",
"domain": "Food Insecurity",
"subDomain": "",
"organizationName": "Fish and Loaves Foodbank",
"status": "Complete",
"notes" : "Provision - Provision of Food"
}
} |
...