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-PatientMPILoad-Patient",
    "identifier":  [
        {
            "use": "usual",
            "type": {
                "coding":  [
                    {
                        "system": "http://hl7.org/fhir/v2/0203",
                        "code": "MR"
                    }
                ]
            },
            "system": "5.22.2019.1557.003",
            "value": "sgcWsrkqhp",
            "period": {
                "start": "2001-05-06"
            },
            "assigner": {
                "display": "Acme Healthcare"
            }
        }
    ],
    "active": "true",
    "name":  [
        {
            "use": "official",
            "family": "Riveiro",
            "given":  [
                "Elise",
                "ghm7DLGPfc"
            ]
        }
    ],
    "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"
    }
}