<?xml version="1.0" encoding="utf-8"?>
<Organization xmlns="http://hl7.org/fhir">
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>NProgram Ltd.</p>
      <p>15 Ashfield Avenue</p>
      <p>Birmingham</p>
      <p>B14 7AT</p>
      <p>UK</p>
      <p>email: <a href="mailto:test@demorg.org">test@demorg.org</a></p>
    </div>
  </text>
  <identifier>
    <system value="http://www.test.org/id" />
    <value value="3" />
  </identifier>
  <name value="NProgram Ltd" />
  <telecom>
    <system value="phone" />
    <value value="+44 121 123 4568" />
    <use value="mobile" />
  </telecom>
  <telecom>
    <system value="email" />
    <value value="test@demorg.org" />
    <use value="work" />
  </telecom>
  <address>
    <line value="15 Ashfield Avenue" />
    <city value="Birmingham" />
    <postalCode value="B14 7AT" />
    <country value="UK" />
  </address>
  <contact>
    <name>
      <family value="Smithies" />
      <given value="Rik" />
      <prefix value="Mr." />
    </name>
  </contact>
</Organization>