This section contains an overview of the models used by the different dataset types. These models can also be discovered via the ListDatasets operation.
Model used for the MedicareOptOut
dataset type.
speciality | string or null |
effectiveDate | string <date-time> |
endDate | string <date-time> |
eligibleToOrderAndRefer | boolean |
id | string <uuid> |
hash | string <uuid> |
address | string or null |
firstName | string or null |
middleName | string or null |
lastName | string or null |
prefix | string or null |
suffix | string or null |
npiNumber | integer or null <int64> |
{- "speciality": "string",
- "effectiveDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "eligibleToOrderAndRefer": true,
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "hash": "19686d84-b10d-4f90-b18e-84fd3fa038fd",
- "address": "string",
- "firstName": "string",
- "middleName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "npiNumber": 0
}
Model used for the SAM
dataset type.
classification | string Enum: "Unknown" "Firm" "Individual" "SpecialEntityDesignation" "Vessel" |
openDataFlag | boolean |
duns | string or null |
uei | string or null |
exclusionProgram | string Enum: "Unknown" "Reciprocal" "Nonreciprocal" "Procurement" "NonProcurement" |
excludingAgency | string or null |
ctCode | string or null |
exclusionType | string or null |
additionalComments | string or null |
activeDate | string or null <date-time> |
terminationDate | string or null <date-time> |
recordStatus | string Enum: "Active" "Inactive" |
crossReference | string or null |
samNumber | string or null |
cage | string or null |
creationDate | string or null <date-time> |
id | string <uuid> |
hash | string <uuid> |
address | string or null |
fullName | string or null |
firstName | string or null |
middleName | string or null |
lastName | string or null |
prefix | string or null |
suffix | string or null |
npiNumber | integer or null <int64> |
{- "classification": "Unknown",
- "openDataFlag": true,
- "duns": "string",
- "uei": "string",
- "exclusionProgram": "Unknown",
- "excludingAgency": "string",
- "ctCode": "string",
- "exclusionType": "string",
- "additionalComments": "string",
- "activeDate": "2019-08-24T14:15:22Z",
- "terminationDate": "2019-08-24T14:15:22Z",
- "recordStatus": "Active",
- "crossReference": "string",
- "samNumber": "string",
- "cage": "string",
- "creationDate": "2019-08-24T14:15:22Z",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "hash": "19686d84-b10d-4f90-b18e-84fd3fa038fd",
- "address": "string",
- "fullName": "string",
- "firstName": "string",
- "middleName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "npiNumber": 0
}
Model used for the OFAC
dataset type.
identityNumber | integer <int64> |
type | string Enum: "Individual" "Unknown" |
program | string or null |
title | string or null |
remarks | string or null |
Array of objects or null (OfacAddressRecord) | |
Array of objects or null (OfacAlternateIdentityRecord) | |
id | string <uuid> |
hash | string <uuid> |
dateOfBirth | string or null <date-time> |
fullName | string or null |
{- "identityNumber": 0,
- "type": "Individual",
- "program": "string",
- "title": "string",
- "remarks": "string",
- "addresses": [
- {
- "addressRemarks": "string",
- "address": "string"
}
], - "alternateIdentities": [
- {
- "identityNumber": 0,
- "type": "string",
- "remarks": "string",
- "fullName": "string"
}
], - "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "hash": "19686d84-b10d-4f90-b18e-84fd3fa038fd",
- "dateOfBirth": "2019-08-24T14:15:22Z",
- "fullName": "string"
}
Model used for the OigFugitives
dataset type.
status | string or null |
id | string <uuid> |
hash | string <uuid> |
dateOfBirth | string or null <date-time> |
fullName | string or null |
{- "status": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "hash": "19686d84-b10d-4f90-b18e-84fd3fa038fd",
- "dateOfBirth": "2019-08-24T14:15:22Z",
- "fullName": "string"
}
Model used for the Tricare
dataset type.
addresses | string or null |
companies | string or null |
excludeDate | string or null <date-time> |
summary | string or null |
term | string or null |
id | string <uuid> |
hash | string <uuid> |
fullName | string or null |
{- "addresses": "string",
- "companies": "string",
- "excludeDate": "2019-08-24T14:15:22Z",
- "summary": "string",
- "term": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "hash": "19686d84-b10d-4f90-b18e-84fd3fa038fd",
- "fullName": "string"
}
Model used for the OigExclusions
dataset type.
businessName | string or null |
general | string or null |
specialty | string or null |
upin | integer or null <int32> |
exclusionType | string or null |
exclusionDate | string <date-time> |
id | string <uuid> |
hash | string <uuid> |
address | string or null |
dateOfBirth | string or null <date-time> |
firstName | string or null |
middleName | string or null |
lastName | string or null |
prefix | string or null |
suffix | string or null |
npiNumber | integer or null <int64> |
{- "businessName": "string",
- "general": "string",
- "specialty": "string",
- "upin": 0,
- "exclusionType": "string",
- "exclusionDate": "2019-08-24T14:15:22Z",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "hash": "19686d84-b10d-4f90-b18e-84fd3fa038fd",
- "address": "string",
- "dateOfBirth": "2019-08-24T14:15:22Z",
- "firstName": "string",
- "middleName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "npiNumber": 0
}
Model used for the StateSanctionsAndExclusions
dataset type
object (StateSanctionsAndExclusionsSource) | |
providerType | string or null |
Array of objects or null (StateSanctionsAndExclusionsProviderAlias) | |
object (StateSanctionsAndExclusionsExclusionDetails) | |
object or null | |
id | string <uuid> |
hash | string <uuid> |
address | string or null |
dateOfBirth | string or null <date-time> |
fullName | string or null |
firstName | string or null |
middleName | string or null |
lastName | string or null |
prefix | string or null |
suffix | string or null |
npiNumber | integer or null <int64> |
{- "source": {
- "state": "AL",
- "name": "string"
}, - "providerType": "string",
- "aliases": [
- {
- "fullName": "string",
- "firstName": "string",
- "middleName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string"
}
], - "exclusionDetails": {
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "period": "string",
- "reason": "string",
- "authority": "string",
- "providerId": "string"
}, - "additionalInfo": {
- "property1": "string",
- "property2": "string"
}, - "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "hash": "19686d84-b10d-4f90-b18e-84fd3fa038fd",
- "address": "string",
- "dateOfBirth": "2019-08-24T14:15:22Z",
- "fullName": "string",
- "firstName": "string",
- "middleName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "npiNumber": 0
}
Model used for the NPDB
dataset type
object (NpdbSubjectInformation) | |
object (NpdbQueryInformation) | |
Array of objects or null (NpdbReportInformation) | |
reportPaths | Array of strings or null |
id | string <uuid> |
hash | string <uuid> |
{- "subjectInformation": {
- "name": "Kelly June Washington",
- "dateOfBirth": "1988-11-6",
- "organizationName": "UCSF",
- "organizationType": "Medical Group/Practice",
- "organizationTypeCode": "365",
- "workAddress": {
- "state": "CA",
- "zipCode": "94123",
- "city": "San Francisco",
- "addressLine": "The avenue"
}, - "license": "Physician (MD)"
}, - "queryInformation": {
- "statutesQueried": [
- "Title IV",
- "Section 1921",
- "Section 1128E"
], - "queryType": "OneTimeQuery",
- "entityName": "Reporting Entity",
- "authorizedSubmitter": {
- "name": "Jane Smith",
- "phone": "345-6789",
- "title": "CEO"
}
}, - "reports": [
- {
- "reportingEntity": {
- "name": "CPMC Van Ness Campus",
- "additionalName": "Sutter Health",
- "address": {
- "state": "CA",
- "zipCode": "94123",
- "city": "San Francisco",
- "addressLine": "The avenue"
}, - "officeOrName": "Silver Tower",
- "titleOrDepartment": "HR",
- "phone": "5781234567",
- "entityReference": "00000001"
}, - "subject": {
- "name": "Kelly June Washington",
- "dateOfBirth": "1988-11-6",
- "organizationName": "UCSF",
- "organizationType": "Medical Group/Practice",
- "organizationTypeCode": "365",
- "workAddress": {
- "state": "CA",
- "zipCode": "94123",
- "city": "San Francisco",
- "addressLine": "The avenue"
}, - "license": "Physician (MD)",
- "otherNames": "",
- "deceased": "",
- "ssn": "*****4057",
- "npi": "1234567890",
- "professionalSchools": [
- {
- "name": "UC Davis",
- "yearOfGraduation": "2008"
}
], - "specialty": "",
- "dea": "123456789012",
- "healthCareEntities": [ ],
- "businessAddress": {
- "state": "CA",
- "zipCode": "94123",
- "city": "San Francisco",
- "addressLine": "The avenue"
}, - "natureOfRelationship": "Subject is Owner/Partner of Affiliate or Associate"
}, - "informationReported": [
- {
- "initialAction": "Revocation of Clinical Privileges",
- "typeOfAdverseAction": "Clinical Privilege",
- "basisForAction": {
- "code": "AA",
- "description": "Failure to Comply With Corrective Action Plan"
}, - "classifications": [
- {
- "code": "1610",
- "description": "REVOCATION OF CLINICAL PRIVILEGES"
}
], - "dateActionWasTaken": "2009-9-7",
- "dateActionBecameEffective": "2009-9-8",
- "lengthOfAction": {
- "type": "indefinite"
}, - "descriptionOfSubjectActs": "test report"
}
], - "subjectStatement": "If the subject identified in Section B of this report has submitted a statement, it appears in this section.",
- "disputeStatus": "reviewRequested",
- "originalSubmission": "2020-10-2",
- "mostRecentChange": "2020-10-3"
}
], - "reportPaths": [
- "string"
], - "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "hash": "19686d84-b10d-4f90-b18e-84fd3fa038fd"
}
Model used for the Death Master File
dataset type
fullName | string or null |
deceased | boolean |
deceasedStateOnRecord | string or null |
dateOfDeath | string or null <date-time> |
lastKnowState | string or null |
lastKnowZipCode | string or null |
lastKnowCountry | string or null |
id | string <uuid> |
hash | string <uuid> |
dateOfBirth | string or null <date-time> |
firstName | string or null |
middleName | string or null |
lastName | string or null |
prefix | string or null |
suffix | string or null |
{- "fullName": "string",
- "deceased": true,
- "deceasedStateOnRecord": "string",
- "dateOfDeath": "2019-08-24T14:15:22Z",
- "lastKnowState": "string",
- "lastKnowZipCode": "string",
- "lastKnowCountry": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "hash": "19686d84-b10d-4f90-b18e-84fd3fa038fd",
- "dateOfBirth": "2019-08-24T14:15:22Z",
- "firstName": "string",
- "middleName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string"
}
Model used for the NPI
dataset type
enumerationType | string or null |
isDeactivated | boolean |
deactivationReason | string or null |
object (NpiProfile.NpiBasicModel) | |
Array of objects or null (NpiProfile.OtherName) | |
Array of objects or null (NpiProfile.Address) | |
Array of objects or null (NpiProfile.Address) | |
Array of objects or null (NpiProfile.Taxonomy) | |
Array of objects or null (NpiProfile.Identifier) | |
id | string <uuid> |
hash | string <uuid> |
firstName | string or null |
middleName | string or null |
lastName | string or null |
prefix | string or null |
suffix | string or null |
npiNumber | integer or null <int64> |
{- "enumerationType": "string",
- "isDeactivated": true,
- "deactivationReason": "string",
- "basic": {
- "replacementNpi": 0,
- "ein": "string",
- "organizationName": "string",
- "lastName": "string",
- "firstName": "string",
- "middleName": "string",
- "namePrefix": "string",
- "nameSuffix": "string",
- "credential": "string",
- "enumerationDate": "2019-08-24T14:15:22Z",
- "lastUpdateDate": "2019-08-24T14:15:22Z",
- "certificationDate": "2019-08-24T14:15:22Z",
- "isSoleProprietor": true,
- "isOrganizationalSubpart": true,
- "parentOrganizationLbn": "string",
- "parentOrganizationTin": "string",
- "authorizedOfficialNamePrefix": "string",
- "authorizedOfficialNameSuffix": "string",
- "authorizedOfficialCredential": "string",
- "authorizedOfficialFirstName": "string",
- "authorizedOfficialLastName": "string",
- "authorizedOfficialMiddleName": "string",
- "authorizedOfficialTelephoneNumber": "string",
- "authorizedOfficialTitleOrPosition": "string",
- "deactivationDate": "2019-08-24T14:15:22Z",
- "reactivationDate": "2019-08-24T14:15:22Z",
- "gender": "string",
- "status": "string",
- "name": "string"
}, - "otherNames": [
- {
- "nameTypeCode": "string",
- "lastName": "string",
- "firstName": "string",
- "middleName": "string",
- "prefix": "string",
- "suffix": "string",
- "credential": "string",
- "type": "string",
- "organizationName": "string"
}
], - "addresses": [
- {
- "addressLine1": "string",
- "addressLine2": "string",
- "state": "AL",
- "postalCode": "string",
- "countryCode": "string",
- "city": "string",
- "telephoneNumber": "string",
- "faxNumber": "string",
- "purpose": "Location",
- "updateDate": "2019-08-24T14:15:22Z"
}
], - "practiceLocations": [
- {
- "addressLine1": "string",
- "addressLine2": "string",
- "state": "AL",
- "postalCode": "string",
- "countryCode": "string",
- "city": "string",
- "telephoneNumber": "string",
- "faxNumber": "string",
- "purpose": "Location",
- "updateDate": "2019-08-24T14:15:22Z"
}
], - "taxonomies": [
- {
- "code": "string",
- "license": "string",
- "state": "AL",
- "isPrimary": true,
- "description": "string",
- "taxonomyGroup": "string"
}
], - "identifiers": [
- {
- "number": "string",
- "code": "string",
- "state": "AL",
- "issuer": "string",
- "description": "string"
}
], - "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "hash": "19686d84-b10d-4f90-b18e-84fd3fa038fd",
- "firstName": "string",
- "middleName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "npiNumber": 0
}
Model used for the NSC
dataset type
Array of objects or null (Degree) | |
Array of objects or null (Enrollment) | |
object (Transaction) | |
Array of objects or null (PersonName) | |
id | string <uuid> |
hash | string <uuid> |
dateOfBirth | string or null <date-time> |
firstName | string or null |
middleName | string or null |
lastName | string or null |
prefix | string or null |
suffix | string or null |
{- "degreeDetails": [
- {
- "nameOnSchoolRecord": {
- "suffix": "string",
- "firstName": "string",
- "lastName": "string",
- "middleName": "string"
}, - "officialNameOfSchool": "string",
- "schoolType": "string",
- "schoolCode": "string",
- "schoolDivision": "string",
- "branchCode": "string",
- "jointInstitution": "string",
- "degreeTitle": "string",
- "awardDate": "2019-08-24T14:15:22Z",
- "majorCoursesOfStudy": [
- {
- "courseName": "string",
- "ncescipCode": "string"
}
], - "minorCoursesOfStudy": [
- {
- "courseName": "string",
- "ncescipCode": "string"
}
], - "majorOptions": [
- {
- "courseName": "string"
}
], - "majorConcentrations": [
- {
- "courseName": "string"
}
], - "academicHonors": "string",
- "honorsProgram": "string",
- "otherHonors": "string",
- "dateOfAttendance": {
- "beginDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z"
}, - "graduated": true
}
], - "enrollmentDetails": [
- {
- "enrollments": [
- {
- "enrollmentStatus": "string",
- "termBeginDate": "2019-08-24T14:15:22Z",
- "termEndDate": "2019-08-24T14:15:22Z",
- "schoolCertifiedOn": "2019-08-24T14:15:22Z",
- "anticipatedGraduationDate": "2019-08-24T14:15:22Z"
}
], - "studentAddress": {
- "address1": "string",
- "address2": "string",
- "city": "string",
- "state": "string",
- "zipCode": "string",
- "province": "string",
- "postalCode": "string",
- "country": "string"
}
}
], - "transaction": {
- "orderId": "string",
- "transactionId": "string",
- "transactionStatus": "string",
- "transactionDescription": "string",
- "dateRequested": "2019-08-24T14:15:22Z",
- "dateNotified": "2019-08-24T14:15:22Z",
- "requestedBy": "string"
}, - "previousNames": [
- {
- "lastName": "string",
- "firstName": "string",
- "middleName": "string"
}
], - "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "hash": "19686d84-b10d-4f90-b18e-84fd3fa038fd",
- "dateOfBirth": "2019-08-24T14:15:22Z",
- "firstName": "string",
- "middleName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string"
}
Model used for the DEA
dataset type.
businessActivityCode | string or null |
drugSchedules | string or null |
expirationDate | string <date-time> |
additionalCompanyInfo | string or null |
address1 | string or null |
address2 | string or null |
city | string or null |
state | string or null |
zipCode | string or null |
businessActivitySubCode | string or null |
paymentIndicator | string Enum: "Paid" "Exempt" |
active | boolean |
object (DeaxModel) | |
degree | string or null |
stateLicenseNumber | string or null |
stateControlledSubstanceLicenseNumber | string or null |
businessActivity | string or null |
id | string <uuid> |
hash | string <uuid> |
registrationNumber | string or null |
fullName | string or null |
{- "businessActivityCode": "string",
- "drugSchedules": "string",
- "expirationDate": "2019-08-24T14:15:22Z",
- "additionalCompanyInfo": "string",
- "address1": "string",
- "address2": "string",
- "city": "string",
- "state": "string",
- "zipCode": "string",
- "businessActivitySubCode": "string",
- "paymentIndicator": "Paid",
- "active": true,
- "deax": {
- "number": "string",
- "certifiedPatientLimit": 0
}, - "degree": "string",
- "stateLicenseNumber": "string",
- "stateControlledSubstanceLicenseNumber": "string",
- "businessActivity": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "hash": "19686d84-b10d-4f90-b18e-84fd3fa038fd",
- "registrationNumber": "string",
- "fullName": "string"
}
Model used for the Cms Preclusion List
dataset type.
id | string <uuid> |
hash | string <uuid> |
firstName | string or null |
middleName | string or null |
lastName | string or null |
prefix | string or null |
suffix | string or null |
npiNumber | integer or null <int64> |
dateOfBirth | string or null <date-time> |
address | string or null |
businessName | string or null |
general | string or null |
speciality | string or null |
ein | integer or null <int64> |
exclusionDate | string or null <date-time> |
claimRejectionDate | string or null <date-time> |
reinstatedDate | string or null <date-time> |
lastUpdate | string or null <date-time> |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "hash": "19686d84-b10d-4f90-b18e-84fd3fa038fd",
- "firstName": "string",
- "middleName": "string",
- "lastName": "string",
- "prefix": "string",
- "suffix": "string",
- "npiNumber": 0,
- "dateOfBirth": "2019-08-24T14:15:22Z",
- "address": "string",
- "businessName": "string",
- "general": "string",
- "speciality": "string",
- "ein": 0,
- "exclusionDate": "2019-08-24T14:15:22Z",
- "claimRejectionDate": "2019-08-24T14:15:22Z",
- "reinstatedDate": "2019-08-24T14:15:22Z",
- "lastUpdate": "2019-08-24T14:15:22Z"
}
Model used for the board ABMS
dataset type.
Array of objects or null (AbmsMemberId) | |
object (AbmsNameRecord) | |
object (AbmsAddressRecord) | |
Array of objects or null (AbmsEducationInfo) | |
Array of objects or null (AbmsCertificationInfo) | |
object (AbmsOccupationInfo) | |
object (AbmsPersonalInfo) | |
object (AbmsExtensibleInfo) | |
restrictions | string or null |
id | string <uuid> |
hash | string <uuid> |
{- "uniqueId": [
- {
- "id": "string",
- "domain": "string"
}
], - "name": {
- "givenName": [
- "string"
], - "familyName": "string",
- "generationIdentifier": "string"
}, - "address": {
- "city": "string",
- "stateOrProvince": "string",
- "postalCode": "string",
- "country": "string",
- "restrictions": "string"
}, - "educationInfo": [
- {
- "degree": "string",
- "endDate": "2019-08-24T14:15:22Z",
- "endDateAccuracy": "string"
}
], - "certificationInfo": [
- {
- "recognitionOrganization": "string",
- "certificationBoard": "string",
- "maintenance": "string",
- "maintenanceRequired": "string",
- "certificateInfo": [
- {
- "name": "string",
- "type": "string",
- "status": "string",
- "maintenance": "string",
- "maintenanceRequired": "string",
- "issuance": [
- {
- "focus": "string",
- "duration": "string",
- "occurrence": "string",
- "issueDate": "2019-08-24T14:15:22Z",
- "issueDateAccuracy": "string",
- "expiryDate": "2019-08-24T14:15:22Z",
- "expiryDateAccuracy": "string",
- "scheduledUpdate": "2019-08-24T14:15:22Z",
- "scheduledUpdateAccuracy": "string",
- "status": "string",
- "notices": [
- null
]
}
], - "recognition": [
- {
- "status": "string",
- "name": "string",
- "type": "string",
- "duration": "string",
- "issueDate": "2019-08-24T14:15:22Z",
- "issueDateAccuracy": "string",
- "expiryDate": "2019-08-24T14:15:22Z",
- "expiryDateAccuracy": "string",
- "scheduledUpdate": "2019-08-24T14:15:22Z",
- "scheduledUpdateAccuracy": "string"
}
]
}
]
}
], - "occupationInfo": {
- "restrictions": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "startDateAccuracy": "string",
- "status": "string"
}, - "personalInfo": {
- "restrictions": "string",
- "physicalStatus": "string",
- "dateOfBirth": "2019-08-24T14:15:22Z",
- "dateOfBirthAccuracy": "string",
- "dateOfBirthRestriction": "string",
- "deceasedDate": "2019-08-24T14:15:22Z"
}, - "extensibleInfo": {
- "disclaimerInfo": [
- {
- "certificationBoard": "string",
- "disclaimer": "string"
}
]
}, - "restrictions": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "hash": "19686d84-b10d-4f90-b18e-84fd3fa038fd"
}
Model used for the board certification datasets.
boardCertificationNumber | string or null |
object (FlexibleDataModel) | |
Array of objects or null (BoardCertification) | |
screenshots | Array of strings or null |
attachments | Array of strings or null |
id | string <uuid> |
hash | string <uuid> |
fullName | string or null |
{- "boardCertificationNumber": "string",
- "additionalProperties": {
- "type": "Form",
- "data": null
}, - "certifications": [
- {
- "boardName": "string",
- "status": "string",
- "isExpired": true,
- "issued": "2019-08-24T14:15:22Z",
- "expires": "2019-08-24T14:15:22Z",
- "mocParticipation": true,
- "additionalProperties": {
- "type": "Form",
- "data": null
}
}
], - "screenshots": [
- "string"
], - "attachments": [
- "string"
], - "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "hash": "19686d84-b10d-4f90-b18e-84fd3fa038fd",
- "fullName": "string"
}
Model used for the certification datasets.
certificateType | string or null |
certificateNumber | string or null |
firstName | string or null |
lastName | string or null |
middleName | string or null |
prefix | string or null |
suffix | string or null |
issueDate | string or null <date-time> |
expirationDate | string or null <date-time> |
certifyingOrganization | string or null |
object (FlexibleDataModel) | |
attachments | Array of strings or null |
id | string <uuid> |
hash | string <uuid> |
fullName | string or null |
{- "certificateType": "string",
- "certificateNumber": "string",
- "firstName": "string",
- "lastName": "string",
- "middleName": "string",
- "prefix": "string",
- "suffix": "string",
- "issueDate": "2019-08-24T14:15:22Z",
- "expirationDate": "2019-08-24T14:15:22Z",
- "certifyingOrganization": "string",
- "additionalProperties": {
- "type": "Form",
- "data": null
}, - "attachments": [
- "string"
], - "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "hash": "19686d84-b10d-4f90-b18e-84fd3fa038fd",
- "fullName": "string"
}