Got feedback or spotted a mistake?

Leave a comment at the end of this page or email contact@krishagni.com

Create Primary Specimen Requirement

This API is used to create a new primary specimen requirement for an anticipated visit of the CP.


URL/openspecimen/rest/ng/specimen-requirements
MethodPOST
Body
{
  "name": "WB for RBCs",
  "code": "WB-R",
  "specimenClass": "Fluid",
  "type": "Whole Blood",
  "anatomicSite": "Not Specified",
  "laterality": "Not Specified",
  "pathology": "Not Specified",
  "initialQty": 10,
  "concentration": 1.1,
  "storageType" :"auto",
  "collector": {
    "id": 2,
    "emailAddress": "johnd@sample-labs.com"
  },
  "collectionProcedure": "Not Specified",
  "collectionContainer": "EDTA Vacutainer",
  "receiver": {
    "id": 3,
    "emailAddress": "jannied@sample-labs.com"
  },
  "labelFmt": null,
  "cpShortTitle": "TCP",
  "eventLabel": "Baseline"
  "eventId" : "986606"
}


Response

HTTP Status CodeDescription
200The primary specimen requirement is created and is assigned a unique ID. The response body contains the requirement details along with the unique ID. This unique ID can be used later to update, retrieve or create derivatives/aliquots.
400Something incorrect with the request. The response body contains the error code and the human readable error message.
500Something wrong with the server. Please contact support along with the request payload and exception stack trace.

Request Parameters

ParameterDescription
nameA logical name assigned by the CP admin to identify the specimens in a collection of identical specimens of the visit. Example - Whole Blood (for RBCs), Whole Blood (for Plasma and Serum)
codeUnique code assigned to the specimen within the event/visit. Useful in generation of specimen labels, generating collection reports, and bulk importing planned specimen records. For this, CP coding setting needs to be enabled.
specimenClassSpecimen class. Fluid, Cell, Molecular, Tissue.
typeSpecifies the type of specimen. Example: Whole Blood, Fresh Tissue etc. The value should be one of the allowed values configured in the PV list for specimen type.
anatomicSiteThe part of the body from which the specimen was retrieved. Example Cerebrum, Liver etc

laterality

The side of the part from which the specimen was retrieved. Example - Left, Right etc
pathologyIndicates whether the specimen is cancerous. Example - Malignant, Non-Malignant etc
initialQtyQuantity of specimen to be collected. Example: 10 ml of Whole Blood
concentrationMostly relevant for molecular specimens like DNA, RNA to determine the purity of samples.
collectorUser (Nurse) responsible for collecting the specimen from the patient.
collectionProcedureProcedure adopted to retrieve the specimen from the patient. Example - Lavage, Surgical Resection etc
collectionContainerTube/container used for collecting the specimen. Example EDTA Vacutainer, Heparin Vacutainer etc 
receiverUser (Technician) responsible for receiving the specimen in lab and processing it into derivatives and aliquots.
cpShortTitleCollection protocol under which the primary specimen requirement needs to be created
eventLabelAnticipated visit for which the primary specimen requirement needs to be created.
eventIdAnticipated visit event id for which the primary specimen requirement needs to be created.
storageTypeSpecify the Storage Type. Auto, Manual, Virtual
Got feedback or spotted a mistake?

Leave a comment at the end of this page or email contact@krishagni.com