Skip to content

Commit 71e3151

Browse files
committed
refactor: standardize name for PHQ-9
1 parent b34c8fd commit 71e3151

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • packages/instrument-library/src/forms/PHQ-9

packages/instrument-library/src/forms/patient-health-questionnaire-9/index.ts renamed to packages/instrument-library/src/forms/PHQ-9/index.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* eslint-disable perfectionist/sort-objects */
2-
31
import { defineInstrument } from '/runtime/v1/@opendatacapture/runtime-core';
42
import { omit, sum } from '/runtime/v1/lodash-es@4.x';
53
import { z } from '/runtime/v1/zod@3.23.x';
@@ -15,7 +13,7 @@ export default defineInstrument({
1513
},
1614
internal: {
1715
edition: 1,
18-
name: 'PATIENT_HEALTH_QUESTIONNAIRE_9'
16+
name: 'PHQ_9'
1917
},
2018
content: [
2119
{

0 commit comments

Comments
 (0)