# Organization

# Overview

This is Organization resource.

# Resource example :

{
        "resourceType": "Organization",
        "id": "22344",
        "meta": {
          "versionId": "2",
          "lastUpdated": "2023-06-30T13:57:23.381+00:00"
        },
        "active": true,
        "type": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/organization-type",
                "code": "prov",
                "display": "Private Hospital"
              }
            ]
          }
        ],
        "name": "Medanta Hospital",
        "telecom": [
          {
            "system": "phone",
            "value": " 0124 4141414"
          }
        ],
        "address": [
          {
            "line": [
              "E-18, Block E, Defence Colony"
            ],
            "city": "New Delhi",
            "state": "Delhi",
            "postalCode": "110024",
            "country": "India"
          }
        ]
      }