Retrieve Genomic Specimen details for Clinical Specimen Identifiers
get
/HSDataService-web/api/3.2.0/{apiContext}/genomicspecimens
This endpoint supports the retrieval of Genomic Specimens for multiple Clinical Specimen Identifiers passed. It returns Genomic Specimen information like Specimen Number, Specimen Vendor Number and other Genomic Specimen associated information.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
- apiContext
-
Type:
stringRequired:truePattern:patientapi|subjectapi
Query Parameters
- id
-
Type:
arrayCollection Format:multiZero or more Clinical Specimen Row IDs-
Type:
integer(int64)
- limit
Type:integer(int32)Number of rows to return- offset
Type:integer(int32)Row number to start from -
Response
Supported Media Types
- application/json
- application/xml
200 Response
successful operation
Body
Model for paginated collections of data.
Root Schema : PageableCollectionGenomicSpecimen
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
Nested Schema : links
Nested Schema : GenomicSpecimen
Type:
object- genomicFileMetadata
-
Type:
objectLinkedReference - genomicSpecimenMetadata
-
Type:
objectLinkedReference - identifier
-
Type:
objectIdentifierIdentifier assigned by a given system - patient
-
Type:
objectLinkedReference - resourceType
-
Type:
string - specimenNumber
-
Type:
stringSpecimen identifier in linked Specimen Datasource Database - specimenVendorNumber
-
Type:
stringVendor Identifier in linked Specimen Datasource Database - subject
-
Type:
objectLinkedReference
Nested Schema : LinkedReference
Type:
object- display
-
Type:
string - reference
-
Type:
string
Nested Schema : Identifier
Type:
objectIdentifier assigned by a given system
- system
-
Type:
stringSystem which assigned this identifier - value
-
Type:
stringIdentifier value
400 Response
Invalid parameters supplied
404 Response
Specimen(s) not found
Examples
The following example submits a GET request.
API URL — Patient Context
http://localhost:7001/HSDataService-web/api/3.2.0/patientapi/genomicspecimens?id=62891&id=62892&id=62893&id=62894&id=62895&id=62896&limit=10&offset=0
Example of Response Body
The following example shows the contents of the response body in JSON format:
{
"resourceType": "GenomicSpecimen",
"items": [
{
"identifier": {
"system": "ODB",
"value": "49453"
},
"specimenNumber": "HG00154",
"specimenVendorNumber": "vcf_wgs",
"genomicSpecimenMetadata": {
"reference": "/HSDataService-web/api/3.2.0/patientapi/genomicspecimens/49453/metadata"
},
"genomicFileMetadata": {
"reference": "/HSDataService-web/api/3.2.0/patientapi/genomicspecimens/49453/fileMetadata"
},
"patient": {
"reference": "/HSDataService-web/api/3.2.0/patientapi/patients/498638"
}
},
{
"identifier": {
"system": "ODB",
"value": "49454"
},
"specimenNumber": "HG00155",
"specimenVendorNumber": "vcf_wgs",
"genomicSpecimenMetadata": {
"reference": "/HSDataService-web/api/3.2.0/patientapi/genomicspecimens/49454/metadata"
},
"genomicFileMetadata": {
"reference": "/HSDataService-web/api/3.2.0/patientapi/genomicspecimens/49454/fileMetadata"
},
"patient": {
"reference": "/HSDataService-web/api/3.2.0/patientapi/patients/498639"
}
},
{
"identifier": {
"system": "ODB",
"value": "49455"
},
"specimenNumber": "HG00157",
"specimenVendorNumber": "vcf_wgs",
"genomicSpecimenMetadata": {
"reference": "/HSDataService-web/api/3.2.0/patientapi/genomicspecimens/49455/metadata"
},
"genomicFileMetadata": {
"reference": "/HSDataService-web/api/3.2.0/patientapi/genomicspecimens/49455/fileMetadata"
},
"patient": {
"reference": "/HSDataService-web/api/3.2.0/patientapi/patients/498640"
}
},
{
"identifier": {
"system": "ODB",
"value": "49456"
},
"specimenNumber": "HG00158",
"specimenVendorNumber": "vcf_wgs",
"genomicSpecimenMetadata": {
"reference": "/HSDataService-web/api/3.2.0/patientapi/genomicspecimens/49456/metadata"
},
"genomicFileMetadata": {
"reference": "/HSDataService-web/api/3.2.0/patientapi/genomicspecimens/49456/fileMetadata"
},
"patient": {
"reference": "/HSDataService-web/api/3.2.0/patientapi/patients/498641"
}
},
{
"identifier": {
"system": "ODB",
"value": "49457"
},
"specimenNumber": "HG00159",
"specimenVendorNumber": "vcf_wgs",
"genomicSpecimenMetadata": {
"reference": "/HSDataService-web/api/3.2.0/patientapi/genomicspecimens/49457/metadata"
},
"genomicFileMetadata": {
"reference": "/HSDataService-web/api/3.2.0/patientapi/genomicspecimens/49457/fileMetadata"
},
"patient": {
"reference": "/HSDataService-web/api/3.2.0/patientapi/patients/498642"
}
},
{
"identifier": {
"system": "ODB",
"value": "49458"
},
"specimenNumber": "HG00160",
"specimenVendorNumber": "vcf_wgs",
"genomicSpecimenMetadata": {
"reference": "/HSDataService-web/api/3.2.0/patientapi/genomicspecimens/49458/metadata"
},
"genomicFileMetadata": {
"reference": "/HSDataService-web/api/3.2.0/patientapi/genomicspecimens/49458/fileMetadata"
},
"patient": {
"reference": "/HSDataService-web/api/3.2.0/patientapi/patients/498643"
}
}
],
"count": 6,
"hasMore": false,
"links": [
{
"rel": "self",
"href": "http://localhost:7001/HSDataService-web/api/3.2.0/patientapi/genomicspecimens?id=62891&id=62892&id=62893&id=62894&id=62895&id=62896&limit=10&offset=0"
}
]
}
API URL — Subject Context
http://localhost:7001/HSDataService-web/api/3.2.0/subjectapi/genomicspecimens?id=1&id=2&id=3&id=4&limit=10&offset=0
Example of Response Body
The following example shows the contents of the response body in JSON format:
{
"resourceType": "GenomicSpecimen",
"items": [
{
"identifier": {
"system": "ODB",
"value": "40001"
},
"specimenNumber": "ADME_SPEC1",
"specimenVendorNumber": "adme",
"genomicSpecimenMetadata": {
"reference": "/HSDataService-web/api/3.2.0/subjectapi/genomicspecimens/40001/metadata"
},
"genomicFileMetadata": {
"reference": "/HSDataService-web/api/3.2.0/subjectapi/genomicspecimens/40001/fileMetadata"
},
"subject": {
"reference": "/HSDataService-web/api/3.2.0/subjectapi/subjects/7"
}
},
{
"identifier": {
"system": "ODB",
"value": "40002"
},
"specimenNumber": "ADME_SPEC10",
"specimenVendorNumber": "adme",
"genomicSpecimenMetadata": {
"reference": "/HSDataService-web/api/3.2.0/subjectapi/genomicspecimens/40002/metadata"
},
"genomicFileMetadata": {
"reference": "/HSDataService-web/api/3.2.0/subjectapi/genomicspecimens/40002/fileMetadata"
},
"subject": {
"reference": "/HSDataService-web/api/3.2.0/subjectapi/subjects/8"
}
},
{
"identifier": {
"system": "ODB",
"value": "40003"
},
"specimenNumber": "ADME_SPEC100",
"specimenVendorNumber": "adme",
"genomicSpecimenMetadata": {
"reference": "/HSDataService-web/api/3.2.0/subjectapi/genomicspecimens/40003/metadata"
},
"genomicFileMetadata": {
"reference": "/HSDataService-web/api/3.2.0/subjectapi/genomicspecimens/40003/fileMetadata"
},
"subject": {
"reference": "/HSDataService-web/api/3.2.0/subjectapi/subjects/9"
}
},
{
"identifier": {
"system": "ODB",
"value": "40004"
},
"specimenNumber": "ADME_SPEC1000",
"specimenVendorNumber": "adme",
"genomicSpecimenMetadata": {
"reference": "/HSDataService-web/api/3.2.0/subjectapi/genomicspecimens/40004/metadata"
},
"genomicFileMetadata": {
"reference": "/HSDataService-web/api/3.2.0/subjectapi/genomicspecimens/40004/fileMetadata"
},
"subject": {
"reference": "/HSDataService-web/api/3.2.0/subjectapi/subjects/10"
}
}
],
"count": 4,
"hasMore": false,
"links": [
{
"rel": "self",
"href": "http://localhost:7001/HSDataService-web/api/3.2.0/subjectapi/genomicspecimens?id=1&id=2&id=3&id=4&limit=10&offset=0"
}
]
}