GET Patient Resource Bundle
get
/oracle-fhir-server/fhir/Patient
This endpoint supports the retrieval of Patient resource list.It returns Bundle of Patient 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
Whether the patient record is 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 postalCode 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
-
birthdate(optional): string(date)
The patient's date of birth
-
death-date(optional): string(date)
The date of death has been provided and satisfies this search value
-
deceased(optional): string
This patient has been marked as deceased, or as a death date entered
-
email(optional): string
A value in an email contact
-
family(optional): string
A portion of the family name of the patient
-
gender(optional): string
Gender of the patient
-
general-practitioner(optional): string
Patient's nominated general practitioner, not the organization that manages the record
-
given(optional): string
A portion of the given name of the patient
-
identifier(optional): string
A patient identifier
-
language(optional): string
Language code (irrespective of use value)
-
link(optional): string
All patients linked to the given patient
-
name(optional): string
A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text
-
organization(optional): string
The organization that is the custodian of the patient record
-
phone(optional): string
A value in a phone contact
-
phonetic(optional): string
A portion of either family or given name using some kind of phonetic matching algorithm
-
telecom(optional): string
The value in any kind of telecom details of the patient
Response
200 Response
Success
Nested Schema : Patient
Type:
Show Source
object
-
active:
boolean
-
contact:
array contact
Minimum Number of Items:
1
Unique Items Required:true
-
gender:
string
Minimum Length:
1
-
id:
string
Minimum Length:
1
-
identifier:
array identifier
Minimum Number of Items:
1
Unique Items Required:true
-
link:
array link
Minimum Number of Items:
1
Unique Items Required:true
-
managingOrganization:
object Account_subject
-
meta:
object Account_meta
-
name:
array name
Minimum Number of Items:
1
Unique Items Required:true
-
photo:
array photo
Minimum Number of Items:
1
Unique Items Required:true
-
resourceType:
string
Minimum Length:
1
-
text:
object Account_text
Nested Schema : contact
Type:
array
Minimum Number of Items:
1
Unique Items Required:
Show Source
true
Nested Schema : identifier
Type:
array
Minimum Number of Items:
1
Unique Items Required:
Show Source
true
Nested Schema : Account_subject
Type:
Show Source
object
-
display:
string
Minimum Length:
1
-
reference:
string
Minimum Length:
1
Nested Schema : Account_meta
Type:
Show Source
object
-
tag:
array tag
Minimum Number of Items:
1
Unique Items Required:true
Nested Schema : photo
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 : Patient_contact
Type:
Show Source
object
-
organization(optional):
object Account_subject
-
relationship(optional):
array relationship
Minimum Number of Items:
1
Unique Items Required:true
Nested Schema : relationship
Type:
array
Minimum Number of Items:
1
Unique Items Required:
Show Source
true
Nested Schema : ActivityDefinition_jurisdiction
Type:
Show Source
object
-
coding(optional):
array coding
Minimum Number of Items:
1
Unique Items Required:true
Nested Schema : coding
Type:
array
Minimum Number of Items:
1
Unique Items Required:
Show Source
true
Nested Schema : ActivityDefinition_code
Type:
Show Source
object
-
code:
string
Minimum Length:
1
-
system:
string
Minimum Length:
1
Nested Schema : Patient_identifier
Type:
Show Source
object
-
system:
string
Minimum Length:
1
-
type(optional):
object Basic_code
-
use:
string
Minimum Length:
1
-
value:
string
Minimum Length:
1
Nested Schema : Basic_code
Type:
Show Source
object
-
coding:
array coding
Minimum Number of Items:
1
Unique Items Required:true
Nested Schema : coding
Type:
array
Minimum Number of Items:
1
Unique Items Required:
Show Source
true
Nested Schema : Patient_link
Type:
Show Source
object
-
other(optional):
object Account_coverage
-
type:
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 : Patient_name
Type:
Show Source
object
-
family:
string
Minimum Length:
1
-
given(optional):
array given
-
use:
string
Minimum Length:
1
Nested Schema : Patient_photo
Type:
Show Source
object
-
contentType:
string
Minimum Length:
1
-
data:
string
Minimum Length:
1