{
    "resourceType":"Patient",
    "text":
    {
        "status": "generated",
        "div": "<div xmlns='http://www.w3.org/1999/xhtml'><p>Tom H Buckley</p><p>67 Hounslow Rd</p><p>SOLLERS HOPE</p><p>HR1 2JV</p><p>Date of birth: 1937-05-20</p></div>"
    },
    "identifier":
    [{
        "use": "official",
        "type":
        {
            "coding":
            [{
                "code": "SSN"
            }]
        },
        "system": "http://hl7.org/fhir/sid/us-ssn",
        "value": "10"
    }],
    "active": true,
    "name":
    [{
        "use": "official",
        "family":[ "Buckley"],
        "given":[ "Tom"]
    }],
    "telecom":
    [{
        "system": "phone",
        "value": "070 3725 3214",
        "use": "home"
    }],
    "gender": "male",
    "birthDate": "1937-05-20",
    "deceasedBoolean": false,
    "address":
    [{
        "use": "home",
        "text": "67 Hounslow Rd, SOLLERS HOPE, HR1 2JV",
        "line":[ "67 Hounslow Rd"],
        "city": "SOLLERS HOPE",
        "postalCode": "HR1 2JV"
    }],
    "careProvider":
    [{
        "reference": "Organization/1"
    }]

}