FHIR IG analytics| Package | hl7.fhir.uv.clinical-study-protocol |
| Resource Type | Organization |
| Id | Organization-Exemplar-Sponsor-Organization.json |
| FHIR Version | R6 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization Exemplar-Sponsor-Organization
Language: en
name: Exemplar Pharmaceuticals Co.
| Purpose | Address |
| Administrative | Exemplar Road Exemplarton EX99 2AB United Kingdom |
| Postal Address | Box 123 Exemplarton United Kingdom |
{
"resourceType": "Organization",
"id": "Exemplar-Sponsor-Organization",
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"name": "Exemplar Pharmaceuticals Co.",
"contact": [
{
"purpose": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/contactentity-type",
"code": "ADMIN",
"display": "Administrative"
}
]
},
"address": {
"line": [
"Exemplar Road"
],
"city": "Exemplarton",
"postalCode": "EX99 2AB",
"country": "United Kingdom"
}
},
{
"purpose": {
"coding": [
{
"system": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl",
"code": "C70946",
"display": "Postal Address"
}
]
},
"address": {
"line": [
"Box 123"
],
"city": "Exemplarton",
"country": "United Kingdom"
}
}
]
}