{
  "resourceType": "Organization",
  "id": "cdex-example-clearinghouse",
  "meta": {
    "versionId": "2",
    "lastUpdated": "2019-06-06T21:55:32.000-04:00"
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: cdex-example-clearinghouse</p><p><b>meta</b>: </p><p><b>identifier</b>: ACME Clearinghouse</p><p><b>telecom</b>: ph: 888-888-8888(WORK)</p><p><b>address</b>: 45 Atlas St, Erie, CO 80400, US(WORK)</p></div>"
  },
  "identifier": [
    {
      "system": "http://www.ACME.com/edi",
      "value": "ACME Clearinghouse"
    }
  ],
  "telecom": [
    {
      "id": "1",
      "system": "phone",
      "value": "888-888-8888",
      "use": "work"
    }
  ],
  "address": [
    {
      "id": "1",
      "use": "work",
      "type": "postal",
      "text": "45 Atlas St, Erie, CO 80400, US",
      "line": [
        "45 Atlas St"
      ],
      "city": "Erie",
      "state": "CO",
      "postalCode": "80400",
      "country": "US"
    }
  ]
}