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

FHIR IG analytics

Packageee.fhir.mpi
Resource TypeOrganization
IdOrganization-Org1.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 Org1

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

name: General Hospital

alias: Hospital

Contacts

-TelecomAddress
*info@hospital.eeRavi 10 Tallinn

Source1

{
  "resourceType": "Organization",
  "id": "Org1",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://fhir.ee/sid/org/est/br",
      "value": "1234567"
    }
  ],
  "name": "General Hospital",
  "alias": [
    "Hospital"
  ],
  "contact": [
    {
      "telecom": [
        {
          "system": "email",
          "value": "info@hospital.ee"
        }
      ],
      "address": {
        "line": [
          "Ravi 10"
        ],
        "city": "Tallinn"
      }
    }
  ]
}