{ "linkId": "in8", "text": "Relying Site(s)", "_text": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/rendering-style", "valueString": "color: #274e90; font-size: 160%" } ] }, "type": "group", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/variable", "valueExpression": { "description": "is this relying site at the lead PI institution", "name": "isSameInstitutionOneRepetition", "language": "text/fhirpath", "expression": "item.descendants().where(linkId = 'in8.5.1').answer.valueCoding.code" } }, { "url": "http://hl7.org/fhir/StructureDefinition/variable", "valueExpression": { "description": "is this relying site the same as the lead PI site", "name": "isSameSiteOneRepetition", "language": "text/fhirpath", "expression": "item.descendants().where(linkId = 'in8.5.2').answer.valueCoding.code" } }, { "url": "http://hl7.org/fhir/StructureDefinition/variable", "valueExpression": { "description": "is this relying site PI the same as the lead PI", "name": "isSamePIOneRepetition", "language": "text/fhirpath", "expression": "item.descendants().where(linkId = 'in8.5.3').answer.valueCoding.code" } }, { "url": "http://hl7.org/fhir/StructureDefinition/variable", "valueExpression": { "description": "is the site functioning as a lead site", "name": "isFunctioningAsLeadOneRepetition", "language": "text/fhirpath", "expression": "item.descendants().where(linkId='in8.5.4').answer.valueCoding.code" } }, { "url": "http://hl7.org/fhir/StructureDefinition/variable", "valueExpression": { "description": "institution for this relying site PI", "name": "sitePIInstitutionNameOneRepetition", "language": "text/fhirpath", "expression": "iif(item.descendants().where(linkId = 'in8.1.1').answer.valueString.exists(), item.descendants().where(linkId = 'in8.1.1').answer.valueString, ' ')" } }, { "url": "http://hl7.org/fhir/StructureDefinition/variable", "valueExpression": { "description": "dept for this relying site PI", "name": "sitePIDeptOneRepetition", "language": "text/fhirpath", "expression": "iif(item.descendants().where(linkId = 'in8.1.10').answer.valueString.exists(), item.descendants().where(linkId = 'in8.1.10').answer.valueString, ' ')" } }, { "url": "http://hl7.org/fhir/StructureDefinition/variable", "valueExpression": { "description": "first name of this relying site PI", "name": "sitePIFirstNameOneRepetition", "language": "text/fhirpath", "expression": "iif(item.descendants().where(linkId = 'in8.3.1').answer.valueString.exists(), item.descendants().where(linkId = 'in8.3.1').answer.valueString, ' ')" } }, { "url": "http://hl7.org/fhir/StructureDefinition/variable", "valueExpression": { "description": "last name of this relying site PI", "name": "sitePILastNameOneRepetition", "language": "text/fhirpath", "expression": "iif(item.descendants().where(linkId = 'in8.3.2').answer.valueString.exists(), item.descendants().where(linkId = 'in8.3.2').answer.valueString, ' ')" } }, { "url": "http://hl7.org/fhir/StructureDefinition/variable", "valueExpression": { "description": "suffix of this relying site PI", "name": "sitePISuffixOneRepetition", "language": "text/fhirpath", "expression": "iif(item.descendants().where(linkId = 'in8.3.3').answer.valueString.exists(), item.descendants().where(linkId = 'in8.3.3').answer.valueString, ' ')" } }, { "url": "http://hl7.org/fhir/StructureDefinition/variable", "valueExpression": { "description": "degrees of this relying site PI", "name": "sitePIDegreesOneRepetition", "language": "text/fhirpath", "expression": "iif(item.descendants().where(linkId = 'in8.3.4').answer.valueString.exists(), item.descendants().where(linkId = 'in8.3.4').answer.valueString, ' ')" } }, { "url": "http://hl7.org/fhir/StructureDefinition/variable", "valueExpression": { "description": "city of the relying site PI", "name": "sitePICityOneRepetition", "language": "text/fhirpath", "expression": "iif(item.descendants().where(linkId = 'in8.3.7.2').answer.valueString.exists(), item.descendants().where(linkId = 'in8.3.7.2').answer.valueString, ' ')" } }, { "url": "http://hl7.org/fhir/StructureDefinition/variable", "valueExpression": { "description": "state of the relying site PI", "name": "sitePIStateOneRepetition", "language": "text/fhirpath", "expression": "iif(item.descendants().where(linkId = 'in8.3.7.3').answer.valueString.exists(), item.descendants().where(linkId = 'in8.3.7.3').answer.valueString, ' ')" } }, { "url": "http://hl7.org/fhir/StructureDefinition/variable", "valueExpression": { "description": "full name, suffix and degrees for this relying site PI", "name": "fullNameDSSitePIOneRepetition", "language": "text/fhirpath", "expression": "%sitePIFirstNameOneRepetition + ' ' + %sitePILastNameOneRepetition + ', ' + iif(%sitePISuffixOneRepetition = ' ', '', %sitePISuffixOneRepetition + ', ') + %sitePIDegreesOneRepetition" } }, { "url": "http://hl7.org/fhir/StructureDefinition/variable", "valueExpression": { "description": "city and state of the relying site PI", "name": "sitePILocationOneRepetition", "language": "text/fhirpath", "expression": "%sitePICityOneRepetition + ', ' + %sitePIStateOneRepetition" } }, { "url": "http://hl7.org/fhir/StructureDefinition/variable", "valueExpression": { "description": "full name, suffix and degrees for this relying site PI and the relying site PI institution and dept", "name": "combinedSitePIUniqueSiteOneRepetition", "language": "text/fhirpath", "expression": "%sitePIInstitutionNameOneRepetition + ' | ' + %sitePIDeptOneRepetition + ' | ' + %fullNameDSSitePIOneRepetition + ' | ' + %sitePILocationOneRepetition" } } ], "required": false, "repeats": true, "item": [ { "linkId": "in8.5", "text": "Affiliation with Lead Principal Investigator Institution, Lead Principal Investigator Site or Lead Principal Investigator", "_text": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/rendering-style", "valueString": "color:#2a623d; font-size: 130%" } ] }, "type": "group", "required": false, "item": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/questionnaire-item-control", "code": "drop-down", "display": "Drop down" } ], "text": "Drop down" } } ], "linkId": "in8.5.1", "text": "Is this relying site at the same institution as where the lead principal investigator is conducting the study?", "type": "choice", "required": false, "answerOption": [ { "valueCoding": { "system": "http://terminology.hl7.org/CodeSystem/v2-0532", "code": "Y", "display": "Yes" } }, { "valueCoding": { "system": "http://terminology.hl7.org/CodeSystem/v2-0532", "code": "N", "display": "No" } } ], "initial": [ { "valueCoding": { "system": "http://terminology.hl7.org/CodeSystem/v2-0532", "code": "N", "display": "No" } } ], "item": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/questionnaire-item-control", "code": "help", "display": "Help-Button" } ], "text": "Help-Button" } } ], "linkId": "in8.5.1_help", "text": "This question is optional. It can be used to pre-populate the lead principal investigator institution details if this relying site is at the same institution as where the lead principal investigator is conducting the study. If you do not want pre-population to occur, you may leave this question blank.", "type": "display" } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/questionnaire-item-control", "code": "drop-down", "display": "Drop down" } ], "text": "Drop down" } } ], "linkId": "in8.5.2", "text": "Is this relying site at the same site as where the lead principal investigator is conducting the study?", "type": "choice", "enableWhen": [ { "question": "in8.5.1", "operator": "=", "answerCoding": { "system": "http://terminology.hl7.org/CodeSystem/v2-0532", "code": "Y" } } ], "required": false, "answerOption": [ { "valueCoding": { "system": "http://terminology.hl7.org/CodeSystem/v2-0532", "code": "Y", "display": "Yes" } }, { "valueCoding": { "system": "http://terminology.hl7.org/CodeSystem/v2-0532", "code": "N", "display": "No" } } ], "initial": [ { "valueCoding": { "system": "http://terminology.hl7.org/CodeSystem/v2-0532", "code": "N", "display": "No" } } ], "item": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/questionnaire-item-control", "code": "help", "display": "Help-Button" } ], "text": "Help-Button" } } ], "linkId": "in8.5.2_help", "text": "This question is optional. It can be used to pre-populate the lead principal investigator site details if this relying site is at the same site as where the lead principal investigator is conducting the study. If you do not want pre-population to occur, you may leave this question blank.", "type": "display" } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/questionnaire-item-control", "code": "drop-down", "display": "Drop down" } ], "text": "Drop down" } } ], "linkId": "in8.5.3", "text": "Is the relying site PI for this site the same PI as the lead principal investigator conducting the study?", "type": "choice", "required": false, "answerOption": [ { "valueCoding": { "system": "http://terminology.hl7.org/CodeSystem/v2-0532", "code": "Y", "display": "Yes" } }, { "valueCoding": { "system": "http://terminology.hl7.org/CodeSystem/v2-0532", "code": "N", "display": "No" } } ], "initial": [ { "valueCoding": { "system": "http://terminology.hl7.org/CodeSystem/v2-0532", "code": "N", "display": "No" } } ], "item": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/questionnaire-item-control", "code": "help", "display": "Help-Button" } ], "text": "Help-Button" } } ], "linkId": "in8.5.3_help", "text": "This question is optional. It can be used to pre-populate the lead principal investigator details if this relying site PI is the same PI as the lead principal investigator conducting the study. If you do not want pre-population to occur, you may leave this question blank.", "type": "display" } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/questionnaire-item-control", "code": "drop-down", "display": "Drop down" } ], "text": "Drop down" } } ], "linkId": "in8.5.4", "text": "Is this relying site also considered to be the lead site for the study?", "type": "choice", "required": true, "answerOption": [ { "valueCoding": { "system": "http://terminology.hl7.org/CodeSystem/v2-0532", "code": "Y", "display": "Yes" } }, { "valueCoding": { "system": "http://terminology.hl7.org/CodeSystem/v2-0532", "code": "N", "display": "No" } } ], "initial": [ { "valueCoding": { "system": "http://terminology.hl7.org/CodeSystem/v2-0532", "code": "N", "display": "No" } } ], "item": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/questionnaire-item-control", "code": "help", "display": "Help-Button" } ], "text": "Help-Button" } } ], "linkId": "in8.5.4_help", "text": "Indicator that the lead PI site where the study is being conducted is also participating as this relying site", "type": "display" } ] } ] }, { "linkId": "in8.1", "text": "Relying Site Institution", "_text": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/rendering-style", "valueString": "color:#2a623d; font-size: 130%" } ] }, "type": "group", "required": false, "item": [ { "extension": [ { "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-calculatedExpression", "valueExpression": { "language": "text/fhirpath", "expression": "iif(%isSameInstitutionOneRepetition = 'Y', %resource.descendants().where(linkId = 'in7.1.1').answer.value)" } } ], "linkId": "in8.1.1", "text": "Relying Institution Name", "type": "string", "required": true, "item": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/questionnaire-item-control", "code": "help", "display": "Help-Button" } ], "text": "Help-Button" } } ], "linkId": "in8.1.1_help", "text": "Name of Institution for which their IRB agrees to rely on the decisions of the reviewing IRB at their own institutions.", "type": "display" } ] }, { "extension": [ { "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-calculatedExpression", "valueExpression": { "language": "text/fhirpath", "expression": "iif(%isSameInstitutionOneRepetition = 'Y', %resource.descendants().where(linkId = 'in7.1.10').answer.value)" } } ], "linkId": "in8.1.10", "text": "Department Name or Division", "type": "string", "required": false, "item": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/questionnaire-item-control", "code": "help", "display": "Help-Button" } ], "text": "Help-Button" } } ], "linkId": "in8.1.10_help", "text": "The department name or division for the relying site", "type": "display" } ] }, { "extension": [ { "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-calculatedExpression", "valueExpression": { "language": "text/fhirpath", "expression": "iif(%isSameInstitutionOneRepetition = 'Y', %resource.descendants().where(linkId = 'in7.1.3').answer.value)" } } ], "linkId": "in8.1.3", "text": "Relying Institution Phone", "type": "string", "required": false, "item": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/questionnaire-item-control", "code": "help", "display": "Help-Button" } ], "text": "Help-Button" } } ], "linkId": "in8.1.3_help", "text": "10-digit phone number, including area code, for the relying institution", "type": "display" } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/questionnaire-item-control", "code": "drop-down", "display": "Drop down" } ], "text": "Drop down" } }, { "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-calculatedExpression", "valueExpression": { "language": "text/fhirpath", "expression": "iif(%isSameInstitutionOneRepetition = 'Y', %resource.descendants().where(linkId = 'in7.1.4').answer.valueCoding)" } } ], "linkId": "in8.1.4", "text": "Is a Federal Wide Assurance (FWA) Number assigned?", "type": "choice", "required": true, "answerOption": [ { "valueCoding": { "system": "http://terminology.hl7.org/CodeSystem/v2-0532", "code": "Y", "display": "Yes" } }, { "valueCoding": { "system": "http://terminology.hl7.org/CodeSystem/v2-0532", "code": "N", "display": "No" } }, { "valueCoding": { "system": "http://terminology.hl7.org/CodeSystem/v2-0532", "code": "NI", "display": "No Information" } }, { "valueCoding": { "system": "http://terminology.hl7.org/CodeSystem/v2-0532", "code": "NAV", "display": "temporarily unavailable" } } ], "item": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/questionnaire-item-control", "code": "help", "display": "Help-Button" } ], "text": "Help-Button" } } ], "linkId": "in8.1.4_help", "text": "DHHS assigned number indicating Assurance of Compliance with the Office of Human Research Protections. The only type of assurance of compliance accepted and approved by OHRP for institutions engaged in non-exempt human subjects research conducted or supported by HHS. Under a FWA, an institution commits to HHS that it will comply with the requirements set forth in 45 CFR 46, as well as the terms of assurance. If the user believes that there is a FWA number assigned but needs to confirm this, select \"temporarily unavailable\". If the user does not know if there is a FWA number assigned, select \"No Information\".", "type": "display" } ] }, { "extension": [ { "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-calculatedExpression", "valueExpression": { "language": "text/fhirpath", "expression": "iif(%isSameInstitutionOneRepetition = 'Y', %resource.descendants().where(linkId = 'in7.1.5').answer.value)" } } ], "linkId": "in8.1.5", "text": "Federal Wide Assurance Number (if assigned)", "type": "integer", "enableWhen": [ { "question": "in8.1.4", "operator": "=", "answerCoding": { "system": "http://terminology.hl7.org/CodeSystem/v2-0532", "code": "Y" } } ], "enableBehavior": "all", "required": false, "item": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/questionnaire-item-control", "code": "help", "display": "Help-Button" } ], "text": "Help-Button" } } ], "linkId": "in8.1.5_help", "text": "If assigned, enter just numeric value of FWA.", "type": "display" } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/questionnaire-item-control", "code": "drop-down", "display": "Drop down" } ], "text": "Drop down" } } ], "linkId": "in8.1.6", "text": "Reliance Status", "type": "choice", "required": true, "answerOption": [ { "valueCoding": { "system": "http://hl7.org/fhir/us/sirb/CodeSystem/temporarycodes", "code": "APPROVED", "display": "Approved for reliance" } }, { "valueCoding": { "system": "http://hl7.org/fhir/us/sirb/CodeSystem/temporarycodes", "code": "DENIED", "display": "Denied reliance" } }, { "valueCoding": { "system": "http://hl7.org/fhir/us/sirb/CodeSystem/temporarycodes", "code": "POSSIBLE", "display": "Potential/possible" } }, { "valueCoding": { "system": "http://hl7.org/fhir/us/sirb/CodeSystem/temporarycodes", "code": "CANCELLED", "display": "Cancelled or not participating" } }, { "valueCoding": { "system": "http://hl7.org/fhir/us/sirb/CodeSystem/temporarycodes", "code": "ONHOLD", "display": "Temporarily on hold" } } ], "item": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/questionnaire-item-control", "code": "help", "display": "Help-Button" } ], "text": "Help-Button" } } ], "linkId": "in8.1.6_help", "text": "Status of the reliance agreement", "type": "display" } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/questionnaire-item-control", "code": "help", "display": "Help-Button" } ], "text": "Help-Button" } } ], "linkId": "in8.1_help", "text": "Institution whose IRB agrees to rely on oversite by the sIRB (Reviewing IRB)", "type": "display" } ] }, { "linkId": "in8.3", "text": "Relying Site Principal Investigator", "_text": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/rendering-style", "valueString": "color:#2a623d; font-size: 130%" } ] }, "type": "group", "required": false, "item": [ { "extension": [ { "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-calculatedExpression", "valueExpression": { "language": "text/fhirpath", "expression": "iif(%isSamePIOneRepetition = 'Y', %resource.descendants().where(linkId = 'in7.3.1').answer.value)" } } ], "linkId": "in8.3.1", "text": "Relying Site Principal Investigator First Name", "type": "string", "required": true, "item": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/questionnaire-item-control", "code": "help", "display": "Help-Button" } ], "text": "Help-Button" } } ], "linkId": "in8.3.1_help", "text": "First Name or Given Name of PI at a site conducting the study, responsible for the conduct of the study at his/her relying institution", "type": "display" } ] }, { "extension": [ { "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-calculatedExpression", "valueExpression": { "language": "text/fhirpath", "expression": "iif(%isSamePIOneRepetition = 'Y', %resource.descendants().where(linkId = 'in7.3.2').answer.value)" } } ], "linkId": "in8.3.2", "text": "Relying Site Principal Investigator Last Name", "type": "string", "required": true, "item": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/questionnaire-item-control", "code": "help", "display": "Help-Button" } ], "text": "Help-Button" } } ], "linkId": "in8.3.2_help", "text": "Last name, surname or family name of PI at a site conducting the study, responsible for the conduct of the study at his/her relying institution", "type": "display" } ] }, { "extension": [ { "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-calculatedExpression", "valueExpression": { "language": "text/fhirpath", "expression": "iif(%isSamePIOneRepetition = 'Y', %resource.descendants().where(linkId = 'in7.3.3').answer.value)" } } ], "linkId": "in8.3.3", "text": "Relying Site Principal Investigator Suffix", "type": "string", "required": false, "item": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/questionnaire-item-control", "code": "help", "display": "Help-Button" } ], "text": "Help-Button" } } ], "linkId": "in8.3.3_help", "text": "Suffix such as Junior (Jr.), Senior (Sr.), I, II, III, IV, etc.", "type": "display" } ] }, { "extension": [ { "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-calculatedExpression", "valueExpression": { "language": "text/fhirpath", "expression": "iif(%isSamePIOneRepetition = 'Y', %resource.descendants().where(linkId = 'in7.3.4').answer.value)" } } ], "linkId": "in8.3.4", "text": "Academic and Professional Degrees associated with the Relying Site Principal Investigator", "type": "string", "required": false, "item": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/questionnaire-item-control", "code": "help", "display": "Help-Button" } ], "text": "Help-Button" } } ], "linkId": "in8.3.4_help", "text": "Academic and Professional degrees associated with the relying site principal investigator", "type": "display" } ] }, { "extension": [ { "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-calculatedExpression", "valueExpression": { "language": "text/fhirpath", "expression": "iif(%isSamePIOneRepetition = 'Y', %resource.descendants().where(linkId = 'in7.3.10').answer.value)" } } ], "linkId": "in8.3.10", "text": "Department Name or Division", "type": "string", "required": false, "item": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/questionnaire-item-control", "code": "help", "display": "Help-Button" } ], "text": "Help-Button" } } ], "linkId": "in8.3.10_help", "text": "The department name or division for the relying site PI", "type": "display" } ] }, { "extension": [ { "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-calculatedExpression", "valueExpression": { "language": "text/fhirpath", "expression": "iif(%isSamePIOneRepetition = 'Y', %resource.descendants().where(linkId = 'in7.3.5').answer.value)" } } ], "linkId": "in8.3.5", "text": "Phone", "type": "string", "required": false, "item": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/questionnaire-item-control", "code": "help", "display": "Help-Button" } ], "text": "Help-Button" } } ], "linkId": "in8.3.5_help", "text": "10-digit phone number, including area code, for the relying site principal investigator", "type": "display" } ] }, { "extension": [ { "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-calculatedExpression", "valueExpression": { "language": "text/fhirpath", "expression": "iif(%isSamePIOneRepetition = 'Y', %resource.descendants().where(linkId = 'in7.3.6').answer.value)" } } ], "linkId": "in8.3.6", "text": "Email address", "type": "string", "required": false, "item": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/questionnaire-item-control", "code": "help", "display": "Help-Button" } ], "text": "Help-Button" } } ], "linkId": "in8.3.6_help", "text": "Email address associated with the relying site principal investigator", "type": "display" } ] }, { "linkId": "in8.3.7", "text": "Address of Relying Site Principal Investigator", "type": "group", "required": false, "item": [ { "extension": [ { "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-calculatedExpression", "valueExpression": { "language": "text/fhirpath", "expression": "iif(%isSameSiteOneRepetition = 'Y', %resource.descendants().where(linkId = 'in7.3.7.1').answer.value)" } } ], "linkId": "in8.3.7.1", "text": "Street Address", "type": "string", "required": false, "item": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/questionnaire-item-control", "code": "help", "display": "Help-Button" } ], "text": "Help-Button" } } ], "linkId": "in8.3.7.1_help", "text": "Physical address", "type": "display" } ] }, { "extension": [ { "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-calculatedExpression", "valueExpression": { "language": "text/fhirpath", "expression": "iif(%isSameSiteOneRepetition = 'Y', %resource.descendants().where(linkId = 'in7.3.7.2').answer.value)" } } ], "linkId": "in8.3.7.2", "text": "City", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-calculatedExpression", "valueExpression": { "language": "text/fhirpath", "expression": "iif(%isSameSiteOneRepetition = 'Y', %resource.descendants().where(linkId = 'in7.3.7.3').answer.value)" } } ], "linkId": "in8.3.7.3", "text": "State", "type": "string" }, { "extension": [ { "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-calculatedExpression", "valueExpression": { "language": "text/fhirpath", "expression": "iif(%isSameSiteOneRepetition = 'Y', %resource.descendants().where(linkId = 'in7.3.7.4').answer.value)" } } ], "linkId": "in8.3.7.4", "text": "Zip Code", "type": "string", "required": false }, { "linkId": "in8.3.7.5", "text": "Country", "type": "string", "required": false, "initial": [ { "valueString": "United States" } ] } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/questionnaire-item-control", "code": "help", "display": "Help-Button" } ], "text": "Help-Button" } } ], "linkId": "in8.3_help", "text": "Principal Investigator responsible for the conduct of the study at a specific relying site research location.", "type": "display" } ] }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-hidden", "valueBoolean": true }, { "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-calculatedExpression", "valueExpression": { "language": "text/fhirpath", "expression": "%combinedSitePIUniqueSiteOneRepetition" } } ], "linkId": "in8.9", "text": "Relying Site Principal Investigator Name, Institution, Dept, City and State (read-only)", "type": "string", "required": false, "readOnly": true }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-hidden", "valueBoolean": true }, { "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-calculatedExpression", "valueExpression": { "language": "text/fhirpath", "expression": "%fullNameDSSitePIOneRepetition" } } ], "linkId": "in8.10", "text": "Relying Site Principal Investigator Full Name, Suffix and Degrees (read-only)", "type": "string", "required": false, "readOnly": true }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/questionnaire-item-control", "code": "help", "display": "Help-Button" } ], "text": "Help-Button" } } ], "linkId": "in8_help", "text": "The research site(s) where the Lead Principal Investigator is conducting research should also be entered as relying site(s) here, even if at the same institution as entered above for the Lead Principal Investigator. If the Lead Principal Investigator is only managing a coordinating center or other administrative office for the study, do not enter the site again here.", "type": "display" } ] },