Skip to content

Commit b0b2ce2

Browse files
committed
Rename remaining noteType
1 parent 07876c9 commit b0b2ce2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

openapi/commons/components/schemas/Note.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ properties:
1414
required:
1515
- identifier
1616
- text
17-
- noteType
17+
- type
1818
- patientId
1919
example:
2020
identifier: awesome-note
2121
text: On 12/26/2020, Ms. Chloe Price met with Dr. Prescott in Seattle.
22-
noteType: loinc:LP29684-5
22+
type: loinc:LP29684-5
2323
patientId: awesome-patient

openapi/data-node/components/schemas/NoteCreateRequest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ properties:
55
description: The content of the clinical note
66
type: string
77
example: "On 12/26/2020, Ms. Chloe Price met with Dr. Prescott in Seattle."
8-
noteType:
8+
type:
99
description: The note type (LOINC concept)
1010
type: string
1111
example: "loinc:LP29684-5"
1212
patientId:
1313
$ref: ../../../commons/components/parameters/PatientId.yaml
1414
required:
1515
- text
16-
- noteType
16+
- type
1717
- patientId

openapi/phi-deidentifier/components/schemas/DeidentifyRequest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ example:
3030
note:
3131
identifier: awesome-note
3232
text: On 12/26/2020, Ms. Chloe Price met with Dr. Prescott in Seattle.
33-
noteType: loinc:LP29684-5
33+
type: loinc:LP29684-5
3434
patientId: awesome-patient

0 commit comments

Comments
 (0)