Function: sectionForLoinc()
sectionForLoinc(
loinc):SectionInfo|undefined
Resolve a section LOINC code to its SectionInfo, or undefined
when unrecognized. This is the fallback section-recognition path used when no
recognized templateId is present.
Parameters
loinc
string
Returns
SectionInfo | undefined
Example
import { sectionForLoinc } from "@cosyte/ccda";
sectionForLoinc("11450-4")?.key; // "problems"