Retrieve Clinical Specimens for a Patient Identifier
get
/ohfapi/cg/v3.3/patientapi/patients/{id}/clinicalspecimens
This endpoint supports the retrieval of Clinical Specimens for a single Patient Identifier passed.
The data can be filtered by code, name, startDate and endDate of dateType (SPECIMEN_COLLECTION_DT). It returns all the Clinical Specimens related information like Code, Name, Type, Value, Anatomical Site
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
id: integer(int64)
Minimum Value:
0Patient Row ID
Query Parameters
-
code(optional): string
Clinical Filter query params: ?code=DCode&name=DName
-
dateType(optional): string
Clinical Filter query params: ?code=DCode&name=DName
-
endDate(optional): string
Clinical Filter query params: ?code=DCode&name=DName
-
limit(optional): integer(int32)
Pagination query params: ?limit=2&offset=0
-
name(optional): string
Clinical Filter query params: ?code=DCode&name=DName
-
offset(optional): integer(int32)
Pagination query params: ?limit=2&offset=0
-
specimenNumber(optional): string
Clinical Filter query params: ?code=DCode&name=DName
-
specimenVendor(optional): string
Clinical Filter query params: ?code=DCode&name=DName
-
startDate(optional): string
Clinical Filter query params: ?code=DCode&name=DName
Security
-
basicAuth: basic
Type:
basic
Response
Supported Media Types
- application/json
- application/xml
200 Response
successful operation
Root Schema : PageableCollectionClinicalSpecimen
Type:
objectModel for paginated collections of data.
Show Source
-
count(optional):
integer(int64)
Number of objects in the 'items' collection.
-
hasMore(optional):
boolean
A boolean indicating if more pages are available.
-
items(optional):
array items
A collection of paged items.
-
links(optional):
array links
A collection of links containing hrefs to the current, next, and previous pages as applicable.
-
resourceType(optional):
string
Identify the resource type
Nested Schema : items
Type:
arrayA collection of paged items.
Show Source
-
Array of:
object ClinicalSpecimen
Model for a Clinical Specimen object in CDM.
Nested Schema : links
Type:
arrayA collection of links containing hrefs to the current, next, and previous pages as applicable.
Show Source
Example:
{rel: 'next',href: '/patientapi/patients?limit=100&offset=300'}Nested Schema : ClinicalSpecimen
Type:
objectModel for a Clinical Specimen object in CDM.
Show Source
-
accessionIdentifier(optional):
string
The Clinical Specimen identifier.
-
biospecimenIdentifier(optional):
string
Biospecimen Identifier.
-
collection(optional):
object Collection
Model for a Clinical Specimen Collection details object in CDM.
-
cutThicknessUnitOfMeasure(optional):
object Coding
Model for a reference to a code defined by a terminology system.
-
expirationDate(optional):
string(date-time)
The Clinical Specimen expiration date and time.
-
identifier(optional):
object Identifier
Identifier assigned by a given system
-
maximumCutThickness(optional):
string
The Clinical Specimen maximum Cut Thickness.
-
mininumCutThickness(optional):
string
The Clinical Specimen mininum Cut Thickness.
-
obtainedQuantityUnitOfMeasure(optional):
object Coding
Model for a reference to a code defined by a terminology system.
-
patient(optional):
object LinkedReference
-
patientconditions(optional):
object LinkedReference
-
patientprocedure(optional):
string
Reference link to the procedure
-
patientprocedures(optional):
object LinkedReference
-
receivedDate(optional):
string(date-time)
The Clinical Specimen received date and time.
-
resourceType(optional):
string
API resource type. it's included if Response is not paginated.
-
sentDate(optional):
string(date-time)
The Clinical Specimen sent date and time.
-
sizeUnitOfMeasure(optional):
object Coding
Model for a reference to a code defined by a terminology system.
-
specCollectionProcId(optional):
string
Clinical Specimen Collection Procedure Identifier.
-
specimenFinalWeight(optional):
string
The Clinical Specimen Final Weight.
-
specimenHeight(optional):
string
The Clinical Specimen Height.
-
specimenInitialWeight(optional):
string
The Clinical Specimen Initial Weight.
-
specimenIntermediateWeight(optional):
string
The Clinical Specimen Intermediate Weight.
-
specimenLength(optional):
string
The Clinical Specimen Length.
-
specimenObtainedQuantity(optional):
string
The Clinical Specimen Obtained Quantity.
-
specimenPrepType(optional):
object CodeableConcept
Model that represents a value as a reference to one or more terminologies or ontologies or defined by the provision of text.
-
specimenReportIdentifier(optional):
string
Clinical Specimen Report Identifier.
-
specimenStorageStatus(optional):
object CodeableConcept
Model that represents a value as a reference to one or more terminologies or ontologies or defined by the provision of text.
-
specimenVendorNumber(optional):
string
The Clinical Specimen Vendor identifier.
-
specimenWidth(optional):
string
The Clinical Specimen Width.
-
status(optional):
object Coding
Model for a reference to a code defined by a terminology system.
-
subject(optional):
object LinkedReference
-
subtype(optional):
object CodeableConcept
Model that represents a value as a reference to one or more terminologies or ontologies or defined by the provision of text.
-
type(optional):
object CodeableConcept
Model that represents a value as a reference to one or more terminologies or ontologies or defined by the provision of text.
-
weightUnitOfMeasure(optional):
object Coding
Model for a reference to a code defined by a terminology system.
Nested Schema : Collection
Type:
objectModel for a Clinical Specimen Collection details object in CDM.
Show Source
-
bodySite(optional):
object CodeableConcept
Model that represents a value as a reference to one or more terminologies or ontologies or defined by the provision of text.
-
collectedDateTime(optional):
string(date-time)
The Clinical Specimen collection date and time.
-
method(optional):
object Coding
Model for a reference to a code defined by a terminology system.
-
quantity(optional):
object Quantity
Model for a Quantity object in CDM.
Nested Schema : Coding
Type:
objectModel for a reference to a code defined by a terminology system.
Show Source
-
code(optional):
string
Symbol in syntax defined by the system.
-
description(optional):
string
Description defined by the system.
-
display(optional):
string
Representation defined by the system.
-
srvcProviderId(optional):
string
Service Provider Id of Specimen Alias .
-
srvcProviderName(optional):
string
Service Provider Name of Specimen Alias .
-
sysId(optional):
string
Identity of the terminology system.
-
sysName(optional):
string
Name of the terminology system.
-
sysVersion(optional):
string
Version of the system - if relevant.
Nested Schema : Identifier
Type:
objectIdentifier assigned by a given system
Show Source
-
system(optional):
string
System which assigned this identifier
-
value(optional):
string
Identifier value
Nested Schema : CodeableConcept
Type:
objectModel that represents a value as a reference to one or more terminologies or ontologies or defined by the provision of text.
Show Source
-
coding(optional):
array coding
Read Only:
trueCode(s) defined by a terminology system. -
text(optional):
string
Plain text representation of the concept.
Nested Schema : Quantity
Type:
objectModel for a Quantity object in CDM.
Show Source
-
code(optional):
string
The quantity units symbol in syntax defined by the system.
-
description(optional):
string
The quantity units description.
-
sysId(optional):
string
The quantity units terminology system identifier.
-
sysName(optional):
string
The quantity units terminology system name.
-
sysVersion(optional):
string
The quantity units terminology system version.
-
units(optional):
string
The quantity units displayable name.
-
value(optional):
string
The numerical value of the quantity.
Nested Schema : coding
Type:
arrayRead Only:
trueCode(s) defined by a terminology system.
Show Source
-
Array of:
object Coding
Model for a reference to a code defined by a terminology system.
400 Response
Invalid parameters supplied
404 Response
Clinical Specimen(s) not found