{
    "resourceType":"Organization",
    "text":
    {
        "status": "generated",
        "div": "<div xmlns='http://www.w3.org/1999/xhtml'><p>Test Hospital. tel: +44 121 123 4567, email: <a>reception@testhospital.org</a></p></div>"
    },
    "identifier":
    [{
        "system": "http://www.test.org/id",
        "value": "1"
    }],
    "name": "Test Hospital",
    "telecom":
    [{
        "system": "phone",
        "value": "+44 121 123 4567",
        "use": "mobile"
    },
    {
        "system": "email",
        "value": "reception@testhospital.org",
        "use": "work"
    }],
    "address":
    [{
        "line":[ "Mindelsohn Way"],
        "city": "Birmingham",
        "postalCode": "B15 2GW",
        "country": "UK"
    }]

}