Skip to content

Commit

Permalink
fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
cgmeyer committed Jun 11, 2024
1 parent b0c975b commit b7d6a86
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gdcdictionary/schemas/condition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ properties:
description: The provider associated with condition record, e.g. the provider who made the diagnosis or the provider who recorded the symptom. The ETL may need to make a choice as to which PROVIDER_ID to put here. Based on what is available this may or may not be different than the provider associated with the overall VISIT_OCCURRENCE record, for example the admitting vs attending physician on an EHR record.
type: string

site_id: The care site ID.
site_id:
description: The site ID.
type: string

Expand Down
4 changes: 2 additions & 2 deletions gdcdictionary/schemas/death.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ properties:
description: A foreign key to the concept that refers to the code used in the source. Note, this variable name is abbreviated to ensure it will be allowable across database platforms.
type: string

site_id: The site ID.
description: The site ID.
site_id:
description: The care site ID.
type: string

subjects:
Expand Down
4 changes: 2 additions & 2 deletions gdcdictionary/schemas/drug_exposure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ properties:
description: The directions or signetur on the Drug prescription as recorded in the original prescription and printed on the container or dispensing record.
type: string

site_id: The care site ID.
description: The site ID.
site_id:
description: The care site ID.
type: string

stop_reason:
Expand Down
1 change: 1 addition & 0 deletions gdcdictionary/unused/cardiac_mri.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Merged into Measurement node; from BDC
$schema: "http://json-schema.org/draft-04/schema#"

id: "cardiac_mri"
Expand Down

0 comments on commit b7d6a86

Please sign in to comment.