Retrieve Clinical Specimen for Specimen Identifiers

get

/ohfapi/cg/v3.3/{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
Path Parameters
Query Parameters
Security
Back to Top

Response

Supported Media Types

200 Response

successful operation
Body ()
Root Schema : PageableCollectionClinicalSpecimen
Type: object
Model for paginated collections of data.
Show Source
Nested Schema : items
Type: array
A collection of paged items.
Show Source
Nested Schema : ClinicalSpecimen
Type: object
Model for a Clinical Specimen object in CDM.
Show Source
Nested Schema : Collection
Type: object
Model for a Clinical Specimen Collection details object in CDM.
Show Source
Nested Schema : Coding
Type: object
Model for a reference to a code defined by a terminology system.
Show Source
Nested Schema : Identifier
Type: object
Identifier assigned by a given system
Show Source
Nested Schema : LinkedReference
Type: object
Show Source
Nested Schema : CodeableConcept
Type: object
Model that represents a value as a reference to one or more terminologies or ontologies or defined by the provision of text.
Show Source
Nested Schema : Quantity
Type: object
Model for a Quantity object in CDM.
Show Source
Nested Schema : coding
Type: array
Read Only: true
Code(s) defined by a terminology system.
Show Source

400 Response

Invalid parameters supplied

404 Response

Specimen(s) not found
Back to Top

Examples

The following example submits a GET request.

API URL ??? Subject Context

http://localhost:7010/ohfapi/cg/v3.3/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": "/ohfapi/cg/v3.3/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": "/ohfapi/cg/v3.3/subjectapi/subjects/1"
      }
    }
  ],
  "count": 2,
  "hasMore": false,
  "links": [
    {
      "rel": "self",
      "href": "/ohfapi/cg/v3.3/subjectapi/clinicalspecimens?id=1&id=2"
    }
  ]
}
Back to Top