Skip to content

Commit dd5b987

Browse files
committed
link to local tsv
1 parent a7e42a4 commit dd5b987

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/generateDataBasedOnModel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ function generateMappingTables(parsedData, srcResources) {
270270
writable.write(`-->\n\n`);
271271
writable.write(`#### ${srcResource}\n\n`);
272272
writable.write(`The following table shows the mapping from ${srcResource} logical model elements to FHIR profiles.\n\n`);
273-
writable.write(`The source data for the mapping to other FHIR versions of this Implementation Guide can be found in the [Google spreadsheet](https://docs.google.com/spreadsheets/d/1-Eo2eh8iEj5PgzoiWoJdifhlkvXJDXdn5RwaS4-iq-Y/edit?usp=sharing).\n\n`);
273+
writable.write(`The source data for the mapping to other FHIR versions of this Implementation Guide can be found in the [xtehr-model-mapping.tsv](xtehr-model-mapping.tsv) file.\n\n`);
274274

275275
// R4 Table
276276
writable.write(`{% if isR4 %}\n\n`);

0 commit comments

Comments
 (0)