Skip to content

Commit

Permalink
Rename remaining noteType
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter committed Mar 20, 2021
1 parent 07876c9 commit b0b2ce2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions openapi/commons/components/schemas/Note.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ properties:
required:
- identifier
- text
- noteType
- type
- patientId
example:
identifier: awesome-note
text: On 12/26/2020, Ms. Chloe Price met with Dr. Prescott in Seattle.
noteType: loinc:LP29684-5
type: loinc:LP29684-5
patientId: awesome-patient
4 changes: 2 additions & 2 deletions openapi/data-node/components/schemas/NoteCreateRequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ properties:
description: The content of the clinical note
type: string
example: "On 12/26/2020, Ms. Chloe Price met with Dr. Prescott in Seattle."
noteType:
type:
description: The note type (LOINC concept)
type: string
example: "loinc:LP29684-5"
patientId:
$ref: ../../../commons/components/parameters/PatientId.yaml
required:
- text
- noteType
- type
- patientId
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ example:
note:
identifier: awesome-note
text: On 12/26/2020, Ms. Chloe Price met with Dr. Prescott in Seattle.
noteType: loinc:LP29684-5
type: loinc:LP29684-5
patientId: awesome-patient

0 comments on commit b0b2ce2

Please sign in to comment.