Skip to main content

TypeAlias.UntpClaim

type UntpClaim = {
applicablePeriod?: {
endDate: string;
periodInformation?: string;
startDate: string;
type: ["Period"];
};
claimDate: string;
claimedPerformance: {
measure: {
lowerTolerance?: number;
unit: string;
upperTolerance?: number;
value: number;
};
metric: {
id: string;
name: string;
type: ["PerformanceMetric"];
};
score: {
code: string;
definition?: string;
rank?: number;
type: ["Score"];
};
type: ["Performance"];
}[];
conformityTopic: {
definition?: string;
id: string;
name: string;
type: ["ConformityTopic"];
}[];
description?: string;
evidence?: {
digestMultibase?: string;
linkName: string;
linkType?: string;
linkURL: string;
mediaType?: string;
}[];
id: string;
name: string;
referenceCriteria: {
id: string;
name: string;
type: ["Criterion"];
}[];
referenceRegulation?: {
id: string;
name: string;
type: ["Regulation"];
}[];
referenceStandard?: {
id: string;
name: string;
type: ["Standard"];
}[];
type: ["Claim"];
};

Type Declaration

NameType
applicablePeriod?{ endDate: string; periodInformation?: string; startDate: string; type: ["Period"]; }
applicablePeriod.endDatestring
applicablePeriod.periodInformation?string
applicablePeriod.startDatestring
applicablePeriod.type["Period"]
claimDatestring
claimedPerformance{ measure: { lowerTolerance?: number; unit: string; upperTolerance?: number; value: number; }; metric: { id: string; name: string; type: ["PerformanceMetric"]; }; score: { code: string; definition?: string; rank?: number; type: ["Score"]; }; type: ["Performance"]; }[]
conformityTopic{ definition?: string; id: string; name: string; type: ["ConformityTopic"]; }[]
description?string
evidence?{ digestMultibase?: string; linkName: string; linkType?: string; linkURL: string; mediaType?: string; }[]
idstring
namestring
referenceCriteria{ id: string; name: string; type: ["Criterion"]; }[]
referenceRegulation?{ id: string; name: string; type: ["Regulation"]; }[]
referenceStandard?{ id: string; name: string; type: ["Standard"]; }[]
type["Claim"]