core.getkenyafacilityauthorityidentifier
Home > @medplum/core > getKenyaFacilityAuthorityIdentifier
getKenyaFacilityAuthorityIdentifier() function
Signature:
export declare function getKenyaFacilityAuthorityIdentifier(organization: Pick<Organization, 'identifier'> | undefined, preferredSystem?: string): Identifier | undefined;
Parameters
Parameter | Type | Description |
|---|---|---|
organization | Pick<Organization, 'identifier'> | undefined | |
preferredSystem | string | (Optional) |
Returns:
Identifier | undefined