Retrieve Clinical Specimen for Specimen Identifiers
get
/HSDataService-web/api/3.2.0/{apiContext}/clinicalspecimens
This endpoint supports the retrieval of a Paginated List of Clinical Specimens for none or multiple Clinical Specimen row IDs. It returns Clinical Specimens information like Clinical Specimen Status, Type, Subtype, Number, Accession Identifier or Specimen Number, Specimen Vendor Number, Collection details including Collection date/time, Collection method, Collection anatomical site and Collection quantity, Clinical Specimen Size, Weight, Cut Thickness and some other Clinical Specimen associated information.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
- apiContext
-
Type:
stringRequired:truePattern:subjectapi|patientapiPatient/Subject API context
Query Parameters
- id
-
Type:
arrayCollection Format:multiPatient/Subject Clinical Specimen Row IDs-
Type:
integer(int64)
- limit
Type:integer(int32)Pagination query params: ?limit=2&offset=0- offset
Type:integer(int32)Pagination query params: ?limit=2&offset=0 -
Response
Supported Media Types
- application/json
- application/xml
200 Response
successful operation
Body
Model for paginated collections of data.
Root Schema : PageableCollectionClinicalSpecimen
Type:
objectModel for paginated collections of data.
- count
-
Type:
integer(int64)Number of objects in the 'items' collection. - hasMore
-
Type:
booleanDefault Value:falseA boolean indicating if more pages are available. - items
-
Type:
arrayitemsA collection of paged items. - links
-
Type:
arraylinksA collection of links containing hrefs to the current, next, and previous pages as applicable. - resourceType
-
Type:
stringIdentify the resource type
Nested Schema : items
Type:
arrayA collection of paged items.
-
Type:
objectClinicalSpecimenModel for a Clinical Specimen object in CDM.
Nested Schema : links
Nested Schema : ClinicalSpecimen
Type:
objectModel for a Clinical Specimen object in CDM.
- accessionIdentifier
-
Type:
stringThe Clinical Specimen identifier. - collection
-
Type:
objectCollectionModel for a Clinical Specimen Collection details object in CDM. - cutThicknessUnitOfMeasure
-
Type:
objectCodingModel for a reference to a code defined by a terminology system. - expirationDate
-
Type:
string(date-time)The Clinical Specimen expiration date and time. - identifier
-
Type:
objectIdentifierIdentifier assigned by a given system - maximumCutThickness
-
Type:
stringThe Clinical Specimen maximum Cut Thickness. - mininumCutThickness
-
Type:
stringThe Clinical Specimen mininum Cut Thickness. - patient
-
Type:
objectLinkedReference - receivedDate
-
Type:
string(date-time)The Clinical Specimen received date and time. - resourceType
-
Type:
stringAPI resource type. it's included if Response is not paginated. - sentDate
-
Type:
string(date-time)The Clinical Specimen sent date and time. - sizeUnitOfMeasure
-
Type:
objectCodingModel for a reference to a code defined by a terminology system. - specimenFinalWeight
-
Type:
stringThe Clinical Specimen Final Weight. - specimenHeight
-
Type:
stringThe Clinical Specimen Height. - specimenInitialWeight
-
Type:
stringThe Clinical Specimen Initial Weight. - specimenIntermediateWeight
-
Type:
stringThe Clinical Specimen Intermediate Weight. - specimenLength
-
Type:
stringThe Clinical Specimen Length. - specimenVendorNumber
-
Type:
stringThe Clinical Specimen Vendor identifier. - specimenWidth
-
Type:
stringThe Clinical Specimen Width. - status
-
Type:
objectCodingModel for a reference to a code defined by a terminology system. - subject
-
Type:
objectLinkedReference - subtype
-
Type:
objectCodeableConceptModel that represents a value as a reference to one or more terminologies or ontologies or defined by the provision of text. - type
-
Type:
objectCodeableConceptModel that represents a value as a reference to one or more terminologies or ontologies or defined by the provision of text. - weightUnitOfMeasure
-
Type:
objectCodingModel 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.
- bodySite
-
Type:
objectCodeableConceptModel that represents a value as a reference to one or more terminologies or ontologies or defined by the provision of text. - collectedDateTime
-
Type:
string(date-time)The Clinical Specimen collection date and time. - method
-
Type:
objectCodingModel for a reference to a code defined by a terminology system. - quantity
-
Type:
objectQuantityModel for a Quantity object in CDM.
Nested Schema : Coding
Type:
objectModel for a reference to a code defined by a terminology system.
- code
-
Type:
stringSymbol in syntax defined by the system. - description
-
Type:
stringDescription defined by the system. - display
-
Type:
stringRepresentation defined by the system. - sysId
-
Type:
stringIdentity of the terminology system. - sysName
-
Type:
stringName of the terminology system. - sysVersion
-
Type:
stringVersion of the system - if relevant.
Nested Schema : Identifier
Type:
objectIdentifier assigned by a given system
- system
-
Type:
stringSystem which assigned this identifier - value
-
Type:
stringIdentifier value
Nested Schema : LinkedReference
Type:
object- display
-
Type:
string - reference
-
Type:
string
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.
- coding
-
Type:
arraycodingRead Only:trueCode(s) defined by a terminology system. - text
-
Type:
stringPlain text representation of the concept.
Nested Schema : Quantity
Type:
objectModel for a Quantity object in CDM.
- code
-
Type:
stringThe quantity units symbol in syntax defined by the system. - description
-
Type:
stringThe quantity units description. - sysId
-
Type:
stringThe quantity units terminology system identifier. - sysName
-
Type:
stringThe quantity units terminology system name. - sysVersion
-
Type:
stringThe quantity units terminology system version. - units
-
Type:
stringThe quantity units displayable name. - value
-
Type:
stringThe numerical value of the quantity.
400 Response
Invalid parameters supplied
404 Response
Specimen(s) not found
Examples
The following example submits a GET request.
API URL — Subject Context
http://localhost:7001/HSDataService-web/api/3.2.0/subjectapi/clinicalspecimens?id=1&id=2
Example of Response Body
The following example shows the response returned in JSON format.
{
"resourceType": "Specimen",
"items": [
{
"identifier": {
"system": "CDM",
"value": "1"
},
"status": {
"code": "1",
"display": "N/A1"
},
"type": {
"coding": [
{
"code": "1",
"display": "SP1",
"description": "SP1Name",
"sysId": "EHA_CUSTOM_CD_SYS",
"sysName": "EHA Custom Code System",
"sysVersion": "1"
}
]
},
"subtype": {
"coding": [
{
"code": "1",
"display": "N/A1"
}
]
},
"accessionIdentifier": "HG000_1",
"specimenVendorNumber": "vendor2",
"collection": {
"collectedDateTime": "01/01/1998",
"method": {
"code": "1",
"display": "N/A1"
},
"bodySite": {
"coding": [
{
"code": "ANA_SITE_CD_CODE1",
"display": "ANA_SITE_CD_CODE1name",
"description": "ANA_SITE_CD_CODE1Desc",
"sysId": "EHA_CUSTOM_CD_SYS",
"sysName": "EHA Custom Code System",
"sysVersion": "1"
}
]
},
"quantity": {
"value": "50",
"units": "cm",
"code": "1",
"description": "centi meter",
"sysId": "1",
"sysName": "UOM code",
"sysVersion": "UOM version"
}
},
"specimenLength": "0.2",
"specimenWidth": "0.1",
"specimenHeight": "0.05",
"sizeUnitOfMeasure": {
"code": "1",
"display": "cm",
"description": "centi meter",
"sysId": "1",
"sysName": "UOM code",
"sysVersion": "UOM version"
},
"mininumCutThickness": "0.0005",
"maximumCutThickness": "0.0008",
"cutThicknessUnitOfMeasure": {
"code": "1",
"display": "cm",
"description": "centi meter",
"sysId": "1",
"sysName": "UOM code",
"sysVersion": "UOM version"
},
"specimenInitialWeight": "0.005",
"specimenIntermediateWeight": "0.003",
"specimenFinalWeight": "0.001",
"weightUnitOfMeasure": {
"code": "1",
"display": "cm",
"description": "centi meter",
"sysId": "1",
"sysName": "UOM code",
"sysVersion": "UOM version"
},
"subject": {
"reference": "/HSDataService-web/api/3.2.0/subjectapi/subjects/1"
}
},
{
"identifier": {
"system": "CDM",
"value": "2"
},
"status": {
"code": "1",
"display": "N/A1"
},
"type": {
"coding": [
{
"code": "2",
"display": "SP2",
"description": "SP2Name",
"sysId": "EHA_CUSTOM_CD_SYS",
"sysName": "EHA Custom Code System",
"sysVersion": "1"
}
]
},
"subtype": {
"coding": [
{
"code": "1",
"display": "N/A1"
}
]
},
"accessionIdentifier": "HG000_2",
"specimenVendorNumber": "vendor2",
"collection": {
"collectedDateTime": "01/01/1998",
"method": {
"code": "1",
"display": "N/A1"
},
"bodySite": {
"coding": [
{
"code": "ANA_SITE_CD_CODE1",
"display": "ANA_SITE_CD_CODE1name",
"description": "ANA_SITE_CD_CODE1Desc",
"sysId": "EHA_CUSTOM_CD_SYS",
"sysName": "EHA Custom Code System",
"sysVersion": "1"
}
]
},
"quantity": {
"value": "50",
"units": "cm",
"code": "1",
"description": "centi meter",
"sysId": "1",
"sysName": "UOM code",
"sysVersion": "UOM version"
}
},
"specimenLength": "0.07",
"specimenWidth": "0.05",
"specimenHeight": "0.03",
"sizeUnitOfMeasure": {
"code": "1",
"display": "cm",
"description": "centi meter",
"sysId": "1",
"sysName": "UOM code",
"sysVersion": "UOM version"
},
"mininumCutThickness": "0.00005",
"maximumCutThickness": "0.00008",
"cutThicknessUnitOfMeasure": {
"code": "1",
"display": "cm",
"description": "centi meter",
"sysId": "1",
"sysName": "UOM code",
"sysVersion": "UOM version"
},
"specimenInitialWeight": "1.008",
"specimenIntermediateWeight": "1.003",
"specimenFinalWeight": "1",
"weightUnitOfMeasure": {
"code": "1",
"display": "cm",
"description": "centi meter",
"sysId": "1",
"sysName": "UOM code",
"sysVersion": "UOM version"
},
"subject": {
"reference": "/HSDataService-web/api/3.2.0/subjectapi/subjects/1"
}
}
],
"count": 2,
"hasMore": false,
"links": [
{
"rel": "self",
"href": "/HSDataService-web/api/3.2.0/subjectapi/clinicalspecimens?id=1&id=2"
}
]
}