PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.omop@1.0.0-ballot
    http://hl7.org/fhir/uv/omop/StructureDefinition/Note
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: Reference
    short: Visit Detail
    refers: ['http://hl7.org/fhir/uv/omop/StructureDefinition/VisitDetail']
    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: Reference
    short: Visit Occurence
    refers: ['http://hl7.org/fhir/uv/omop/StructureDefinition/VisitOccurrence']
    index: 11
  person_id:
    type: Reference
    short: Person
    refers: ['http://hl7.org/fhir/uv/omop/StructureDefinition/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: Reference
    short: Provider
    refers: ['http://hl7.org/fhir/uv/omop/StructureDefinition/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-ballot
class: logical
kind: logical
url: http://hl7.org/fhir/uv/omop/StructureDefinition/Note
base: http://hl7.org/fhir/StructureDefinition/Base
version: 1.0.0-ballot
required: [encoding_concept_id, language_concept_id, note_class_concept_id, note_date, note_id, note_text, note_type_concept_id, person_id]