Every API here is available over the APIs.io API and to AI agents over MCP.
{
"components": {
"schemas": {
"ACAEligibility": {
"properties": {
"ACAymdtrans": {
"format": "date-time",
"type": "string"
},
"attestationDate": {
"format": "date-time",
"type": "string",
"x-go-name": "AttestationDate"
},
"effectiveDate": {
"format": "date-time",
"type": "string",
"x-go-name": "EffectiveDate"
},
"healthPlan": {
"type": "string",
"x-go-name": "HealthPlan"
},
"isACAPaymentEligible": {
"type": "string",
"x-go-name": "IsACAPaymentEligible"
},
"qualifier": {
"type": "string",
"x-go-name": "Qualifier"
},
"region": {
"type": "string",
"x-go-name": "Region"
},
"termDate": {
"format": "date-time",
"type": "string",
"x-go-name": "TermDate"
}
},
"type": "object",
"x-go-package": "gitlab.centene.com/rtr/provider-rtr/provider-rtr-apis/models/practitioner"
},
"ADA": {
"properties": {
"exteriorBuilding": {
"$ref": "#/components/schemas/ExteriorBuilding"
},
"interiorBuilding": {
"$ref": "#/components/schemas/InteriorBuilding"
},
"parking": {
"$ref": "#/components/schemas/Parking"
},
"programmaticAccess": {
"$ref": "#/components/schemas/ProgrammaticAccess"
}
},
"type": "object",
"x-go-package": "gitlab.centene.com/rtr/provider-rtr/provider-rtr-apis/models/providerLocation"
},
"ADAIndicator": {
"properties": {
"isASL": {
"type": "string",
"x-go-name": "IsASL"
},
"isBasicAccess": {
"type": "string",
"x-go-name": "IsBasicAccess"
},
"isExamTableScale": {
"type": "string",
"x-go-name": "IsExamTableScale"
},
"isExterior": {
"type": "string",
"x-go-name": "IsExterior"
},
"isInterior": {
"type": "string",
"x-go-name": "IsInterior"
},
"isLimitedAccess": {
"type": "string",
"x-go-name": "IsLimitedAccess"
},
"isMedEquipAccess": {
"type": "string",
"x-go-name": "IsMedEquipAccess"
},
"isMeetsAdaAccessibility": {
"type": "string",
"x-go-name": "IsMeetsADAAccessibility"
},
"isParking": {
"type": "string",
"x-go-name": "IsParking"
},
"isPatientArea": {
"type": "string",
"x-go-name": "IsPatientArea"
},
"isPatientDiagnost": {
"type": "string",
"x-go-name": "IsPatientDiagnost"
},
"isRestroom": {
"type": "string",
"x-go-name": "IsRestroom"
},
"isTTY": {
"type": "string",
"x-go-name": "IsTTY"
},
"isTransHalfMile": {
"type": "string",
"x-go-name": "IsTransHalfMile"
}
},
"type": "object",
"x-go-package": "gitlab.centene.com/rtr/provider-rtr/provider-rtr-apis/models/shared"
},
"Accreditation": {
"properties": {
"accredLevel": {
"type": "string",
"x-go-name": "AccredLevel"
},
"accredType": {
"type": "string",
"x-go-name": "AccredType"
},
"effectiveDate": {
"format": "date-time",
"type": "string",
"x-go-name": "EffectiveDate"
},
"expirationDate": {
"format": "date-time",
"type": "string",
"x-go-name": "ExpirationDate"
},
"isAccredited": {
"type": "string",
"x-go-name": "IsAccredited"
},
"type": {
"type": "string",
"x-go-name": "Type"
},
"validationDate": {
"format": "date-time",
"type": "string",
"x-go-name": "ValidationDate"
}
},
"type": "object",
"x-go-package": "gitlab.centene.com/rtr/provider-rtr/provider-rtr-apis/models/shared"
},
"Accreditations": {
"properties": {
"cliaAccreditation": {
"items": {
"$ref": "#/components/schemas/CLIAAccreditation"
},
"type": "array",
"x-go-name": "CLIA"
},
"hcbsAccreditation": {
"items": {
"$ref": "#/components/schemas/HCBSAccreditation"
},
"type": "array",
"x-go-name": "HCBS"
},
"hcfAccreditation": {
"items": {
"$ref": "#/components/schemas/Accreditation"
},
"type": "array",
"x-go-name": "HCF"
},
"ncqAccreditation": {
"items": {
"$ref": "#/components/schemas/Accreditation"
},
"type": "array",
"x-go-name": "NCQ"
},
"tjcAccreditation": {
"items": {
"$ref": "#/components/schemas/Accreditation"
},
"type": "array",
"x-go-name": "TJC"
},
"uraAccreditation": {
"items": {
"$ref": "#/components/schemas/Accreditation"
},
"type": "array",
"x-go-name": "URA"
}
},
"type": "object",
"x-go-package": "gitlab.centene.com/rtr/provider-rtr/provider-rtr-apis/models/shared"
},
"AdditionalAddresses": {
"properties": {
"addressId": {
"type": "string",
"x-go-name": "AddressId"
},
"addressLine1": {
"type": "string",
"x-go-name": "AddressLine1"
},
"addressLine2": {
"type": "string",
"x-go-name": "AddressLine2"
},
"city": {
"type": "string",
"x-go-name": "City"
},
"country": {
"type": "string",
"x-go-name": "Country"
},
"county": {
"type": "string",
"x-go-name": "County"
},
"endDate": {
"format": "date-time",
"type": "string",
"x-go-name": "EndDate"
},
"geoCoords": {
"$ref": "#/components/schemas/GeoCoords"
},
"phoneNumbers": {
"items": {
"$ref": "#/components/schemas/PhoneNumbers"
},
"type": "array",
"x-go-name": "PhoneNumbers"
},
"startDate": {
"format": "date-time",
"type": "string",
"x-go-name": "StartDate"
},
"state": {
"type": "string",
"x-go-name": "State"
},
"stateCode": {
"type": "string",
"x-go-name": "StateCode"
},
"type": {
"type": "string",
"x-go-name": "Type"
},
"zipCode": {
"type": "string",
"x-go-name": "ZipCode"
},
"zipPlus4": {
"type": "string",
"x-go-name": "ZipPlus4"
}
},
"type": "object",
"x-go-package": "gitlab.centene.com/rtr/provider-rtr/provider-rtr-apis/models/shared"
},
"Address": {
"properties": {
"addressId": {
"type": "string",
"x-go-name": "AddressID"
},
"addressLine1": {
"type": "string",
"x-go-name": "AddressLine1"
},
"addressLine2": {
"type": "string",
"x-go-name": "AddressLine2"
},
"billingPhoneNumbers": {
"items": {
"$ref": "#/components/schemas/BillingPhoneNumbers"
},
"type": "array",
"x-go-name": "BillingPhoneNumbers"
},
"city": {
"type": "string",
"x-go-name": "City"
},
"cityId": {
"type": "string",
"x-go-name": "CityId"
},
"country": {
"type": "string",
"x-go-name": "Country"
},
"county": {
"type": "string",
"x-go-name": "County"
},
"countyId": {
"type": "string",
"x-go-name": "CountyId"
},
"endDate": {
"format": "date-time",
"type": "string",
"x-go-name": "EndDate"
},
"fipsCountyCode": {
"type": "string",
"x-go-name": "FipsCountyCode"
},
"geoCoords": {
"$ref": "#/components/schemas/GeoCoords"
},
"startDate": {
"format": "date-time",
"type": "string",
"x-go-name": "StartDate"
},
"state": {
"type": "string",
"x-go-name": "State"
},
"stateCode": {
"type": "string",
"x-go-name": "StateCode"
},
"type": {
"type": "string",
"x-go-name": "Type"
},
"zipCode": {
"type": "string",
"x-go-name": "ZipCode"
},
"zipPlus4": {
"type": "string",
"x-go-name": "Zip4"
}
},
"type": "object",
"x-go-package": "gitlab.centene.com/rtr/provider-rtr/provider-rtr-apis/models/shared"
},
"AdvancedMedicalHomeTier": {
"properties": {
"effectiveDate": {
"format": "date-time",
"type": "string",
"x-go-name": "EffectiveDate"
},
"endDate": {
"format": "date-time",
"type": "string",
"x-go-name": "EndDate"
},
"healthPlan": {
"type": "string",
"x-go-name": "HealthPlan"
},
"tier": {
"type": "string",
"x-go-name": "Tier"
},
"tierType": {
"type": "string",
"x-go-name": "TierType"
}
},
"type": "object",
"x-go-package": "gitlab.centene.com/rtr/provider-rtr/provider-rtr-apis/models/shared"
},
"Affiliation": {
"properties": {
"absSuffix": {
"type": "string",
"x-go-name": "AbsSuffix"
},
"accept": {
"type": "string",
"x-go-name": "Accept"
},
"active": {
"type": "string",
"x-go-name": "Active"
},
"affiliatedAgency": {
"type": "string",
"x-go-name": "AffiliatedAgency"
},
"affiliationNumber": {
"type": "string",
"x-go-name": "AffiliationNumber"
},
"altProviderType": {
"type": "string",
"x-go-name": "AltProviderType"
},
"altProviderTypeDescription": {
"type": "string",
"x-go-name": "AltProviderTypeDescription"
},
"altSpec1": {
"type": "string",
"x-go-name": "AltSpec1"
},
"altSpec1Description": {
"type": "string",
"x-go-name": "AltSpec1Description"
},
"alternateQualifier": {
"type": "string",
"x-go-name": "AlternateQualifier"
},
"area": {
"type": "string",
"x-go-name": "Area"
},
"businessUnit": {
"type": "string",
"x-go-name": "BusinessUnit"
},
"capCycle": {
"type": "string",
"x-go-name": "CapCycle"
},
"capKey": {
"type": "string",
"x-go-name": "CapKey"
},
"capMethod": {
"type": "string",
"x-go-name": "CapMethod"
},
"capStatus": {
"type": "string",
"x-go-name": "CapStatus"
},
"capType": {
"type": "string",
"x-go-name": "CapType"
},
"carrier": {
"type": "string",
"x-go-name": "Carrier"
},
"claimType": {
"type": "string",
"x-go-name": "ClaimType"
},
"classX": {
"type": "string",
"x-go-name": "ClassX"
},
"cnrReason": {
"type": "string",
"x-go-name": "CnrReason"
},
"cnrReasonDescription": {
"type": "string",
"x-go-name": "CnrReasonDescription"
},
"county": {
"type": "string",
"x-go-name": "County"
},
"credRequired": {
"type": "string",
"x-go-name": "CredRequired"
},
"deaNumber": {
"type": "string",
"x-go-name": "DeaNumber"
},
"endDate": {
"format": "date-time",
"type": "string",
"x-go-name": "EndDate"
},
"exceptionFee": {
"type": "string",
"x-go-name": "ExceptionFee"
},
"fundClass": {
"type": "string",
"x-go-name": "FundClass"
},
"groupPracticeNumber": {
"type": "string",
"x-go-name": "GroupPracticeNumber"
},
"hatCode": {
"type": "string",
"x-go-name": "HatCode"
},
"hatCodeDescription": {
"type": "string",
"x-go-name": "HatCodeDescription"
},
"irsNumber": {
"type": "string",
"x-go-name": "IRSNumber"
},
"lag": {
"type": "string",
"x-go-name": "Lag"
},
"losRegion": {
"type": "string",
"x-go-name": "LosRegion"
},
"medicaidNumber": {
"type": "string",
"x-go-name": "MedicaidNumber"
},
"medicareNumber": {
"type": "string",
"x-go-name": "MedicareNumber"
},
"npi": {
"type": "string",
"x-go-name": "NPI"
},
"officeNumber": {
"type": "string",
"x-go-name": "OfficeNumber"
},
"overrideKey": {
"type": "string",
"x-go-name": "OverrideKey"
},
"patientLoad": {
"type": "string",
"x-go-name": "PatientLoad"
},
"payClass": {
"type": "string",
"x-go-name": "PayClass"
},
"payDiscount": {
"type": "string",
"x-go-name": "PayDiscount"
},
"payTo": {
"type": "string",
"x-go-name": "PayTo"
},
"periodTable": {
"type": "string",
"x-go-name": "PeriodTable"
},
"pnlcAId": {
"type": "string",
"x-go-name": "PnlcAID"
},
"pnlcId": {
"type": "string",
"x-go-name": "PnlcID"
},
"poolClass": {
"type": "string",
"x-go-name": "PoolClass"
},
"program": {
"type": "string",
"x-go-name": "Program"
},
"providerId": {
"type": "string",
"x-go-name": "ProviderId"
},
"providerType": {
"type": "string",
"x-go-name": "ProviderType"
},
"providerTypeDescription": {
"type": "string",
"x-go-name": "ProviderTypeDescription"
},
"region": {
"type": "string",
"x-go-name": "Region"
},
"scaleClass": {
"type": "string",
"x-go-name": "ScaleClass"
},
"spec1": {
"type": "string",
"x-go-name": "Spec1"
},
"spec1Description": {
"type": "string",
"x-go-name": "Spec1Description"
},
"startDate": {
"format": "date-time",
"type": "string",
"x-go-name": "StartDate"
},
"status": {
"type": "string",
"x-go-name": "Status"
},
"statusDescription": {
"type": "string",
"x-go-name": "StatusDescription"
},
"subProgram": {
"type": "string",
"x-go-name": "SubProgram"
},
"taxonomy": {
"$ref": "#/components/schemas/Taxonomy"
}
},
"type": "object",
"x-go-package": "gitlab.centene.com/rtr/provider-rtr/provider-rtr-apis/models/shared"
},
"Agreement": {
"properties": {
"agreementId": {
"type": "string",
"x-go-name": "AgreementId"
},
"agreementType": {
"type": "string",
"x-go-name": "AgreementType"
},
"endDate": {
"format": "date-time",
"type": "string",
"x-go-name": "EndDate"
},
"facetsPracId": {
"type": "string",
"x-go-name": "FacetsPracId"
},
"primaryLoc": {
"type": "string",
"x-go-name": "PrimaryLoc"
},
"startDate": {
"format": "date-time",
"type": "string",
"x-go-name": "StartDate"
},
"taxonomy": {
"type": "string",
"x-go-name": "Taxonomy"
},
"termReason": {
"type": "string",
"x-go-name": "TermReason"
},
"termReasonDescription": {
"type": "string",
"x-go-name": "TermReasonDescription"
},
"title": {
"type": "string",
"x-go-name": "Title"
}
},
"type": "object",
"x-go-package": "gitlab.centene.com/rtr/provider-rtr/provider-rtr-apis/models/shared"
},
"AlternateName": {
"properties": {
"firstName": {
"type": "string",
"x-go-name": "FirstName"
},
"lastName": {
"type": "string",
"x-go-name": "LastName"
},
"middleName": {
"type": "string",
"x-go-name": "MiddleName"
}
},
"type": "object",
"x-go-package": "gitlab.centene.com/rtr/provider-rtr/provider-rtr-apis/models/shared"
},
"AmisysGroupRecord": {
"properties": {
"groupNumber": {
"type": "string",
"x-go-name": "GroupNumber"
},
"healthPlan": {
"type": "string",
"x-go-name": "HealthPlan"
}
},
"type": "object",
"x-go-package": "gitlab.centene.com/rtr/provider-rtr/provider-rtr-apis/models/provider"
},
"AmisysInfo": {
"properties": {
"amisysProviderNumber": {
"type": "string",
"x-go-name": "AmisysProviderNumber"
},
"healthPlan": {
"type": "string",
"x-go-name": "HealthPlan"
}
},
"type": "object",
"x-go-package": "gitlab.centene.com/rtr/provider-rtr/provider-rtr-apis/models/practitioner"
},
"AmisysProviderRecord": {
"properties": {
"healthPlan": {
"type": "string",
"x-go-name": "HealthPlan"
},
"providerNumber": {
"type": "string",
"x-go-name": "ProviderNumber"
}
},
"type": "object",
"x-go-package": "gitlab.centene.com/rtr/provider-rtr/provider-rtr-apis/models/provider"
},
"AscensionOwnership": {
"properties": {
"clinicallyIntNet": {
"type": "string",
"x-go-name": "ClinicallyIntNet"
},
"effectiveDate": {
"format": "date-time",
"type": "string",
"x-go-name": "EffectiveDate"
},
"endDate": {
"format": "date-time",
"type": "string",
"x-go-name": "EndDate"
},
"nonClinicallyIntNet": {
"type": "string",
"x-go-name": "NonClinicallyIntNet"
},
"owned": {
"type": "string",
"x-go-name": "Owned"
}
},
"type": "object",
"x-go-package": "gitlab.centene.com/rtr/provider-rtr/provider-rtr-apis/models/shared"
},
"Assessment": {
"properties": {
"committeeDate": {
"format": "date-time",
"type": "string",
"x-go-name": "CommitteeDate"
},
"credentialingCycleInformation": {
"$ref": "#/components/schemas/CredentialingCycleInformation"
},
"cycleStatus": {
"type": "string",
"x-go-name": "CycleStatus"
},
"cycleType": {
"type": "string",
"x-go-name": "CycleType"
},
"endDate": {
"format": "date-time",
"type": "string",
"x-go-name": "EndDate"
},
"startDate": {
"format": "date-time",
"type": "string",
"x-go-name": "StartDate"
}
},
"type": "object",
"x-go-package": "gitlab.centene.com/rtr/provider-rtr/provider-rtr-apis/models/shared"
},
"Attributes": {
"properties": {
"NCAdvancedMedicaidHomeClinicallyIntegratedNetworkDataSharing": {
"items": {
"$ref": "#/components/schemas/NCAdvancedMedicaidHomeClinicallyIntegratedNetworkDataSharing"
},
"type": "array"
},
"facetsPracticeType": {
"type": "string",
"x-go-name": "FacetsPracticeType"
},
"oneCareKansas": {
"$ref": "#/components/schemas/OneCareKansas"
}
},
"type": "object",
"x-go-package": "gitlab.centene.com/rtr/provider-rtr/provider-rtr-apis/models/shared"
},
"Audit": {
"properties": {
"createdBy": {
"type": "string",
"x-go-name": "CreatedBy"
},
"createdOn": {
"format": "date-time",
"type": "string",
"x-go-name": "CreatedOn"
}
},
"type": "object",
"x-go-package": "gitlab.centene.com/rtr/provider-rtr/provider-rtr-apis/models/shared"
},
"BillingPhoneNumbers": {
"properties": {
"areaCode": {
"type": "string",
"x-go-name": "AreaCode"
},
"countryCode": {
"type": "string",
"x-go-name": "CountryCode"
},
"exchange": {
"type": "string",
"x-go-name": "Exchange"
},
"extension": {
"type": "string",
"x-go-name": "Extension"
},
"number": {
"type": "string",
"x-go-name": "Number"
},
"phoneId": {
"type": "string",
"x-go-name": "PhoneId"
},
"type": {
"type": "string",
"x-go-name": "Type"
}
},
"type": "object",
"x-go-package": "gitlab.centene.com/rtr/provider-rtr/provider-rtr-apis/models/shared"
},
"BusinessEntityAffiliations": {
"properties": {
"affiliateBusinessTo": {
"type": "string",
"x-go-name": "AffiliateBusinessTo"
},
"endDate": {
"format": "date-time",
"type": "string",
"x-go-name": "EndDate"
},
"startDate": {
"format": "date-time",
"type": "string",
"x-go-name": "StartDate"
},
"type": {
"type": "string",
"x-go-name": "Type"
}
},
"type": "object",
"x-go-package": "gitlab.centene.com/rtr/provider-rtr/provider-rtr-apis/models/shared"
},
"BusinessIdentifiers": {
"properties": {
"busIdentifier": {
"type": "string",
"x-go-name": "BusIdentifier"
},
"foreignId": {
"type": "string",
"x-go-name": "ForeignId"
}
},
"type": "object",
"x-go-package": "gitlab.centene.com/rtr/provider-rtr/provider-rtr-apis/models/shared"
},
"CAPrisonCred": {
"properties": {
"ACLSBLSExpDate": {
"format": "date-time",
"type": "string"
},
"CDCRHandbookSigDate": {
"format": "date-time",
"type": "string"
},
"CVUExpDate": {
"format": "date-time",
"type": "string"
},
"DEAExpDate": {
"format": "date-time",
"type": "string"
},
"DEAIndicator": {
"type": "string"
},
"TBExpDate": {
"format": "date-time",
"type": "string"
},
"boardCertExpDate": {
"format": "date-time",
"type": "string",
"x-go-name": "BoardCertExpDate"
}
},
"type": "object",
"x-go-package": "gitlab.centene.com/rtr/provider-rtr/provider-rtr-apis/models/shared"
},
"CAPrisonSubSpecialties": {
"properties": {
"subSpecialty1": {
"type": "string",
"x-go-name": "SubSpecialty1"
},
"subSpecialty2": {
"type": "string",
"x-go-name": "SubSpecialty2"
},
"subSpecialty3": {
"type": "string",
"x-go-name": "SubSpecialty3"
},
"subSpecialty4": {
"type": "string",
"x-go-name": "SubSpecialty4"
},
"subSpecialty5": {
"type": "string",
"x-go-name": "SubSpecialty5"
},
"subSpecialty6": {
"type": "string",
"x-go-name": "SubSpecialty6"
}
},
"type": "object",
"x-go-package": "gitlab.centene.com/rtr/provider-rtr/provider-rtr-apis/models/shared"
},
"CAQH": {
"properties": {
"anniversaryDate": {
"format": "date-time",
"type": "string",
"x-go-name": "AnniversaryDate"
},
"attestationDate": {
"format": "date-time",
"type": "string",
"x-go-name": "AttestationDate"
},
"authorizationFlag": {
"type": "string",
"x-go-name": "AuthorizationFlag"
},
"caqhId": {
"type": "string",
"x-go-name": "CAQHId"
},
"certificationStatus": {
"type": "string",
"x-go-name": "CertificationStatus"
},
"effectiveDate": {
"format": "date-time",
"type": "string",
"x-go-name": "EffectiveDate"
},
"nonResponderFlag": {
"type": "string",
"x-go-name": "NonResponderFlag"
},
"planProviderId": {
"type": "string",
"x-go-name": "PlanProviderId"
},
"practiceState": {
"type": "string",
"x-go-name": "PracticeState"
},
"providerStatus": {
"type": "string",
"x-go-name": "ProviderStatus"
},
"rosterStatus": {
"type": "string",
"x-go-name": "RosterStatus"
},
"termDate": {
"format": "date-time",
"type": "string",
"x-go-name": "TermDate"
}
},
"type": "object",
"x-go-package": "gitlab.centene.com/rtr/provider-rtr/provider-rtr-apis/models/practitioner"
},
"CBAS": {
"properties": {
"CBASPaneled": {
"type": "string"
}
},
"type": "object",
"x-go-package": "gitlab.centene.com/rtr/provider-rtr/provider-rtr-apis/models/shared"
},
"CCSCertificate": {
"properties": {
"certNumber": {
"type": "string",
"x-go-name": "CertNumber"
},
"effectiveDate": {
"format": "date-time",
"type": "string",
"x-go-name": "EffectiveDate"
},
"endDate": {
"format": "date-time",
"type": "string",
"x-go-name": "EndDate"
},
"status": {
"type": "string",
"x-go-name": "Status"
}
},
"type": "object",
"x-go-package": "gitlab.centene.com/rtr/provider-rtr/provider-rtr-apis/models/shared"
},
"CDS": {
"properties": {
"expirationDate": {
"format": "date-time",
"type": "string",
"x-go-name": "ExpirationDate"
},
"number": {
"type": "string",
"x-go-name": "Number"
},
"state": {
"type": "string",
"x-go-name": "State"
}
},
"type": "object",
"x-go-package": "gitlab.centene.com/rtr/provider-rtr/provider-rtr-apis/models/practitioner"
},
"CHDPCertificate": {
"properties": {
"certNumber": {
"type": "string",
"x-go-name": "CertNumber"
},
"effectiveDate": {
"format": "date-time",
"type": "string",
"x-go-name": "EffectiveDate"
},
"endDate": {
"format": "date-time",
"type": "string",
"x-go-name": "EndDate"
},
"status": {
"type": "string",
"x-go-name": "Status"
}
},
"type": "object",
"x-go-package": "gitlab.centene.com/rtr/provider-rtr/provider-rtr-apis/models/shared"
},
"CLIAAccreditation": {
"properties": {
"CLIANumber": {
"type": "string"
}
},
"type": "object",
"x-go-package": "gitlab.centene.com/rtr/provider-rtr/provider-rtr-apis/models/shared"
},
"CaveatMessages": {
"properties": {
"code": {
"type": "string",
"x-go-name": "Code"
},
"descriptionFull": {
"type": "string",
"x-go-name": "DescriptionFull"
}
},
"type": "object",
"x-go-package": "gitlab.centene.com/rtr/provider-rtr/provider-rtr-apis/models/shared"
},
"Certification": {
"properties": {
"certificationId": {
"type": "string",
"x-go-name": "CertificationId"
},
"issueDetail": {
"$ref": "#/components/schemas/CertificationIssue"
},
"name": {
"type": "string",
"x-go-name": "Name"
},
"specialtyId": {
"type": "string",
"x-go-name": "SpecialtyId"
},
"type": {
"type": "string",
"x-go-name": "Type"
}
},
"type": "object",
"x-go-package": "gitlab.centene.com/rtr/provider-rtr/provider-rtr-apis/models/shared"
},
"CertificationIssue": {
"properties": {
"duration": {
"type": "string",
"x-go-name": "Duratio
# --- truncated at 32 KB (348 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/centene/refs/heads/main/openapi/centene-provider-rtr-demographics-openapi.json