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. package_name: hl7.fhir.uv.omop derivation: specialization name: Note type: http://hl7.org/fhir/uv/omop/StructureDefinition/Note elements: note_class_concept_id: {type: code, short: Note Class, index: 5} visit_detail_id: {type: integer, short: Visit Detail, index: 12} note_event_id: {type: integer, short: Note Event, index: 14} note_id: {type: code, short: Note Identifier, index: 0} visit_occurrence_id: {type: integer, short: Visit Occurence, index: 11} person_id: {type: integer, short: Person, index: 1} encoding_concept_id: {type: code, short: Encoding, index: 8} note_source_value: {type: string, short: Note Source Value, index: 13} provider_id: {type: integer, short: Provider, index: 10} note_datetime: {type: dateTime, short: Note Datetime, index: 3} note_title: {type: string, short: Title, index: 6} note_event_field_concept_id: {type: code, short: Note Event Field, index: 15} language_concept_id: {type: code, short: Language, index: 9} note_type_concept_id: {type: code, short: Note Type, index: 4} note_date: {type: date, short: Note Date, index: 2} note_text: {type: string, short: Text, index: 7} package_version: 1.0.0 class: logical kind: logical url: http://hl7.org/fhir/uv/omop/StructureDefinition/Note base: http://hl7.org/fhir/StructureDefinition/Base version: 1.0.0 required: [note_text, note_class_concept_id, note_date, person_id, encoding_concept_id, note_id, language_concept_id, note_type_concept_id]