Updated NOTE and NOTE_NLP for pdf syntax.
This commit is contained in:
parent
2bc655d4a2
commit
a95eaac9e2
|
@ -23,7 +23,7 @@ Field|Required|Type|Description
|
||||||
* The type of note_text is CLOB or varchar(MAX) depending on RDBMS
|
* The type of note_text is CLOB or varchar(MAX) depending on RDBMS
|
||||||
* note_class_concept_id is a foreign key to the CONCEPT table to describe a standardized combination of five LOINC axes (role, domain, setting, type of service, and document kind). See below for description.
|
* note_class_concept_id is a foreign key to the CONCEPT table to describe a standardized combination of five LOINC axes (role, domain, setting, type of service, and document kind). See below for description.
|
||||||
|
|
||||||
## Mapping of clinical documents to Clinical Document Ontology (CDO) and standard terminology
|
### Mapping of clinical documents to Clinical Document Ontology (CDO) and standard terminology
|
||||||
|
|
||||||
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:
|
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:
|
||||||
* **Kind of Document:** Characterizes the generalc structure of the document at a macro level (e.g. Anesthesia Consent)
|
* **Kind of Document:** Characterizes the generalc structure of the document at a macro level (e.g. Anesthesia Consent)
|
||||||
|
|
|
@ -17,7 +17,7 @@ term_exists | No | varchar(1) | A summary modifier that signifies presence or ab
|
||||||
term_temporal | No | varchar(50) | An optional time modifier associated with the extracted term. (for now “past” or “present” only). Standardize it later.
|
term_temporal | No | varchar(50) | An optional time modifier associated with the extracted term. (for now “past” or “present” only). Standardize it later.
|
||||||
term_modifiers | No | varchar(2000) | A compact description of all the modifiers of the specific term extracted by the NLP system. (e.g. “son has rash” ? “negated=no,subject=family,certainty=undef,conditional=false,general=false”).
|
term_modifiers | No | varchar(2000) | A compact description of all the modifiers of the specific term extracted by the NLP system. (e.g. “son has rash” ? “negated=no,subject=family,certainty=undef,conditional=false,general=false”).
|
||||||
|
|
||||||
## Conventions
|
### Conventions
|
||||||
|
|
||||||
**Term_exists**
|
**Term_exists**
|
||||||
Term_exists is defined as a flag that indicates if the patient actually has or had the condition. Any of the following modifiers would make Term_exists false:
|
Term_exists is defined as a flag that indicates if the patient actually has or had the condition. Any of the following modifiers would make Term_exists false:
|
||||||
|
|
Loading…
Reference in New Issue