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

FHIR IG analytics

Packageee.fhir.base
Resource TypeOrganization
IdOrganization-synlab.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 synlab

identifier: https://fhir.ee/sid/org/est/br/11107913

active: true

name: SYNLAB EESTI OÜ

alias: Synlab

Contacts

-TelecomAddress
*info@synlab.comVeerenni tn 53a Tallinn EE (work)

Source1

{
  "resourceType": "Organization",
  "id": "synlab",
  "meta": {
    "profile": [
      "https://fhir.ee/base/StructureDefinition/ee-organization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://fhir.ee/sid/org/est/br",
      "value": "11107913"
    }
  ],
  "active": true,
  "name": "SYNLAB EESTI OÜ",
  "alias": [
    "Synlab"
  ],
  "contact": [
    {
      "telecom": [
        {
          "system": "email",
          "value": "info@synlab.com"
        }
      ],
      "address": {
        "use": "work",
        "line": [
          "Veerenni tn 53a"
        ],
        "city": "Tallinn",
        "country": "EE"
      }
    }
  ]
}