{
  "resourceType": "Organization",
  "id": "uslab-example1",
  "text": {
    "status": "generated",
    "div": "<div>\n      <p>\n        <b>Generated Narrative with Details</b>\n      </p>\n      <p>\n        <b>identifier</b>: 1235349085 (OFFICIAL)\n      </p>\n      <p>\n        <b>name</b>: University Hospital\n      </p>\n      <p>\n        <b>telecom</b>: ph: (+1) 555-227-1234, fax: (+1) 555-227-6622\n      </p>\n      <p>\n        <b>address</b>: Firstcare Way Building 1 Harrisburg PA 17111 USA (WORK)\n      </p>\n    </div>"
  },
  "identifier": [
    {
      "use": "official",
      "system": "https://nppes.cms.hhs.gov/NPPES/",
      "value": "1235349085"
    }
  ],
  "name": "University Hospital",
  "telecom": [
    {
      "system": "phone",
      "value": "(+1) 555-227-1234"
    },
    {
      "system": "fax",
      "value": "(+1) 555-227-6622"
    }
  ],
  "address": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/us-core-county",
          "valueString": "42043"
        }
      ],
      "use": "work",
      "line": [
        "Firstcare Way",
        "Building 1"
      ],
      "city": "Harrisburg",
      "state": "PA",
      "postalCode": "17111",
      "country": "USA"
    }
  ]
}