Stream: implementers
Topic: FHIR Data
Akira Kakkar (Oct 21 2021 at 06:48):
I am looking at FHIR schema to find the correct places to store annual health check document. Initially this will just be pdf but want to store individual column. Anybody have any idea around this? I was initially thinking this can just be recorded at patient but we realize we'd defenitely want to digitize these data.
Grahame Grieve (Oct 21 2021 at 06:50):
annual health check is quite a lot of data - will span many resources. Typically, Observation, Condition, maybe MedicationStatement, maybe QuestionnaireResponse. Probably with a Composition to link everything together.
Alternatively, if it's just a PDF, then a DocumentReference.
But all this very much depends....
Akira Kakkar (Oct 21 2021 at 06:56):
Thanks @Grahame Grieve
I see. Much more complicated than I was thinking.
Grahame Grieve (Oct 21 2021 at 06:58):
life often (usually?) is. We try to make FHIR as simple as we can, and the reason we try so hard is because health information is fiendishly complicated all on it's own
Last updated: Apr 12 2022 at 19:14 UTC