FHIR IG analytics| Package | ee.fhir.base |
| Resource Type | Organization |
| Id | Organization-itk.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization itk
Profile: EEBase Organization
identifier: https://fhir.ee/sid/org/est/br/10822068
active: true
name: Ida-Tallinna Keskhaigla
alias: ITK
| Telecom | Address |
| info@itk.ee | Ravi tn 18 Tallinn Harju EE (work) |
{
"resourceType": "Organization",
"id": "itk",
"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": "10822068"
}
],
"active": true,
"name": "Ida-Tallinna Keskhaigla",
"alias": [
"ITK"
],
"contact": [
{
"telecom": [
{
"system": "email",
"value": "info@itk.ee"
}
],
"address": {
"use": "work",
"line": [
"Ravi tn 18"
],
"city": "Tallinn",
"state": "Harju",
"country": "EE"
}
}
]
}