{
  "resourceType" : "Organization",
  "id" : "org-synthpharma-ag",
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization org-synthpharma-ag</b></p><a name=\"org-synthpharma-ag\"> </a><a name=\"hcorg-synthpharma-ag\"> </a><p><b>name</b>: SynthPharma AG</p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Telecom</b></td><td><b>Address</b></td></tr><tr><td style=\"display: none\">*</td><td>Dr. John Doe, Head of Regulatory Affairs</td><td><a href=\"mailto:john.doe@synthpharma.example\">john.doe@synthpharma.example</a></td><td>123 Synthetic Research Blvd, 4000 Basel, Switzerland</td></tr></table></div>"
  },
  "name" : "SynthPharma AG",
  "contact" : [{
    "name" : [{
      "text" : "Dr. John Doe, Head of Regulatory Affairs"
    }],
    "telecom" : [{
      "system" : "email",
      "value" : "john.doe@synthpharma.example",
      "use" : "work"
    }],
    "address" : {
      "type" : "physical",
      "text" : "123 Synthetic Research Blvd, 4000 Basel, Switzerland",
      "line" : ["123 Synthetic Research Blvd"],
      "city" : "Basel",
      "district" : "Basel-Stadt",
      "state" : "Basel-Stadt",
      "postalCode" : "4000",
      "country" : "Switzerland"
    }
  }]
}