Precise
Precise™ Tumor is a pan-cancer, comprehensive laboratory test that uses state-of-the-art, next-generation sequencing to discover and target important variants within tumors.
Single test
A Precise scenario of a male patient with prostate cancer.
mutation createOrder {
createOrder(
order: {
billing: { institution: { institutionalAccountNumber: "123456789" } }
clinical: { ancestry: [ASHKENAZI_JEWISH] }
patient: {
address: { city: "New York", postalCode: "10001", stateCode: NY, street: "Example St." }
dob: "1988-11-13"
emailAddress: "john@doe.com"
firstName: "John"
genderCode: MALE
lastName: "Doe"
mobilePhoneNumber: "415-555-5555"
}
products: [{ product: PRECISETUMOR }]
providerAccounts: [
{
provider: { firstName: "John", lastName: "Doe", identifiers: [{ type: NPI, use: OFFICIAL, value: "12345" }] }
location: { address: { city: "New York", postalCode: "10001", stateCode: NY, street: "Example St." } }
organization: { identifiers: [{ type: XX, use: OFFICIAL, value: "12345" }] }
role: ORDERING
}
]
requisitionNumber: "a1b2c3d4e5f6"
specimens: [
{
tumor: {
collectionDate: "2023-03-13"
currentTreatment: [CHEMOTHERAPY]
hospitalDischargeDate: "2023-03-13"
hospitalizationCode: HOSPITAL_INPATIENT
previousTreatment: [RADIOTHERAPY]
specimenIds: ["1"]
tissueTypeCode: PROSTATE
tumorClinicalStatus: [RECURRENT]
prostateTumorStage: T1A
tumorHistory: {
prostate: {
currentlyBeingTreated: true
diagnosisAge: 18
diagnosisDetails: { gleasonScore: FOUR_PLUS_FOUR_EQUAL_EIGHT, metastatic: true }
}
}
}
}
]
}
) {
id
}
}
Precise w/ MyRisk
A Precise with MyRisk scenario of male patient with prostate cancer and family history of father with prostate cancer and mother with breast cancer.
mutation createOrder {
createOrder(
order: {
billing: { institution: { institutionalAccountNumber: "123456789" } }
clinical: {
ancestry: [HISPANIC_LATINO, BLACK_AFRICAN]
familyCancerHistory: [
{ cancerHistory: [{ cancerSiteCode: PROSTATE, diagnosisAge: { age: 42 } }], relationshipTypeCode: FATHER }
{
cancerHistory: [{ cancerSiteCode: BREAST_DCIS, diagnosisAge: { range: { lowerAge: 45, upperAge: 53 } } }]
relationshipTypeCode: MOTHER
}
]
}
patient: {
address: { city: "New York", postalCode: "10001", stateCode: NY, street: "Example St." }
dob: "1988-11-13"
emailAddress: "john@doe.com"
firstName: "John"
genderCode: MALE
lastName: "Doe"
mobilePhoneNumber: "415-555-5555"
}
products: [{ product: PRECISETUMOR }, { product: BRACANALYSIS, updateTo: MYRISK }]
providerAccounts: [
{
provider: { firstName: "John", lastName: "Doe", identifiers: [{ type: NPI, use: OFFICIAL, value: "12345" }] }
location: { address: { city: "New York", postalCode: "10001", stateCode: NY, street: "Example St." } }
organization: { identifiers: [{ type: XX, use: OFFICIAL, value: "12345" }] }
role: ORDERING
}
]
requisitionNumber: "a1b2c3d4e5f6"
specimens: [
{
tumor: {
collectionDate: "2023-03-13"
currentTreatment: [CHEMOTHERAPY]
hospitalDischargeDate: "2023-03-13"
hospitalizationCode: HOSPITAL_INPATIENT
previousTreatment: [RADIOTHERAPY]
specimenIds: ["1"]
tissueTypeCode: PROSTATE
tumorClinicalStatus: [RECURRENT]
prostateTumorStage: T1B
tumorHistory: {
prostate: {
currentlyBeingTreated: false
diagnosisAge: 18
diagnosisDetails: { gleasonScore: FOUR_PLUS_FOUR_EQUAL_EIGHT, metastatic: false }
}
}
}
}
{
germline: {
collectionDate: "2023-03-13"
hospitalizationCode: HOSPITAL_OUTPATIENT
requestFromPatient: false
}
}
]
}
) {
id
}
}
Precise w/ PD-L1, MyRisk, and MyChoice CDx
A Precise with PD-L1, MyRisk, and MyChoice CDx scenario of a female patient with ovarian cancer and family history of mother with breast cancer and sister with ovarian cancer.
mutation createOrder {
createOrder(
order: {
billing: { institution: { institutionalAccountNumber: "123456789" } }
clinical: {
ancestry: [HISPANIC_LATINO, BLACK_AFRICAN]
familyCancerHistory: [
{ cancerHistory: [{ cancerSiteCode: OVARIAN, diagnosisAge: { age: 38 } }], relationshipTypeCode: SISTER }
{
cancerHistory: [{ cancerSiteCode: BREAST_DCIS, diagnosisAge: { range: { lowerAge: 45, upperAge: 53 } } }]
relationshipTypeCode: MOTHER
}
]
}
patient: {
address: { city: "New York", postalCode: "10001", stateCode: NY, street: "Example St." }
dob: "1976-11-11"
emailAddress: "jane@doe.com"
firstName: "Jane"
genderCode: FEMALE
lastName: "Doe"
mobilePhoneNumber: "415-555-5555"
}
products: [
{ product: PRECISETUMOR }
{ product: PDL1 }
{ product: BRACANALYSIS, updateTo: MYRISK }
{ product: MYCHOICE, cdx: true }
]
providerAccounts: [
{
provider: { firstName: "John", lastName: "Doe", identifiers: [{ type: NPI, use: OFFICIAL, value: "12345" }] }
location: { address: { city: "New York", postalCode: "10001", stateCode: NY, street: "Example St." } }
organization: { identifiers: [{ type: XX, use: OFFICIAL, value: "12345" }] }
role: ORDERING
}
]
requisitionNumber: "a1b2c3d4e5f6"
specimens: [
{
tumor: {
collectionDate: "2023-03-13"
currentTreatment: [CHEMOTHERAPY]
hospitalDischargeDate: "2023-03-13"
hospitalizationCode: HOSPITAL_INPATIENT
previousTreatment: [RADIOTHERAPY]
specimenIds: ["1"]
tissueTypeCode: OVARY
tumorClinicalStatus: [RECURRENT]
tumorStage: II
tumorHistory: {
ovarian: { currentlyBeingTreated: false, diagnosisAge: 36, diagnosisDetails: { left: true, right: true } }
}
}
}
{
germline: {
collectionDate: "2023-03-13"
hospitalizationCode: HOSPITAL_OUTPATIENT
requestFromPatient: false
}
}
]
}
) {
id
}
}
Precise w/ PD-L1, MyRisk, MyChoice CDx, and FRα
A Precise with PD-L1, MyRisk, MyChoice CDx, and FRα scenario of a female patient with ovarian cancer and family history of sister with breast cancer and mother with ovarian cancer.
mutation createOrder {
createOrder(
order: {
billing: { institution: { institutionalAccountNumber: "123456789" } }
clinical: {
ancestry: [HISPANIC_LATINO, BLACK_AFRICAN]
familyCancerHistory: [
{ cancerHistory: [{ cancerSiteCode: BREAST_DCIS, diagnosisAge: { age: 45 } }], relationshipTypeCode: SISTER }
{
cancerHistory: [{ cancerSiteCode: OVARIAN, diagnosisAge: { range: { lowerAge: 38, upperAge: 41 } } }]
relationshipTypeCode: MOTHER
}
]
}
patient: {
address: { city: "New York", postalCode: "10001", stateCode: NY, street: "Example St." }
dob: "1976-11-11"
emailAddress: "jane@doe.com"
firstName: "Jane"
genderCode: FEMALE
lastName: "Doe"
mobilePhoneNumber: "415-555-5555"
}
products: [
{ product: PRECISETUMOR }
{ product: PDL1 }
{ product: BRACANALYSIS, updateTo: MYRISK }
{ product: MYCHOICE, cdx: true }
{ product: FRA }
]
providerAccounts: [
{
provider: { firstName: "John", lastName: "Doe", identifiers: [{ type: NPI, use: OFFICIAL, value: "12345" }] }
location: { address: { city: "New York", postalCode: "10001", stateCode: NY, street: "Example St." } }
organization: { identifiers: [{ type: XX, use: OFFICIAL, value: "12345" }] }
role: ORDERING
}
]
requisitionNumber: "a1b2c3d4e5f6"
specimens: [
{
tumor: {
collectionDate: "2023-03-13"
currentTreatment: [NOT_STARTED]
hospitalDischargeDate: "2023-03-13"
hospitalizationCode: HOSPITAL_INPATIENT
previousTreatment: [NOT_STARTED]
specimenIds: ["1"]
tissueTypeCode: OVARY
tumorClinicalStatus: [RELAPSED]
tumorStage: I
tumorHistory: {
ovarian: { currentlyBeingTreated: false, diagnosisAge: 40, diagnosisDetails: { right: true } }
}
}
}
{
germline: {
collectionDate: "2023-03-13"
hospitalizationCode: HOSPITAL_OUTPATIENT
requestFromPatient: false
}
}
]
}
) {
id
}
}