GET List Resource Bundle
get
/oracle-fhir-server/fhir/List
This endpoint supports the retrieval of List resource list.It returns Bundle of List resource.
Request
Query Parameters
-
_format(optional): string
-
_id(optional): string
The ID of the resource
-
_language(optional): string
The language of the resource
-
code(optional): string
What the purpose of this list is
-
date(optional): string(date)
When the list was prepared
-
empty-reason(optional): string
Why list is empty
-
encounter(optional): string
Context in which list created
-
identifier(optional): string
Business identifier
-
item(optional): string
Actual entry
-
notes(optional): string
The annotation - text content (as markdown)
-
patient(optional): string
If all resources have the same subject
-
source(optional): string
Who and/or what defined the list contents (aka Author)
-
status(optional): string
current | retired | entered-in-error
-
subject(optional): string
If all resources have the same subject
-
title(optional): string
Descriptive name for the list
Response
200 Response
Success
Nested Schema : List
Type:
Show Source
object
-
date:
string
Minimum Length:
1
-
encounter:
object Account_coverage
-
entry:
array entry
Minimum Number of Items:
1
Unique Items Required:true
-
id:
string
Minimum Length:
1
-
identifier:
array identifier
Minimum Number of Items:
1
Unique Items Required:true
-
meta:
object Account_meta
-
mode:
string
Minimum Length:
1
-
resourceType:
string
Minimum Length:
1
-
source:
object Account_coverage
-
status:
string
Minimum Length:
1
-
subject:
object Account_coverage
-
text:
object Account_text
Nested Schema : entry
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_meta
Type:
Show Source
object
-
tag:
array tag
Minimum Number of Items:
1
Unique Items Required:true
Nested Schema : Account_text
Type:
Show Source
object
-
div:
string
Minimum Length:
1
-
status:
string
Minimum Length:
1
Nested Schema : Account_identifier
Type:
Show Source
object
-
system:
string
Minimum Length:
1
-
value:
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