rendering site
This commit is contained in:
parent
91414a60c1
commit
2d42d9cd77
|
@ -1600,7 +1600,8 @@ When populating VISIT_START_DATE, you should think about the patient
|
||||||
experience to make decisions on how to define visits. In the case of an
|
experience to make decisions on how to define visits. In the case of an
|
||||||
inpatient visit this should be the date the patient was admitted to the
|
inpatient visit this should be the date the patient was admitted to the
|
||||||
hospital or institution. In all other cases this should be the date of
|
hospital or institution. In all other cases this should be the date of
|
||||||
the patient-provider interaction.
|
the patient-provider interaction. If this information is not available
|
||||||
|
the record should be dropped.
|
||||||
</td>
|
</td>
|
||||||
<td style="text-align:left;">
|
<td style="text-align:left;">
|
||||||
date
|
date
|
||||||
|
@ -4966,6 +4967,8 @@ quantity
|
||||||
<td style="text-align:left;">
|
<td style="text-align:left;">
|
||||||
</td>
|
</td>
|
||||||
<td style="text-align:left;">
|
<td style="text-align:left;">
|
||||||
|
If there is a record of device exposure in the source but no quantity
|
||||||
|
value, then set to 1.
|
||||||
</td>
|
</td>
|
||||||
<td style="text-align:left;">
|
<td style="text-align:left;">
|
||||||
integer
|
integer
|
||||||
|
@ -8822,14 +8825,14 @@ No
|
||||||
<h3 class="tabset tabset-pills">provider</h3>
|
<h3 class="tabset tabset-pills">provider</h3>
|
||||||
<p><strong>Table Description</strong></p>
|
<p><strong>Table Description</strong></p>
|
||||||
<p>The PROVIDER table contains a list of uniquely identified healthcare
|
<p>The PROVIDER table contains a list of uniquely identified healthcare
|
||||||
providers. These are individuals providing hands-on healthcare to
|
providers; duplication is not allowed. These are individuals providing
|
||||||
patients, such as physicians, nurses, midwives, physical therapists
|
hands-on healthcare to patients, such as physicians, nurses, midwives,
|
||||||
etc.</p>
|
physical therapists etc.</p>
|
||||||
<p><strong>User Guide</strong></p>
|
<p><strong>User Guide</strong></p>
|
||||||
<p>Many sources do not make a distinction between individual and
|
<p>Many sources do not make a distinction between individual and
|
||||||
institutional providers. The PROVIDER table contains the individual
|
institutional providers. The PROVIDER table contains the individual
|
||||||
providers. If the source, instead of uniquely identifying individual
|
providers. If the source only provides limited information such as
|
||||||
providers, only provides limited information such as specialty, generic
|
specialty instead of uniquely identifying individual providers, generic
|
||||||
or ‘pooled’ Provider records are listed in the PROVIDER table.</p>
|
or ‘pooled’ Provider records are listed in the PROVIDER table.</p>
|
||||||
<p><strong>ETL Conventions</strong></p>
|
<p><strong>ETL Conventions</strong></p>
|
||||||
<p>NA</p>
|
<p>NA</p>
|
||||||
|
|
|
@ -1708,7 +1708,8 @@ When populating VISIT_START_DATE, you should think about the patient
|
||||||
experience to make decisions on how to define visits. In the case of an
|
experience to make decisions on how to define visits. In the case of an
|
||||||
inpatient visit this should be the date the patient was admitted to the
|
inpatient visit this should be the date the patient was admitted to the
|
||||||
hospital or institution. In all other cases this should be the date of
|
hospital or institution. In all other cases this should be the date of
|
||||||
the patient-provider interaction.
|
the patient-provider interaction. If this information is not available
|
||||||
|
the record should be dropped.
|
||||||
</td>
|
</td>
|
||||||
<td style="text-align:left;">
|
<td style="text-align:left;">
|
||||||
date
|
date
|
||||||
|
@ -5171,6 +5172,8 @@ quantity
|
||||||
<td style="text-align:left;">
|
<td style="text-align:left;">
|
||||||
</td>
|
</td>
|
||||||
<td style="text-align:left;">
|
<td style="text-align:left;">
|
||||||
|
If there is a record of device exposure in the source but no quantity
|
||||||
|
value, then set to 1.
|
||||||
</td>
|
</td>
|
||||||
<td style="text-align:left;">
|
<td style="text-align:left;">
|
||||||
integer
|
integer
|
||||||
|
@ -9495,14 +9498,14 @@ No
|
||||||
<h3 class="tabset tabset-pills">provider</h3>
|
<h3 class="tabset tabset-pills">provider</h3>
|
||||||
<p><strong>Table Description</strong></p>
|
<p><strong>Table Description</strong></p>
|
||||||
<p>The PROVIDER table contains a list of uniquely identified healthcare
|
<p>The PROVIDER table contains a list of uniquely identified healthcare
|
||||||
providers. These are individuals providing hands-on healthcare to
|
providers; duplication is not allowed. These are individuals providing
|
||||||
patients, such as physicians, nurses, midwives, physical therapists
|
hands-on healthcare to patients, such as physicians, nurses, midwives,
|
||||||
etc.</p>
|
physical therapists etc.</p>
|
||||||
<p><strong>User Guide</strong></p>
|
<p><strong>User Guide</strong></p>
|
||||||
<p>Many sources do not make a distinction between individual and
|
<p>Many sources do not make a distinction between individual and
|
||||||
institutional providers. The PROVIDER table contains the individual
|
institutional providers. The PROVIDER table contains the individual
|
||||||
providers. If the source, instead of uniquely identifying individual
|
providers. If the source only provides limited information such as
|
||||||
providers, only provides limited information such as specialty, generic
|
specialty instead of uniquely identifying individual providers, generic
|
||||||
or ‘pooled’ Provider records are listed in the PROVIDER table.</p>
|
or ‘pooled’ Provider records are listed in the PROVIDER table.</p>
|
||||||
<p><strong>ETL Conventions</strong></p>
|
<p><strong>ETL Conventions</strong></p>
|
||||||
<p>NA</p>
|
<p>NA</p>
|
||||||
|
|
Loading…
Reference in New Issue