FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.ndh
Resource TypeOrganization
IdOrganization-StateOfIllinoisLicBoard.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Organization StateOfIllinoisLicBoard

Last updated: 2023-06-03 13:26:22+0000; Language: en-US

Profile: NDH Organization Profile

identifier: United States Social Security Number/1234-12-1234

active: true

type: Non-Healthcare Business or Corporation

name: State of Illinois Licensing Board

telecom: ph: (888)-473-4858, https://idfpr.illinois.gov/profs/physicians

address: 555 West Monroe Street Chicago IL 60661


Source1

{
  "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": "<!-- snip (see above) -->"
  },
  "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"
    }
  ]
}