8 lines
121 B
TypeScript
8 lines
121 B
TypeScript
/**
|
|
* FHIR Transforms
|
|
* Export all transform functions
|
|
*/
|
|
|
|
export * from './patient';
|
|
export * from './practitioner';
|