{
  "resourceType" : "Organization",
  "id" : "ExampleERefReceivingHospital",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization ExampleERefReceivingHospital</b></p><a name=\"ExampleERefReceivingHospital\"> </a><a name=\"hcExampleERefReceivingHospital\"> </a><p><b>identifier</b>: <code>urn:oid:2.16.840.1.113883.2.9.4.1.1</code>/HOSP-QC-001</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</span></p><p><b>name</b>: Philippine Heart Center</p><p><b>address</b>: East Avenue Quezon City Metro Manila 1100 PH </p></div>"
  },
  "identifier" : [{
    "system" : "urn:oid:2.16.840.1.113883.2.9.4.1.1",
    "value" : "HOSP-QC-001"
  }],
  "active" : true,
  "type" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
      "code" : "prov",
      "display" : "Healthcare Provider"
    }]
  }],
  "name" : "Philippine Heart Center",
  "address" : [{
    "line" : ["East Avenue"],
    "city" : "Quezon City",
    "state" : "Metro Manila",
    "postalCode" : "1100",
    "country" : "PH"
  }]
}