Skip to main content

Overview

Organization Information addresses: A formally or informally recognized grouping of people or organizations formed for the purpose of achieving some form of collective action. This profile meets the U.S. Core Data for Interoperability (USCDI) v3 requirements for Organization Information. Includes companies, institutions, corporations, departments, community groups, healthcare practice groups, payer/insurer, etc. Example Usage Scenarios: The following are example usage scenarios for the this profile:
  • Query by organization name or NPI
Each Organization has next elements:
  • A status of the organization (i.e., whether is still active )
  • A name
Each Organization supports next elements:
  • An identifier
  • A list of contact information
  • An address
Organization response will be provided in JSON (refers to Capability Statement) format as per FHIR standard R4 version. This resource refers to US Core Organization Profile 6.1.0. Profile specific implementation guidance: Systems SHALL support National Provider Identifier (NPI) for organizations and SHOULD support Clinical Laboratory Improvement Amendments (CLIA) for laboratories.

Must support elements, mandatory and optional search parameters

Organizationmust support these elements:
  • identifier
    • identifier:NPI
    • identifier:CLIA
    • identifier:NAIC
    • system
    • value
  • active
  • name
  • telecom
    • system
    • value
  • address
    • line
    • city
    • state
    • postalCode
    • country
Each Organization Must Have (Mandatory):
  • active
  • name
Identifier Validation Rules:
  • NPI: Must be 10 digits with valid Luhn algorithm check digit
  • CLIA: Must be 10 digits with letter “D” in third position (format: ##D#######)
  • NAIC: Must be exactly 5 digitsgi
Organization response will be provided in JSON (refers to Capability Statement) format as per FHIR standard R4 version. The following search parameters and search parameter combinations SHALL be supported (mandatory): The syntax used to describe the interactions is described here. SHALL support searching by organization name using the name search parameter:
GET [base url]/Organization?name=[string]
SHALL support searching organization based on text address using the address search parameter:
GET [base url]/Organization?address=[string]
The response to any search operation is always a list of resources in a Bundle or an Operation Outcome.

Organization By Name

Search for Organization by name. METHOD GET
PARAMS
[base url] - FHIR base url
[string] - Organization’s name
HEADERS The Authorization token SHALL be obtained during the Authentication and Authorization process. Go to Authentication and Authorization for further details. RESPONSES EXAMPLE:

Organization By Address

Get Organizations by address string. METHOD GET
PARAMS [base url] - FHIR base url
[string] - Address string
HEADERS The Authorization token SHALL be obtained during the Authentication and Authorization process. Authentication and Authorization for further details. RESPONSES EXAMPLE: