Get a list of specimens

get

/Specimen

Note: The FHIR API endpoints described below are currently pending production deployment for electronic health record (EHR) environments. Developers are welcome and encouraged to develop against the specifications in anticipation of production availability, which will be announced at a later date.

Retrieves a list of specimens that meet the supplied query parameters.

Request

Query Parameters
Header Parameters

There's no request body for this operation.

Back to Top

Response

200 Response

Successful search response.
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : entry
Type: array
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : Specimen
Type: object
Show Source
Nested Schema : accessionIdentifier
The identifier assigned by the laboratory.
Match All
The identifier assigned by the laboratory.
Show Source
Nested Schema : collection
The collection details.
Match All
The collection details.
Show Source
Nested Schema : condition
Type: array
The state of the specimen.
Show Source
Nested Schema : container
Type: array
The direct container of the specimen.
Show Source
Nested Schema : identifier
Type: array
The external identifier.
Show Source
Nested Schema : subject
(USCDI) The patient where the specimen came from.
Match All
(USCDI) The patient where the specimen came from.
Show Source
Nested Schema : type
(USCDI) The type of material that forms the specimen.
Match All
(USCDI) The type of material that forms the specimen.
Show Source
Nested Schema : Identifier
Type: object
Show Source
Nested Schema : SpecimenCollection
Type: object
Show Source
Nested Schema : collectedPeriod
Type: object
The collection time.
Show Source
Nested Schema : collector
Who collected the specimen.
Match All
Who collected the specimen.
Show Source
Nested Schema : Reference
Type: object
Show Source
Nested Schema : CodeableConcept
Type: object
Show Source
Nested Schema : coding
Type: array
Show Source
Nested Schema : Coding
Type: object
Show Source
Nested Schema : SpecimenContainer
Type: object
Show Source
Nested Schema : identifier
Type: array
The ID for the container.
Show Source

Default Response

An OperationOutcome describing any error that occurred.
Body ()
Root Schema : OperationOutcome
Type: object
Show Source
Nested Schema : issue
Type: array
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top