Get a specimen by ID

get

/Specimen/{id}

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 an individual specimen by the associated ID.

Request

Path Parameters
Header Parameters

There's no request body for this operation.

Back to Top

Response

200 Response

Successful retrieve response.
Body ()
Root 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