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

FHIR IG analytics

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

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

active: true

name: Some Hospital

Contacts

-Address
*Ravi 10 Tallinn EE (work)

Source1

{
  "resourceType": "Organization",
  "id": "Org2",
  "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": "22131341"
    }
  ],
  "active": true,
  "name": "Some Hospital",
  "contact": [
    {
      "address": {
        "use": "work",
        "line": [
          "Ravi 10"
        ],
        "city": "Tallinn",
        "country": "EE"
      }
    }
  ]
}