{
  "resourceType" : "Organization",
  "id" : "StateOfIllinoisLicBoard",
  "meta" : {
    "lastUpdated" : "2023-06-03T13:26:22.0314215+00:00",
    "profile" : ["http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-Organization"]
  },
  "language" : "en-US",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\"><p class=\"res-header-id\"><b>Generated Narrative: Organization StateOfIllinoisLicBoard</b></p><a name=\"StateOfIllinoisLicBoard\"> </a><a name=\"hcStateOfIllinoisLicBoard\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Last updated: 2023-06-03 13:26:22+0000; Language: en-US</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ndh-Organization.html\">NDH Organization Profile</a></p></div><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/5.5.0/NamingSystem-ssn.html\" title=\"United States Social Security Number (SSN).  Assigned by the U.S. Social Security Administration.  Note: IRS assigned ITINs are often used as drop-ins for social security numbers.  The SSN is represented in resources with dashes removed. See http://www.ssa.gov/.\">United States Social Security Number</a>/1234-12-1234</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type bus}\">Non-Healthcare Business or Corporation</span></p><p><b>name</b>: State of Illinois Licensing Board</p><p><b>telecom</b>: ph: (888)-473-4858, <a href=\"https://idfpr.illinois.gov/profs/physicians\">https://idfpr.illinois.gov/profs/physicians</a></p><p><b>address</b>: 555 West Monroe Street Chicago IL 60661 </p></div>"
  },
  "identifier" : [{
    "extension" : [{
      "url" : "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-identifier-status",
      "valueCode" : "active"
    }],
    "system" : "http://hl7.org/fhir/sid/us-ssn",
    "value" : "1234-12-1234"
  }],
  "active" : true,
  "type" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
      "version" : "2.0.1",
      "code" : "bus",
      "display" : "Non-Healthcare Business or Corporation"
    }]
  }],
  "name" : "State of Illinois Licensing Board",
  "telecom" : [{
    "extension" : [{
      "extension" : [{
        "url" : "daysOfWeek",
        "valueCode" : "mon"
      },
      {
        "url" : "daysOfWeek",
        "valueCode" : "tue"
      },
      {
        "url" : "daysOfWeek",
        "valueCode" : "wed"
      },
      {
        "url" : "daysOfWeek",
        "valueCode" : "thu"
      },
      {
        "url" : "daysOfWeek",
        "valueCode" : "fri"
      },
      {
        "url" : "availableStartTime",
        "valueTime" : "08:00:00"
      },
      {
        "url" : "availableEndTime",
        "valueTime" : "17:00:00"
      }],
      "url" : "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-contactpoint-availabletime"
    }],
    "system" : "phone",
    "value" : "(888)-473-4858",
    "rank" : 2
  },
  {
    "system" : "url",
    "value" : "https://idfpr.illinois.gov/profs/physicians",
    "rank" : 1
  }],
  "address" : [{
    "line" : ["555 West Monroe Street"],
    "city" : "Chicago",
    "state" : "IL",
    "postalCode" : "60661"
  }]
}