Stream: implementers
Topic: transcribed documents
Donald French (May 15 2019 at 04:49):
Sorry to bother you, however, I have been trying to figure out how to request Transcribed documents pdf/tiff/photos that are in the older medical records. I did find out it is not called a document (at least I do not think it is. I have a need to find all the transcribed documents types for a patient and encounter or date range. I know how to search for the patient.
Thank you
Lloyd McKenzie (May 15 2019 at 05:08):
DocumentReference is likely what you need to hit. It'll either point to or contain the PDF/TIFF/JPEG/whatever - but it will have the metadata that lets you filter by document type, patient, date range, author, etc.
Donald French (May 15 2019 at 05:31):
Thank you.
Michele Mottini (May 15 2019 at 14:59):
...or DiagnosticReport ... depends on the system (on ours would be DiagnosticReport)
Last updated: Apr 12 2022 at 19:14 UTC