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

FHIR IG analytics

Packageee.fhir.base
Resource TypeLocation
IdLocation-itk-ed.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: Location itk-ed

name: ITK Emergency Department

Contacts

-Telecom
*ph: 6207040

address: Ravi 18, 10138 Tallinn(work)

managingOrganization: Organization Ida-Tallinna Keskhaigla


Source1

{
  "resourceType": "Location",
  "id": "itk-ed",
  "meta": {
    "profile": [
      "https://fhir.ee/base/StructureDefinition/ee-location"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "name": "ITK Emergency Department",
  "contact": [
    {
      "telecom": [
        {
          "system": "phone",
          "value": "6207040"
        }
      ]
    }
  ],
  "address": {
    "use": "work",
    "text": "Ravi 18, 10138 Tallinn",
    "country": "EE"
  },
  "managingOrganization": {
    "reference": "Organization/itk"
  }
}