/** * HL7 Work Group → expected publisher + committee URL mappings. * * Used by `structure-definition-validator.ts` to check that a canonical * resource's `publisher` and `contact[].telecom` entries are consistent * with the `structuredefinition-wg` extension value. */ export declare const WG_PUBLISHER: Record; export declare const WG_CONTACT_URL: Record; /** Known valid FHIR choice-type suffixes. */ export declare const VALID_CHOICE_TYPE_SUFFIXES: Set; /** Valid element names for context expressions in R4. */ export declare const R4_ELEMENT_DEFINITION_ELEMENTS: Set; export declare const R4_ELEMENT_DEFINITION_NESTED_CONTEXT_ELEMENTS: Set; /** Standards-status codes → allowed publication status values. */ export declare const STATUS_CONSISTENCY: Record; /** Choice-type base names used in differential path validation. */ export declare const CHOICE_TYPE_BASES: string[]; /** Canonical resource types that can carry the WG extension. */ export declare const CANONICAL_RESOURCE_TYPES: Set; //# sourceMappingURL=sd-wg-mappings.d.ts.map