FHIR IG analytics| Package | ee.fhir.base |
| Resource Type | Organization |
| Id | Organization-synlab.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization synlab
Profile: EEBase Organization
identifier: https://fhir.ee/sid/org/est/br/11107913
active: true
name: SYNLAB EESTI OÜ
alias: Synlab
| Telecom | Address |
| info@synlab.com | Veerenni tn 53a Tallinn EE (work) |
{
"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"
}
}
]
}