/** * FHIR R4+ requires a number of core Observation profiles to be applied when * their defining LOINC or SNOMED CT codes are present, even if meta.profile is * absent. Keep this ordered: the reference validator applies the first match. */ /** Return the single FHIR-implied Observation profile, if any. */ export declare function inferCodeBasedProfiles(resource: unknown): string[]; //# sourceMappingURL=code-inferred-profiles.d.ts.map