Clinical Trials (Independent Publisher) (Preview)

ClinicalTrials.gov is a website and online database of clinical research studies and information about their results. The purpose of ClinicalTrials.gov is to provide information about clinical research studies to the public, researchers, and health care professionals. The U.S. government does not review or approve the safety and science of all studies listed on this website.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Copilot Studio | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | Troy Taylor |
URL | https://www.hitachisolutions.com |
[email protected] |
Connector Metadata | |
---|---|
Publisher | Troy Taylor |
Website | https://clinicaltrials.gov/ |
Privacy policy | https://www.nlm.nih.gov/web_policies.html |
Categories | Data |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Get enums |
Returns enumeration types and their values. |
Get studies |
Returns data of studies matching query and filter parameters. |
Get study |
Returns data of a single study. |
Get study metadata |
Returns study data model fields. |
Get version |
API and data versions. |
Search areas |
Search docs and their search areas. |
Get enums
Get studies
Returns data of studies matching query and filter parameters.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Markup Format
|
markupFormat | string |
Format of markup type fields. |
|
Condition
|
query.cond | string |
Conditions or disease query in Essie expression syntax. |
|
Term
|
query.term | string |
Other terms query in Essie expression syntax. |
|
Location
|
query.locn | string |
Location terms query in Essie expression syntax. |
|
Title
|
query.titles | string |
Title / acronym query in Essie expression syntax. |
|
Intervention
|
query.intr | string |
Intervention / treatment query in Essie expression syntax. |
|
Outcome
|
query.outc | string |
Outcome measure query in Essie expression syntax. |
|
Sponsor
|
query.spons | string |
Sponsor / collaborator query in Essie expression syntax. |
|
Lead Sponsor
|
query.lead | string |
Searches in lead sponsor name field. |
|
Study ID
|
query.id | string |
Study IDs query in Essie expression syntax. |
|
Patient
|
query.patient | string |
Patient query in Essie expression syntax. |
|
Overall Status
|
filter.overallStatus | array |
Filter by comma- or pipe-separated list of statuses. |
|
Geo
|
filter.geo | string |
Filter by geo-function. Format: distance(latitude,longitude,distance) |
|
NCT IDs
|
filter.ids | array |
Filter by comma- or pipe-separated list of NCT IDs. |
|
Advanced
|
filter.advanced | string |
Filter by query in Essie expression syntax. |
|
Synonyms
|
filter.synonyms | array |
Filter by comma- or pipe-separated list of area:synonym_id pairs. |
|
Post Filter Overall Status
|
postFilter.overallStatus | array |
Filter by comma- or pipe-separated list of statuses. |
|
Post Filter Geo
|
postFilter.geo | string |
Filter by geo-function. Format: distance(latitude,longitude,distance) |
|
Post Filter NCT IDs
|
postFilter.ids | array |
Filter by comma- or pipe-separated list of NCT IDs. |
|
Post Filter Advanced
|
postFilter.advanced | string |
Filter by query in Essie expression syntax](/find-studies/constructing-complex-search-queries) |
|
Post Filter Synonyms
|
postFilter.synonyms | array |
Filter by comma- or pipe-separated list of area:synonym_id pairs. |
|
Aggregation Filters
|
aggFilters | string |
Apply aggregation filters, aggregation counts will not be provided. |
|
Geo Decay
|
geoDecay | string |
Set proximity factor by distance from filter.geo location to the closest LocationGeoPoint. |
|
Fields
|
fields | array |
If specified, must be non-empty comma- or pipe-separated list of fields to return. If unspecified, all fields will be returned. |
|
Sort
|
sort | array |
Comma- or pipe-separated list of sorting options of the studies. The returning studies are not sorted by default for a performance reason. |
|
Count Total
|
countTotal | boolean |
Count total number of studies in all pages and return totalCount field with first page, if true. |
|
Page Size
|
pageSize | integer |
Page size is maximum number of studies to return in response. It does not have to be the same for every page. |
|
Page Token
|
pageToken | string |
Token to get next page. Set it to a nextPageToken value returned with the previous page in JSON format. |
Returns
- Paged Studies
- PagedStudies
Get study
Returns data of a single study.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
NCT Number
|
nctId | True | string |
NCT Number of a study. |
Markup Format
|
markupFormat | string |
Format of markup type fields. |
|
Fields
|
fields | array |
If specified, must be non-empty comma- or pipe-separated list of fields to return. If unspecified, all fields will be returned. |
Returns
- response
- string
Get study metadata
Returns study data model fields.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Include Indexed Only
|
includeIndexedOnly | boolean |
Include indexed-only fields, if true. |
|
Include Historic Only
|
includeHistoricOnly | boolean |
Include fields available only in historic data, if true. |
Returns
- response
- array of FieldNode
Get version
Search areas
Definitions
FieldNode
Name | Path | Type | Description |
---|---|---|---|
Alternative Piece Names
|
altPieceNames | array of string |
Alternative piece names of the field. |
Children
|
children | array of object |
Child fields of the field. |
Alternative Piece Names
|
children.altPieceNames | array of string |
Alternative piece names of the field. |
Web Link
|
children.dedLink | WebLink | |
Description
|
children.description | string |
Description of the field. |
Historic Only
|
children.historicOnly | boolean |
Historic only field. |
Indexed Only
|
children.indexedOnly | boolean |
Indexed only field. |
isEnum
|
children.isEnum | boolean |
Enumeration field. |
Max Chars
|
children.maxChars | integer |
Maximum number of characters of the field. |
Name
|
children.name | string |
Name of the field. |
Nested
|
children.nested | boolean |
Nested field. |
Piece
|
children.piece | string |
Piece name of the field. |
Rules
|
children.rules | string |
Rules of the field. |
Source Type
|
children.sourceType | string |
Source type of the field. |
Synonyms
|
children.synonyms | boolean |
Synonyms of the field. |
Title
|
children.title | string |
Title of the field. |
Type
|
children.type | string |
Type of the field. |
Web Link
|
dedLink | WebLink | |
Description
|
description | string |
Description of the field. |
Historic Only
|
historicOnly | boolean |
Historic only field. |
Indexed Only
|
indexedOnly | boolean |
Indexed only field. |
Is Enum
|
isEnum | boolean |
Enumeration field. |
Max Chars
|
maxChars | integer |
Maximum number of characters of the field. |
Name
|
name | string |
Name of the field. |
nested
|
nested | boolean |
Nested field. |
Piece
|
piece | string |
Piece name of the field. |
Rules
|
rules | string |
Rules of the field. |
Source Type
|
sourceType | string |
Source type of the field. |
Synonyms
|
synonyms | boolean |
Synonyms of the field. |
Title
|
title | string |
Title of the field. |
Type
|
type | string |
Type of the field. |
WebLink
Name | Path | Type | Description |
---|---|---|---|
Label
|
label | string |
Label of the link. |
URL
|
url | string |
URL of the link. |
SearchDocument
Name | Path | Type | Description |
---|---|---|---|
Areas
|
areas | array of SearchArea |
Search areas of the document. |
Name
|
name | string |
Name of the document. |
SearchArea
Name | Path | Type | Description |
---|---|---|---|
Name
|
name | string |
Name of the search area. |
Param
|
param | string |
Parameter of the search area. |
Parts
|
parts | array of SearchPart |
Parts of the search area. |
UI Label
|
uiLabel | string |
UI label of the search area. |
SearchPart
Name | Path | Type | Description |
---|---|---|---|
Is Enum
|
isEnum | boolean |
Enumeration part. |
Is Synonyms
|
isSynonyms | boolean |
Synonyms part. |
Pieces
|
pieces | array of string |
Pieces of the part. |
Type
|
type | string |
Type of the part. |
Weight
|
weight | float |
Weight of the part. |
EnumInfo
Name | Path | Type | Description |
---|---|---|---|
Pieces
|
pieces | array of string |
Pieces of the enumeration. |
Type
|
type | string |
Type of the enumeration. |
Values
|
values | array of EnumItem |
Values of the enumeration. |
EnumItem
Name | Path | Type | Description |
---|---|---|---|
Exceptions
|
exceptions | object |
Exceptions of the enumeration item. |
Legacy Value
|
legacyValue | string |
Legacy value of the enumeration item. |
Value
|
value | string |
Value of the enumeration item. |
Version
Name | Path | Type | Description |
---|---|---|---|
API Version
|
apiVersion | string |
API version. |
Data Timestamp
|
dataTimestamp | string |
Date and time of the data. |
PagedStudies
Name | Path | Type | Description |
---|---|---|---|
Next Page Token
|
nextPageToken | string |
Token to get next page. |
Studies
|
studies | array of object |
Study field values of type markup are in markdown format. |
Protocol Section
|
studies.protocolSection | ProtocolSection | |
Results Section
|
studies.resultsSection | ResultsSection | |
Annotation Section
|
studies.annotationSection | AnnotationSection | |
Large Document Module
|
studies.DocumentSection.largeDocumentModule | object |
Contains large document information |
Derived Section
|
studies.derivedSection | DerivedSection | |
Has Results
|
studies.hasResults | boolean |
Has results. |
Total Count
|
totalCount | integer |
Total number of studies. |
ProtocolSection
Name | Path | Type | Description |
---|---|---|---|
Identification Module
|
identificationModule | IdentificationModule | |
Status Module
|
statusModule | StatusModule | |
Sponsor Collaborators Module
|
sponsorCollaboratorsModule | SponsorCollaboratorsModule | |
Oversight Module
|
oversightModule | OversightModule | |
Description Module
|
descriptionModule | DescriptionModule | |
Conditions Module
|
conditionsModule | ConditionsModule | |
Design Module
|
designModule | DesignModule | |
Arms Interventions Module
|
armsInterventionsModule | ArmsInterventionsModule | |
Outcomes Module
|
outcomesModule | OutcomesModule | |
Eligibility Module
|
eligibilityModule | EligibilityModule | |
Contacts Locations Module
|
contactsLocationsModule | ContactsLocationsModule | |
References Module
|
referencesModule | ReferencesModule | |
Ipd Sharing Statement Module
|
ipdSharingStatementModule | IpdSharingStatementModule |
ResultsSection
Name | Path | Type | Description |
---|---|---|---|
Participant Flow Module
|
participantFlowModule | ParticipantFlowModule | |
Baseline Characteristics Module
|
baselineCharacteristicsModule | BaselineCharacteristicsModule | |
Outcome Measures Module
|
outcomeMeasuresModule | OutcomeMeasuresModule |
Contains outcome measures information |
Adverse Events Module
|
adverseEventsModule | AdverseEventsModule | |
More Info Module
|
moreInfoModule | MoreInfoModule |
AnnotationSection
Name | Path | Type | Description |
---|---|---|---|
Annotation Module
|
annotationModule | AnnotationModule |
DerivedSection
Name | Path | Type | Description |
---|---|---|---|
Misc Info Module
|
miscInfoModule | MiscInfoModule | |
Browse Module
|
conditionBrowseModule | BrowseModule | |
Browse Module
|
interventionBrowseModule | BrowseModule |
IdentificationModule
Name | Path | Type | Description |
---|---|---|---|
NCT ID
|
nctId | string |
NCT ID of the study. |
NCT ID Aliases
|
nctIdAliases | array of string |
NCT ID aliases of the study. |
Org Study ID Info
|
orgStudyIdInfo | OrgStudyIdInfo | |
Secondary ID Infos
|
secondaryIdInfos | array of SecondaryIdInfo |
Secondary ID infos of the study. |
Brief Title
|
briefTitle | string |
Brief title of the study. |
Official Title
|
officialTitle | string |
Official title of the study. |
Acronym
|
acronym | string |
Acronym of the study. |
Organization
|
organization | Organization |
StatusModule
Name | Path | Type | Description |
---|---|---|---|
Status Verified Date
|
statusVerifiedDate | string |
Date in yyyy, yyyy-MM, or yyyy-MM-dd format |
Status
|
overallStatus | Status |
The overall status of the study. |
Status
|
lastKnownStatus | Status |
The overall status of the study. |
Delayed Posting
|
delayedPosting | boolean |
Delayed posting. |
Why Stopped
|
whyStopped | string |
Why the study was stopped. |
Expanded Access Info
|
expandedAccessInfo | ExpandedAccessInfo | |
Partial Date Struct
|
startDateStruct | PartialDateStruct | |
Partial Date Struct
|
primaryCompletionDateStruct | PartialDateStruct | |
Partial Date Struct
|
completionDateStruct | PartialDateStruct | |
Study First Submit Date
|
studyFirstSubmitDate | string |
Date in yyyy, yyyy-MM, or yyyy-MM-dd format |
Study First Submit QC Date
|
studyFirstSubmitQcDate | string |
Date in yyyy, yyyy-MM, or yyyy-MM-dd format |
Date Struct
|
studyFirstPostDateStruct | DateStruct | |
Results Waived
|
resultsWaived | boolean |
Results waived. |
Results First Submit Date
|
resultsFirstSubmitDate | string |
Date in yyyy, yyyy-MM, or yyyy-MM-dd format |
Results First Submit QC Date
|
resultsFirstSubmitQcDate | string |
Date in yyyy, yyyy-MM, or yyyy-MM-dd format |
Date Struct
|
resultsFirstPostDateStruct | DateStruct | |
Disp First Submit Date
|
dispFirstSubmitDate | string |
Date in yyyy, yyyy-MM, or yyyy-MM-dd format |
Disp First Submit QC Date
|
dispFirstSubmitQcDate | string |
Date in yyyy, yyyy-MM, or yyyy-MM-dd format |
Date Struct
|
dispFirstPostDateStruct | DateStruct | |
Last Update Submit Date
|
lastUpdateSubmitDate | string |
Date in yyyy, yyyy-MM, or yyyy-MM-dd format |
Date Struct
|
lastUpdatePostDateStruct | DateStruct |
SponsorCollaboratorsModule
Name | Path | Type | Description |
---|---|---|---|
Responsible Party
|
responsibleParty | ResponsibleParty | |
Sponsor
|
leadSponsor | Sponsor | |
Collaborators
|
collaborators | array of Sponsor |
Collaborators of the study. |
OversightModule
Name | Path | Type | Description |
---|---|---|---|
Oversight Has DMC
|
oversightHasDmc | boolean |
Oversight has DMC. |
Is FDA Regulated Drug
|
isFdaRegulatedDrug | boolean |
Is FDA regulated drug. |
Is FDA Regulated Device
|
isFdaRegulatedDevice | boolean |
Is FDA regulated device. |
Is Unapproved Device
|
isUnapprovedDevice | boolean |
Is unapproved device. |
Is PPSD
|
isPpsd | boolean |
Is PPSD. |
Is US Export
|
isUsExport | boolean |
Is US export. |
FDAAA 801 Violation
|
fdaaa801Violation | boolean |
FDAAA 801 violation. |
DescriptionModule
Name | Path | Type | Description |
---|---|---|---|
Brief Summary
|
briefSummary | string |
Brief summary of the study. |
Detailed Description
|
detailedDescription | string |
Detailed description of the study. |
ConditionsModule
Name | Path | Type | Description |
---|---|---|---|
Conditions
|
conditions | array of string |
Conditions of the study. |
Keywords
|
keywords | array of string |
Keywords of the study. |
DesignModule
Name | Path | Type | Description |
---|---|---|---|
Study Type
|
studyType | StudyType |
The type of study. |
N Ptrs To This Exp Acc NCT ID
|
nPtrsToThisExpAccNctId | float |
Number of pointers to this expanded access NCT ID. |
Expanded Access Types
|
expandedAccessTypes | ExpandedAccessTypes | |
Patient Registry
|
patientRegistry | boolean |
Patient registry. |
targetDuration
|
targetDuration | string | |
Phases
|
phases | array of Phase |
Phases of the study. |
Design Info
|
designInfo | DesignInfo | |
Bio Spec
|
bioSpec | BioSpec | |
Enrollment Info
|
enrollmentInfo | EnrollmentInfo |
ArmsInterventionsModule
Name | Path | Type | Description |
---|---|---|---|
Arm Groups
|
armGroups | array of ArmGroup |
Arm groups of the study. |
Interventions
|
interventions | array of Intervention |
Interventions of the study. |
OutcomesModule
Name | Path | Type | Description |
---|---|---|---|
Primary Outcomes
|
primaryOutcomes | array of Outcome |
Primary outcomes of the study. |
Secondary Outcomes
|
secondaryOutcomes | array of Outcome |
Secondary outcomes of the study. |
Other Outcomes
|
otherOutcomes | array of Outcome |
Other outcomes of the study. |
EligibilityModule
Name | Path | Type | Description |
---|---|---|---|
Eligibility Criteria
|
eligibilityCriteria | string |
Eligibility criteria of the study. |
Healthy Volunteers
|
healthyVolunteers | boolean |
Healthy volunteers. |
Sex
|
sex | Sex |
The sex of the study participants. |
Gender Based
|
genderBased | boolean |
Gender based. |
Gender Description
|
genderDescription | string |
Gender description. |
minimumAge
|
minimumAge | string | |
maximumAge
|
maximumAge | string | |
Std Ages
|
stdAges | array of StandardAge |
Standard ages of the study. |
Study Population
|
studyPopulation | string |
Study population. |
Sampling Method
|
samplingMethod | SamplingMethod |
The method used to select participants. |
ContactsLocationsModule
Name | Path | Type | Description |
---|---|---|---|
Central Contacts
|
centralContacts | array of Contact |
Central contacts of the study. |
Overall Officials
|
overallOfficials | array of Official |
Overall officials of the study. |
Locations
|
locations | array of Location |
Locations of the study. |
ReferencesModule
Name | Path | Type | Description |
---|---|---|---|
References
|
references | array of Reference |
References of the study. |
See Also Links
|
seeAlsoLinks | array of SeeAlsoLink |
See also links of the study. |
Avail IPDs
|
availIpds | array of AvailIpd |
Available IPDs of the study. |
OutcomeMeasuresModule
Contains outcome measures information
Name | Path | Type | Description |
---|---|---|---|
Outcome Measures
|
outcomeMeasures | array of object |
Outcome measures of the study. |
Type
|
outcomeMeasures.type | string |
Type of outcome measure |
Title
|
outcomeMeasures.title | string |
Title of the outcome measure |
Description
|
outcomeMeasures.description | string |
Description of the outcome measure |
Time Frame
|
outcomeMeasures.timeFrame | string |
Time frame for the outcome measure |
MoreInfoModule
Name | Path | Type | Description |
---|---|---|---|
Limitations And Caveats
|
limitationsAndCaveats | LimitationsAndCaveats | |
Certain Agreement
|
certainAgreement | CertainAgreement | |
Point Of Contact
|
pointOfContact | PointOfContact |
AnnotationModule
Name | Path | Type | Description |
---|---|---|---|
Unposted Annotation
|
unpostedAnnotation | UnpostedAnnotation | |
Violation Annotation
|
violationAnnotation | ViolationAnnotation |
MiscInfoModule
Name | Path | Type | Description |
---|---|---|---|
Version Holder
|
versionHolder | string |
Version holder. |
Removed Countries
|
removedCountries | array of string |
Removed countries of the study. |
Submission Tracking
|
submissionTracking | SubmissionTracking |
UnpostedAnnotation
Name | Path | Type | Description |
---|---|---|---|
Unposted Responsible Party
|
unpostedResponsibleParty | string |
Unposted responsible party. |
Unposted Events
|
unpostedEvents | array of UnpostedEvent |
Unposted events. |
ViolationAnnotation
Name | Path | Type | Description |
---|---|---|---|
Violation Events
|
violationEvents | array of ViolationEvent |
Violation events. |
SubmissionTracking
Name | Path | Type | Description |
---|---|---|---|
Estimated Results First Submit Date
|
estimatedResultsFirstSubmitDate | string |
Date in yyyy, yyyy-MM, or yyyy-MM-dd format |
First Mcp Info
|
firstMcpInfo | FirstMcpInfo | |
Submission Infos
|
submissionInfos | array of SubmissionInfo |
Submission infos of the study. |
EnrollmentInfo
Name | Path | Type | Description |
---|---|---|---|
Count
|
count | integer |
Count of the enrollment. |
Enrollment Type
|
type | EnrollmentType |
The type of enrollment. |
BioSpec
Name | Path | Type | Description |
---|---|---|---|
Bio Spec Retention
|
retention | BioSpecRetention |
The retention of biospecimens. |
Description
|
description | string |
Description of the biospec. |
SeeAlsoLink
Name | Path | Type | Description |
---|---|---|---|
Label
|
label | string |
Label of the see also link. |
URL
|
url | string |
URL of the see also link. |
FirstMcpInfo
Name | Path | Type | Description |
---|---|---|---|
Date Struct
|
postDateStruct | DateStruct |
ExpandedAccessTypes
Name | Path | Type | Description |
---|---|---|---|
Individual
|
individual | boolean |
Individual. |
Intermediate
|
intermediate | boolean |
Intermediate. |
Treatment
|
treatment | boolean |
Treatment. |
Intervention
Name | Path | Type | Description |
---|---|---|---|
Intervention Type
|
type | InterventionType |
The type of intervention. |
Name
|
name | string |
Name of the intervention. |
Description
|
description | string |
Description of the intervention. |
Arm Group Labels
|
armGroupLabels | array of string |
Arm group labels of the intervention. |
Other Names
|
otherNames | array of string |
Other names of the intervention. |
SecondaryIdInfo
Name | Path | Type | Description |
---|---|---|---|
ID
|
id | string |
ID of the secondary ID. |
Secondary ID Type
|
type | SecondaryIdType |
The type of secondary identifier. |
Domain
|
domain | string |
Domain of the secondary ID. |
Link
|
link | string |
Link of the secondary ID. |
AvailIpd
Name | Path | Type | Description |
---|---|---|---|
ID
|
id | string |
ID of the available IPD. |
type
|
type | string |
Type of the available IPD. |
URL
|
url | string |
URL of the available IPD. |
Comment
|
comment | string |
Comment of the available IPD. |
LimitationsAndCaveats
Name | Path | Type | Description |
---|---|---|---|
Description
|
description | string |
Description of the limitations and caveats. |
DateStruct
Name | Path | Type | Description |
---|---|---|---|
Date
|
date | string |
Date in yyyy, yyyy-MM, or yyyy-MM-dd format |
Date Type
|
type | DateType |
The type of date. |
SubmissionInfo
Name | Path | Type | Description |
---|---|---|---|
Release Date
|
releaseDate | string |
Date in yyyy, yyyy-MM, or yyyy-MM-dd format |
Unrelease Date
|
unreleaseDate | string |
Date in yyyy, yyyy-MM, or yyyy-MM-dd format |
Unrelease Date Unknown
|
unreleaseDateUnknown | boolean |
Unrelease date unknown. |
Reset Date
|
resetDate | string |
Date in yyyy, yyyy-MM, or yyyy-MM-dd format |
MCP Release N
|
mcpReleaseN | integer |
MCP release N. |
ExpandedAccessInfo
Name | Path | Type | Description |
---|---|---|---|
Has Expanded Access
|
hasExpandedAccess | boolean |
Has expanded access. |
NCT ID
|
nctId | string |
NCT ID of the expanded access. |
Expanded Access Status
|
statusForNctId | ExpandedAccessStatus |
The status of the expanded access of the study. |
AdverseEventsModule
Name | Path | Type | Description |
---|---|---|---|
Adverse Events Module
|
object |
ViolationEvent
Name | Path | Type | Description |
---|---|---|---|
Violation Event Type
|
type | ViolationEventType |
The type of violation event. |
Description
|
description | string |
Description of the violation event. |
Creation Date
|
creationDate | string |
Date in yyyy, yyyy-MM, or yyyy-MM-dd format |
Issued Date
|
issuedDate | string |
Date in yyyy, yyyy-MM, or yyyy-MM-dd format |
Release Date
|
releaseDate | string |
Date in yyyy, yyyy-MM, or yyyy-MM-dd format |
Posted Date
|
postedDate | string |
Date in yyyy, yyyy-MM, or yyyy-MM-dd format |
ArmGroup
Name | Path | Type | Description |
---|---|---|---|
Label
|
label | string |
Label of the arm group. |
Arm Group Type
|
type | ArmGroupType |
The type of arm group. |
Description
|
description | string |
Description of the arm group. |
Intervention Names
|
interventionNames | array of string |
Intervention names of the arm group. |
DesignInfo
Name | Path | Type | Description |
---|---|---|---|
Design Allocation
|
allocation | DesignAllocation |
The allocation of participants to different groups in an interventional study. |
Interventional Assignment
|
interventionModel | InterventionalAssignment |
The assignment of participants to different groups in an interventional study. |
Intervention Model Description
|
interventionModelDescription | string |
Description of the interventional model. |
Primary Purpose
|
primaryPurpose | PrimaryPurpose |
The primary purpose of the study. |
Observational Model
|
observationalModel | ObservationalModel |
The model of the study. |
Design Time Perspective
|
timePerspective | DesignTimePerspective |
The time perspective of the study. |
Masking Block
|
maskingInfo | MaskingBlock |
Organization
Name | Path | Type | Description |
---|---|---|---|
Full Name
|
fullName | string |
Full name of the organization. |
Agency Class
|
class | AgencyClass |
The class of the agency. |
PointOfContact
Name | Path | Type | Description |
---|---|---|---|
Title
|
title | string |
Title of the point of contact. |
Organization
|
organization | string |
Organization of the point of contact. |
Email
|
string |
Email of the point of contact. |
|
Phone
|
phone | string |
Phone of the point of contact. |
Phone Ext
|
phoneExt | string |
Phone extension of the point of contact. |
IpdSharingStatementModule
Name | Path | Type | Description |
---|---|---|---|
IPD Sharing
|
ipdSharing | IpdSharing |
The availability of individual participant data. |
Description
|
description | string |
Description of the IPD sharing statement. |
Info Types
|
infoTypes | array of IpdSharingInfoType |
Info types of the IPD sharing statement. |
Time Frame
|
timeFrame | string |
Time frame of the IPD sharing statement. |
Access Criteria
|
accessCriteria | string |
Access criteria of the IPD sharing statement. |
URL
|
url | string |
URL of the IPD sharing statement. |
OrgStudyIdInfo
Name | Path | Type | Description |
---|---|---|---|
ID
|
id | string |
ID of the organization study ID. |
Org Study ID Type
|
type | OrgStudyIdType |
The type of organization-specific identifier. |
Link
|
link | string |
Link of the organization study ID. |
ResponsibleParty
Name | Path | Type | Description |
---|---|---|---|
Responsible Party Type
|
type | ResponsiblePartyType |
The type of responsible party. |
Investigator Full Name
|
investigatorFullName | string |
Full name of the investigator. |
Investigator Title
|
investigatorTitle | string |
Title of the investigator. |
Investigator Affiliation
|
investigatorAffiliation | string |
Affiliation of the investigator. |
Old Name Title
|
oldNameTitle | string |
Old name title. |
Old Organization
|
oldOrganization | string |
Old organization. |
CertainAgreement
Name | Path | Type | Description |
---|---|---|---|
PI Sponsor Employee
|
piSponsorEmployee | boolean |
PI sponsor employee. |
Agreement Restriction Type
|
restrictionType | AgreementRestrictionType |
The type of agreement restriction. |
Restrictive Agreement
|
restrictiveAgreement | boolean |
Restrictive agreement. |
Other Details
|
otherDetails | string |
Other details. |
UnpostedEvent
Name | Path | Type | Description |
---|---|---|---|
Unposted Event Type
|
type | UnpostedEventType |
The type of unposted event. |
Date
|
date | string |
Date in yyyy, yyyy-MM, or yyyy-MM-dd format |
Date Unknown
|
dateUnknown | boolean |
Date unknown. |
Contact
Name | Path | Type | Description |
---|---|---|---|
Name
|
name | string |
Name of the contact. |
Contact Role
|
role | ContactRole |
The role of the contact. |
Phone
|
phone | string |
Phone of the contact. |
Phone Ext
|
phoneExt | string |
Phone extension of the contact. |
Email
|
string |
Email of the contact. |
PartialDateStruct
Name | Path | Type | Description |
---|---|---|---|
Date
|
date | string |
Date in yyyy, yyyy-MM, or yyyy-MM-dd format |
Date Type
|
type | DateType |
The type of date. |
Outcome
Name | Path | Type | Description |
---|---|---|---|
Measure
|
measure | string |
Measure of the outcome. |
Description
|
description | string |
Description of the outcome. |
Time Frame
|
timeFrame | string |
Time frame of the outcome. |
BaselineCharacteristicsModule
Name | Path | Type | Description |
---|---|---|---|
Baseline Characteristics Module
|
object |
Reference
Name | Path | Type | Description |
---|---|---|---|
PMID
|
pmid | string |
PMID of the reference. |
Reference Type
|
type | ReferenceType |
The type of reference. |
Citation
|
citation | string |
Citation of the reference. |
Retractions
|
retractions | array of Retraction |
Retractions of the reference. |
ParticipantFlowModule
Name | Path | Type | Description |
---|---|---|---|
Participant Flow Module
|
object |
Location
Name | Path | Type | Description |
---|---|---|---|
Facility
|
facility | string |
Facility of the location. |
Status
|
status | string |
The overall status of the study |
City
|
city | string |
City of the location. |
State
|
state | string |
State of the location. |
Zip
|
zip | string |
Zip of the location. |
Country
|
country | string |
Country of the location. |
Contacts
|
contacts | array of Contact |
Contacts of the location. |
Country Code
|
countryCode | string |
Country code of the location. |
Geo Point
|
geoPoint | GeoPoint |
Sponsor
Name | Path | Type | Description |
---|---|---|---|
Name
|
name | string |
Name of the sponsor. |
Agency Class
|
class | AgencyClass |
The class of the agency. |
BrowseModule
Name | Path | Type | Description |
---|---|---|---|
Meshes
|
meshes | array of Mesh |
Meshes of the study. |
Ancestors
|
ancestors | array of Mesh |
Ancestors of the study. |
Browse Leaves
|
browseLeaves | array of BrowseLeaf |
Browse leaves of the study. |
Browse Branches
|
browseBranches | array of BrowseBranch |
Browse branches of the study. |
Official
Name | Path | Type | Description |
---|---|---|---|
Name
|
name | string |
Name of the official. |
Affiliation
|
affiliation | string |
Affiliation of the official. |
Official Role
|
role | OfficialRole |
The role of the official. |
BrowseLeaf
Name | Path | Type | Description |
---|---|---|---|
ID
|
id | string |
ID of the browse leaf. |
Name
|
name | string |
Name of the browse leaf. |
As Found
|
asFound | string |
As found. |
Browse Leaf Relevance
|
relevance | BrowseLeafRelevance |
The relevance of the browse leaf. |
MaskingBlock
Name | Path | Type | Description |
---|---|---|---|
Design Masking
|
masking | DesignMasking |
The masking of the study. |
Masking Description
|
maskingDescription | string |
Description of the masking. |
Who Masked
|
whoMasked | array of WhoMasked |
Who masked. |
Mesh
Name | Path | Type | Description |
---|---|---|---|
ID
|
id | string |
ID of the mesh. |
Term
|
term | string |
Term of the mesh. |
Retraction
Name | Path | Type | Description |
---|---|---|---|
PMID
|
pmid | string |
PMID of the retraction. |
Source
|
source | string |
Source of the retraction. |
BrowseBranch
Name | Path | Type | Description |
---|---|---|---|
Abbrev
|
abbrev | string |
Abbreviation of the browse branch. |
Name
|
name | string |
Name of the browse branch. |
Status
StudyType
Phase
Sex
StandardAge
SamplingMethod
The method used to select participants.
The method used to select participants.
- Sampling Method
- string
IpdSharing
The availability of individual participant data.
The availability of individual participant data.
- IPD Sharing
- string
IpdSharingInfoType
The type of individual participant data shared.
The type of individual participant data shared.
- Ipd Sharing Info Type
- string
OrgStudyIdType
The type of organization-specific identifier.
The type of organization-specific identifier.
- Org Study ID Type
- string
SecondaryIdType
AgencyClass
ExpandedAccessStatus
The status of the expanded access of the study.
The status of the expanded access of the study.
- Expanded Access Status
- string
DateType
ResponsiblePartyType
DesignAllocation
The allocation of participants to different groups in an interventional study.
The allocation of participants to different groups in an interventional study.
- Design Allocation
- string
InterventionalAssignment
The assignment of participants to different groups in an interventional study.
The assignment of participants to different groups in an interventional study.
- Interventional Assignment
- string
PrimaryPurpose
ObservationalModel
DesignTimePerspective
The time perspective of the study.
The time perspective of the study.
- Design Time Perspective
- string
BioSpecRetention
EnrollmentType
ArmGroupType
InterventionType
ContactRole
OfficialRole
ReferenceType
AgreementRestrictionType
The type of agreement restriction.
The type of agreement restriction.
- Agreement Restriction Type
- string
BrowseLeafRelevance
DesignMasking
WhoMasked
UnpostedEventType
ViolationEventType
GeoPoint
Name | Path | Type | Description |
---|---|---|---|
Latitude
|
lat | float |
Latitude of the geo point. |
Longitude
|
lon | float |
Longitude of the geo point. |
string
This is the basic data type 'string'.