{
  "resourceType" : "Organization",
  "id" : "Example-organization-good-health-clinic",
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization Example-organization-good-health-clinic</b></p><a name=\"Example-organization-good-health-clinic\"> </a><a name=\"hcExample-organization-good-health-clinic\"> </a><p><b>identifier</b>: <code>http://example.org/GoodHealthClinic</code>/identifier-good-health</p><p><b>name</b>: Good Health Clinic.</p><p><b>telecom</b>: <a href=\"tel:+1(202)776-7700\">+1(202)776-7700</a></p><p><b>address</b>: 123 Campbell Rd. STE 825 Anytown MI 99999 US (work)</p><p><b>endpoint</b>: <a href=\"Endpoint-Example-Smith-Johnson-Endpoint1.html\">Endpoint Good Health Clinic Endpoint</a></p></div>"
  },
  "identifier" : [{
    "system" : "http://example.org/GoodHealthClinic",
    "value" : "identifier-good-health"
  }],
  "name" : "Good Health Clinic.",
  "telecom" : [{
    "system" : "phone",
    "value" : "+1(202)776-7700",
    "use" : "work"
  }],
  "address" : [{
    "use" : "work",
    "line" : ["123 Campbell Rd.",
    "STE 825"],
    "city" : "Anytown",
    "state" : "MI",
    "postalCode" : "99999",
    "country" : "US"
  }],
  "endpoint" : [{
    "reference" : "Endpoint/Example-Smith-Johnson-Endpoint1"
  }]
}