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

FHIR IG analytics

Packagehl7.fhir.uv.apix
Resource TypeOrganization
IdOrganization-org-synthpharma-ag.json
FHIR VersionR5

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 org-synthpharma-ag

Language: en

name: SynthPharma AG

Contacts

-NameTelecomAddress
*Dr. John Doe, Head of Regulatory Affairsjohn.doe@synthpharma.example123 Synthetic Research Blvd, 4000 Basel, Switzerland

Source1

{
  "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"
      }
    }
  ]
}