Patient MPI Load Message Example
Json Format: Patient MPI Load
Download Raw Patient MPI Load Json example
An example of a Patient MPI Load.
{ "resourceType": "Patient", "id": "example-PatientNotificationEnrollment-Patient", "identifier": [ { "use": "usual", "type": { "coding": [ { "system": "http://hl7.org/fhir/v2/0203", "code": "MR" } ] }, "system": "5.22.2019.1557.003", "value": "GQAC3MPhqr", "period": { "start": "2001-05-06" }, "assigner": { "display": "Acme Healthcare" } } ], "active": "true", "name": [ { "use": "official", "family": "Riveiro", "given": [ "Elise", "OxQfiIcGUs" ] } ], "telecom": [ { "system": "phone", "value": "9525553230", "use": "home" } ], "gender": "female", "birthDate": "1969-05-22", "address": { "use": "home", "line": [ "1616 Warbler Lane", "" ], "city": "Saint Paul", "state": "MN", "postalCode": "55344" } }