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

FHIR IG analytics

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

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

active: true

name: Eesti Tervisekassa

alias: EHIF

Contacts

-TelecomAddress
*info@tervisekassa.eeLastekodu 88 Tallinn EE (work)

Source1

{
  "resourceType": "Organization",
  "id": "ehif",
  "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": "74000091"
    }
  ],
  "active": true,
  "name": "Eesti Tervisekassa",
  "alias": [
    "EHIF"
  ],
  "contact": [
    {
      "telecom": [
        {
          "system": "email",
          "value": "info@tervisekassa.ee"
        }
      ],
      "address": {
        "use": "work",
        "line": [
          "Lastekodu 88"
        ],
        "city": "Tallinn",
        "country": "EE"
      }
    }
  ]
}