refs/refs/fhir-omop-ig/input/fsh/Note.fsh

26 lines · fsh
1Logical: Note
2Parent: Base
3Id: Note
4Characteristics: #can-be-target
5Title: "Note OMOP Table"
6Description: "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."
8* note_id 1..1 code "Note Identifier" ""
9* person_id 1..1 Reference(Person) "Person" ""
10* note_date 1..1 date "Note Date" "The date the note was recorded."
11* note_datetime 0..1 dateTime "Note Datetime" ""
12* note_type_concept_id 1..1 code "Note Type" "The provenance of the note. Most likely this will be EHR."
13* note_class_concept_id 1..1 code "Note Class" "A Standard Concept Id representing the HL7 LOINC
14Document Type Vocabulary classification of the note."
15* note_title 0..1 string "Title" "The title of the note."
16* note_text 1..1 string "Text" "The content of the note."
17* encoding_concept_id 1..1 code "Encoding" "This is the Concept representing the character encoding type."
18* language_concept_id 1..1 code "Language" "The language of the note."
19* provider_id 0..1 Reference(Provider) "Provider" "The Provider who wrote the note."
20* visit_occurrence_id 0..1 Reference(VisitOccurrence) "Visit Occurence" "The Visit during which the note was written."
21* visit_detail_id 0..1 Reference(VisitDetail) "Visit Detail" "The Visit Detail during which the note was written."
22* note_source_value 0..1 string "Note Source Value" ""
23//* note_event_id 0..1 Reference(NoteEvent) "Note Event"
24* note_event_id 0..1 integer "Note Event" "If the Note record is related to another record in the database, this field is the primary key of the linked record."
25* note_event_field_concept_id 0..1 code "Note Event Field" "If the Note record is related to another record in the database, this field is the CONCEPT_ID that identifies which table the primary key of the linked record came from."