National Directory of Healthcare Providers & Services (NDH) Implementation Guide
1.0.0-ballot - ballot United States of America flag

National Directory of Healthcare Providers & Services (NDH) Implementation Guide, published by HL7 International / Patient Administration. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-us-ndh/ and changes regularly. See the Directory of published versions

: StateOfIllinoisLicBoard - JSON Representation

Raw json | Download


{
  "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><b>Generated Narrative: Organization</b><a name=\"StateOfIllinoisLicBoard\"> </a><a name=\"hcStateOfIllinoisLicBoard\"> </a></p><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\">ResourceOrganization &quot;StateOfIllinoisLicBoard&quot; Updated &quot;2023-06-03 13:26:22+0000&quot;  (Language &quot;en-US&quot;) </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ndh-Organization.html\">NDH Base Organization Profile</a></p></div><p><b>identifier</b>: <code>http://hl7.org.fhir/sid/us-ssn</code>/1234-12-1234</p><p><b>active</b>: true</p><p><b>type</b>: Non-Healthcare Business <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-OrgTypeCS.html\">Organization Type Code System</a>#bus)</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://hl7.org/fhir/us/ndh/CodeSystem/OrgTypeCS",
          "code" : "bus",
          "display" : "Non-Healthcare Business"
        }
      ]
    }
  ],
  "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"
    }
  ]
}