Skip to content

Commit

Permalink
Add /healthCheck to all services
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter committed Jan 27, 2021
1 parent 74504c0 commit 5011439
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions openapi/date-annotator/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ info:
This NLP tool detects date references in the clinical note specified and
returns a list of date annotations.
tags:
- name: HealthCheck
description: Operations about health checks
- name: TextDateAnnotation
description: Operations about text date annotations
- name: Tool
Expand All @@ -27,6 +29,8 @@ servers:
- url: 'http://example.com/api/v1'
- url: 'https://example.com/api/v1'
paths:
/healthCheck:
$ref: '../commons/paths/healthCheck.yaml'
/textDateAnnotations:
$ref: 'paths/textDateAnnotations.yaml'
/tool:
Expand Down
4 changes: 4 additions & 0 deletions openapi/person-name-annotator/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ info:
This NLP tool detects references of person names in the clinical notes given
as input and returns a list of person name annotations.
tags:
- name: HealthCheck
description: Operations about health checks
- name: TextPersonNameAnnotation
description: Operations about text person name annotations
- name: Tool
Expand All @@ -27,6 +29,8 @@ servers:
- url: 'http://example.com/api/v1'
- url: 'https://example.com/api/v1'
paths:
/healthCheck:
$ref: '../commons/paths/healthCheck.yaml'
/textPersonNameAnnotations:
$ref: 'paths/textPersonNameAnnotations.yaml'
/tool:
Expand Down
4 changes: 4 additions & 0 deletions openapi/phi-deidentifier/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ info:
tags:
- name: DeidentifiedNotes
description: Operations about deidentified notes
- name: HealthCheck
description: Operations about health checks
- name: Tool
description: Operations about this tool
servers:
Expand All @@ -28,6 +30,8 @@ servers:
paths:
/deidentifiedNotes:
$ref: 'paths/deidentifiedNotes.yaml'
/healthCheck:
$ref: '../commons/paths/healthCheck.yaml'
/tool:
$ref: '../commons/paths/tool.yaml'
/tool/dependencies:
Expand Down
4 changes: 4 additions & 0 deletions openapi/physical-address-annotator/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ info:
This NLP tool detects references of physical addresses in the clinical notes
given as input and returns a list of physical address annotations.
tags:
- name: HealthCheck
description: Operations about health checks
- name: TextPhysicalAddressAnnotation
description: Operations about text physical address annotations
- name: Tool
Expand All @@ -27,6 +29,8 @@ servers:
- url: 'http://example.com/api/v1'
- url: 'https://example.com/api/v1'
paths:
/healthCheck:
$ref: '../commons/paths/healthCheck.yaml'
/textPhysicalAddressAnnotations:
$ref: 'paths/textPhysicalAddressAnnotations.yaml'
/tool:
Expand Down

0 comments on commit 5011439

Please sign in to comment.