Skip to content

Commit

Permalink
tag and naming cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Katy Sadowski authored and Katy Sadowski committed May 8, 2024
1 parent 9637922 commit f4337d3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
6 changes: 3 additions & 3 deletions docs/_data/sidebars/mydoc_sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,9 @@ entries:
- title: Negative
url: /tag_negative.html
output: web
- title: Observation Period
url: /tag_observation_period.html
output: web
- title: Patient Reported
url: /tag_patient_reported.html
output: web
Expand Down Expand Up @@ -230,9 +233,6 @@ entries:
- title: Year of Birth
url: /tag_year_of_birth.html
output: web
- title: Observation Period
url: /tag_observation_period.html
output: web



2 changes: 0 additions & 2 deletions docs/_data/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,4 @@ allowed-tags:
- datetime
- patient_reported
- observation_period
- event
- survival
# Copyright 2021 Google LLC
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: Resolving Observation Period End Date without Exact Information on a Last Day
keywords: observation_period, event, survival
keywords: observation period, survival, end date
last_updated: April 30, 2024
tags: [observation_period, event, survival]
tags: [observation_period, dates]
summary: "Resolving observation period end date without exact information on a last day"
sidebar: mydoc_sidebar
permalink: /events_with_no_exact_last_day.html
permalink: /no_exact_last_op_day.html
---

## Issue # and location
Expand Down
4 changes: 2 additions & 2 deletions docs/pages/observation_period/observation_period.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: OBSERVATION_PERIOD
keywords: observation_period, observation_end_date
last_updated: May 04, 2024
tags: [observation_period, event, survival]
tags: [observation_period]
summary: "Conventions related to mapping data into the OBSERVATION_PERIOD table."
sidebar: mydoc_sidebar
permalink: /observation_period.html
Expand All @@ -12,5 +12,5 @@ permalink: /observation_period.html

| **Field** | **Convention** |
|:--------|:-------|
| OBSERVATION_PERIOD_END_DATE | [Resolving Observation Period End Date without Exact Information on a Last Day](events_with_no_exact_last_day.html) |
| OBSERVATION_PERIOD_END_DATE | [Resolving Observation Period End Date without Exact Information on a Last Day](no_exact_last_op_day.html) |
|=====

0 comments on commit f4337d3

Please sign in to comment.