Skip to main content
Version: v0.0.3

Interface: ConformanceResult

The result of validateAgainstProfile: the profile's name and the ordered list of findings.

findings.length === 0 is NOT a conformance attestation. It means every rule the profile declared was satisfied: nothing about the parts of the message the profile did not cover, and nothing about clinical correctness. Read it as "no declared rule was violated," never as "conformant."

Properties

findings

readonly findings: readonly ConformanceFinding[]


profileName

readonly profileName: string