0.1.1 - ci-build

ScheduleOfActivityIG - Local Development build (v0.1.1). See the Directory of published versions

: Eli Lilly and Company - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "EliLillyAndCompany",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>identifier</b>: id: Eli Lilly and Company (OFFICIAL)</p><p><b>type</b>: <span title=\"Codes: \">crs</span></p><h3>Contacts</h3><table class=\"grid\"><tr><td>-</td><td><b>Purpose</b></td><td><b>Telecom</b></td></tr><tr><td>*</td><td><span title=\"Codes: \">ADMIN</span></td><td><a href=\"https://www.lilly.com\">https://www.lilly.com</a></td></tr></table></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "value" : "Eli Lilly and Company"
    }
  ],
  "type" : [
    {
      "coding" : [
        {
          "code" : "crs"
        }
      ]
    }
  ],
  "contact" : [
    {
      "purpose" : {
        "coding" : [
          {
            "code" : "ADMIN"
          }
        ]
      },
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.lilly.com"
        }
      ]
    }
  ]
}