Clinical notes #1415
arvindshmicrosoft
started this conversation in
General
Clinical notes
#1415
Replies: 1 comment
-
Yes, the notes are 1:1 with encounters. No, there is no other setting that separates them into different files or JSON entries. The notes are base64 encoded in FHIR output as well, so if you have the FHIR, look for the DocumentReference resource associated with each Encounter. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a 1:1 association between clinical notes and medical encounters? When
exporter.clinical_note.export
is set totrue
, I can see that in thenotes
sub-folder, there is one text file produced per patient. I take it that this is the cumulative set of notes for this patient. It looks like dates are used as the "separator" between different notes. Parsing this is not very convenient, so I was wondering if there is any way to export just the notes as JSON files perhaps? Or even one (text) file per encounter (assuming that's the degree of association)?Beta Was this translation helpful? Give feedback.
All reactions