FHIR IG analytics| Package | hl7.fhir.uv.vulcan-schedule.r4b |
| Resource Type | Organization |
| Id | Organization-EliLillyAndCompany.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization
Resource Organization "EliLillyAndCompany"
identifier: id: Eli Lilly and Company Inc (use: OFFICIAL)
type: Clinical Research Sponsor (Organization type#crs)
| - | Purpose | Telecom |
| * | Administrative (Contact entity type#ADMIN) | https://www.lilly.com |
{
"resourceType": "Organization",
"id": "EliLillyAndCompany",
"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"
}
]
}
]
}