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

FHIR IG analytics

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

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

active: true

name: Ida-Tallinna Keskhaigla

alias: ITK

Contacts

-TelecomAddress
*info@itk.eeRavi tn 18 Tallinn Harju EE (work)

Source1

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