FHIR IG analytics| Package | hl7.fhir.uv.apix |
| Resource Type | Organization |
| Id | Organization-org-synthpharma-ag.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization org-synthpharma-ag
Language: en
name: SynthPharma AG
| Name | Telecom | Address |
| Dr. John Doe, Head of Regulatory Affairs | john.doe@synthpharma.example | 123 Synthetic Research Blvd, 4000 Basel, Switzerland |
{
"resourceType": "Organization",
"id": "org-synthpharma-ag",
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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"
}
}
]
}