note: note

Description Usage Format Source

Description

Table Description

The NOTE table captures unstructured information that was recorded by a provider about a patient in free text (in ASCII, or preferably in UTF8 format) notes on a given date. The type of note_text is CLOB or varchar(MAX) depending on RDBMS.

ETL Conventions

HL7/LOINC CDO is a standard for consistent naming of documents to support a range of use cases: retrieval, organization, display, and exchange. It guides the creation of LOINC codes for clinical notes. CDO annotates each document with 5 dimensions:

According to CDO requirements, only 2 of the 5 dimensions are required to properly annotate a document; Kind of Document and any one of the other 4 dimensions. However, not all the permutations of the CDO dimensions will necessarily yield an existing LOINC code. Each of these dimensions are contained in the OMOP Vocabulary under the domain of ‘Meas Value’ with each dimension represented as a Concept Class.

Usage

1

Format

A data frame with 170 rows and 13 variables:

note_id

integer

person_id

integer

note_date

Date

note_datetime

POSIXct

note_type_concept_id

integer

note_class_concept_id

integer

note_title

character

note_text

character

encoding_concept_id

integer

language_concept_id

integer

provider_id

integer

visit_occurrence_id

integer

note_source_value

character

...

Source

https://ohdsi.github.io/CommonDataModel/cdm531.html#note

https://www.mtsamples.com/


thewileylab/synPUF documentation built on Aug. 30, 2021, 6:40 p.m.