GET Organization Resource Bundle
get
/oracle-fhir-server/fhir/Organization
This endpoint supports the retrieval of Organization resource list.It returns Bundle of Organization resource.
Request
Query Parameters
-
_format(optional): string
-
_id(optional): string
The ID of the resource
-
_language(optional): string
The language of the resource
-
active(optional): string
Is the Organization record active
-
address(optional): string
A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
-
address-city(optional): string
A city specified in an address
-
address-country(optional): string
A country specified in an address
-
address-postalcode(optional): string
A postal code specified in an address
-
address-state(optional): string
A state specified in an address
-
address-use(optional): string
A use code specified in an address
-
endpoint(optional): string
Technical endpoints providing access to services operated for the organization
-
identifier(optional): string
Any identifier for the organization (not the accreditation issuer's identifier)
-
name(optional): string
A portion of the organization's name or alias
-
partof(optional): string
An organization of which this organization forms a part
-
phonetic(optional): string
A portion of the organization's name using some kind of phonetic matching algorithm
-
type(optional): string
A code for the type of organization
Response
200 Response
Success
Nested Schema : Organization
Type:
Show Source
object
-
address:
array address
Minimum Number of Items:
1
Unique Items Required:true
-
alias:
array alias
-
endpoint:
array endpoint
Minimum Number of Items:
1
Unique Items Required:true
-
id:
string
Minimum Length:
1
-
meta:
object Account_meta
-
name:
string
Minimum Length:
1
-
resourceType:
string
Minimum Length:
1
-
telecom:
array telecom
Minimum Number of Items:
1
Unique Items Required:true
-
text:
object Account_text
Nested Schema : address
Type:
array
Minimum Number of Items:
1
Unique Items Required:
Show Source
true
Nested Schema : endpoint
Type:
array
Minimum Number of Items:
1
Unique Items Required:
Show Source
true
Nested Schema : Account_meta
Type:
Show Source
object
-
tag:
array tag
Minimum Number of Items:
1
Unique Items Required:true
Nested Schema : telecom
Type:
array
Minimum Number of Items:
1
Unique Items Required:
Show Source
true
Nested Schema : Account_text
Type:
Show Source
object
-
div:
string
Minimum Length:
1
-
status:
string
Minimum Length:
1
Nested Schema : Organization_address
Type:
Show Source
object
-
city:
string
Minimum Length:
1
-
country:
string
Minimum Length:
1
-
line(optional):
array line
-
postalCode:
string
Minimum Length:
1
-
state:
string
Minimum Length:
1
Nested Schema : Account_type_coding
Type:
Show Source
object
-
code:
string
Minimum Length:
1
-
display:
string
Minimum Length:
1
-
system:
string
Minimum Length:
1
Nested Schema : Account_identifier
Type:
Show Source
object
-
system:
string
Minimum Length:
1
-
value:
string
Minimum Length:
1