matthewwoo4944
11/08/2022, 11:26 PMrahul1
11/08/2022, 11:34 PMDocumentReference as the root resource, with the DocumentReference.content.url property pointing to the notes content.rahul1
11/08/2022, 11:36 PMBinary resources, and you can see an example here (https://github.com/medplum/foomedical-provider/blob/102d4c2b296b18d30a16d0310c6cf6cffa1117ff/src/pages/PatientPage.tsx#L101-L108). When pulling notes from other systems, this might be necessary.
- However, we think think that leads to poor data hygiene by proliferating unstructured text. When possible, we recommend clients store the note contents as either a ClinicalImpression or Composition resourcematthewwoo4944
11/09/2022, 1:40 PM