Get a list of specimens
get
/Specimen
Retrieves a list of specimens that meet supplied query parameters.
Request
Query Parameters
-
_id: string
The logical resource ID associated with the resource.
Example:_id=7891
Header Parameters
-
accept(required): string
The media type to be requested. See what the resource's operation produces for what is supported.
Response
Supported Media Types
- application/json+fhir
Default Response
This operation supports the following authorization types:
Example Request:
GET https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Specimen_id=275745679,275667708
Example Response:
{
"resourceType": "Bundle",
"id": "08642ec2-4613-4d42-966b-cbc949db9d6f",
"type": "searchset",
"total": 2,
"link": [
{
"relation": "self",
"url": "https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Specimen?_id=275745679%2C275667708"
}
],
"entry": [
{
"fullUrl": "https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Specimen/275667708",
"resource": {
"resourceType": "Specimen",
"id": "275667708",
"meta": {
"versionId": "2",
"lastUpdated": "2020-08-04T21:56:18Z"
},
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Specimen</b></p><p><b>Accession Identifier</b>: 000012020216000087</p><p><b>Type</b>: Nasopharyngeal swab (specimen)</p><p><b>Container</b>: Swab (physical object)</p></div>"
},
"accessionIdentifier": {
"use": "official",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "ACSN",
"display": "Accession ID"
}
],
"text": "Accession ID"
},
"value": "000012020216000087"
},
"type": {
"coding": [
{
"system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/2052",
"code": "312624",
"userSelected": false
},
{
"system": "http://snomed.info/sct",
"code": "258500001",
"display": "Nasopharyngeal swab (specimen)",
"userSelected": false
}
]
},
"subject": {
"reference": "Patient/12742837"
},
"receivedTime": "2020-08-03T16:27:00Z",
"collection": {
"collector": {
"reference": "Practitioner/12736052"
},
"collectedDateTime": "2020-08-03T16:00:00Z"
},
"container": [
{
"id": "275667707",
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "ACSN",
"display": "Accession ID"
}
],
"text": "Accession ID"
},
"value": "000012020216000087"
}
],
"type": {
"coding": [
{
"system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/2051",
"code": "309510",
"userSelected": false
},
{
"system": "http://snomed.info/sct",
"code": "408098004",
"display": "Swab (physical object)",
"userSelected": false
}
]
}
}
]
}
},
{
"fullUrl": "https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Specimen/275745679",
"resource": {
"resourceType": "Specimen",
"id": "275745679",
"meta": {
"versionId": "3",
"lastUpdated": "2023-02-21T20:49:00Z"
},
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Specimen</b></p><p><b>Accession Identifier</b>: 000002023052000004</p><p><b>Type</b>: Blood specimen (specimen)</p><p><b>Container</b>: Aerobic blood culture bottle (physical object)</p></div>"
},
"accessionIdentifier": {
"use": "official",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "ACSN",
"display": "Accession ID"
}
],
"text": "Accession ID"
},
"value": "000002023052000004"
},
"type": {
"coding": [
{
"system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/2052",
"code": "1765",
"userSelected": false
},
{
"system": "http://snomed.info/sct",
"code": "119297000",
"display": "Blood specimen (specimen)",
"userSelected": false
}
]
},
"subject": {
"reference": "Patient/12783130"
},
"receivedTime": "2023-02-21T20:25:00Z",
"collection": {
"collector": {
"reference": "Practitioner/12742563"
},
"collectedDateTime": "2023-02-21T13:50:00Z"
},
"container": [
{
"id": "275745680",
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "ACSN",
"display": "Accession ID"
}
],
"text": "Accession ID"
},
"value": "000002023052000004"
}
],
"type": {
"coding": [
{
"system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/2051",
"code": "2569819877",
"userSelected": false
},
{
"system": "http://snomed.info/sct",
"code": "767385003",
"display": "Aerobic blood culture bottle (physical object)",
"userSelected": false
}
]
}
}
]
}
}
]
}
Headers
-
X-Request-Id: string
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the
X-Request-Id
, if present. -
opc-request-id: string
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the
opc-Request-Id
, if present.