{
  "resourceType": "Organization",
  "id": "X140124",
  "meta": {
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>identifier</b>: id: X140124</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>: URSULA KROEBER HOSPITAL</p><p><b>address</b>: 1901 W HARRISON ST CHICAGO IL 60612 USA (WORK)</p></div>"
  },
  "identifier": [
    {
      "system": "http://sanerproject.org/connectathon/hospitals",
      "value": "X140124"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/organization-type",
          "code": "prov"
        }
      ]
    }
  ],
  "name": "URSULA KROEBER HOSPITAL",
  "address": [
    {
      "use": "work",
      "type": "both",
      "line": [
        "1901 W HARRISON ST"
      ],
      "city": "CHICAGO",
      "district": "COOK",
      "state": "IL",
      "postalCode": "60612",
      "country": "USA"
    }
  ]
}