FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.vulcan-schedule
Resource TypeOrganization
IdOrganization-EliLillyAndCompany.json
FHIR VersionR6

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Organization EliLillyAndCompany

Language: en

identifier: Eli Lilly and Company Inc (use: official, )

type: Clinical Research Sponsor

Contacts

-PurposeTelecom
*Administrativehttps://www.lilly.com

Source1

{
  "resourceType": "Organization",
  "id": "EliLillyAndCompany",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "value": "Eli Lilly and Company Inc"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/organization-type",
          "code": "crs"
        }
      ]
    }
  ],
  "contact": [
    {
      "purpose": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/contactentity-type",
            "code": "ADMIN"
          }
        ]
      },
      "telecom": [
        {
          "system": "url",
          "value": "https://www.lilly.com"
        }
      ]
    }
  ]
}