hi medplum team! we're trying to make sure we're c...
# general
s
hi medplum team! we're trying to make sure we're choosing the right models for an assessment scenario we're building, details in thread
this is an assessment that is administered by a practitioner, and the answers are also recorded by the practitioner. the answers pertain to a particular patient.
r
This is a COA? Questionnaire?
s
we're planning on using questionnaire + questionnaire response objects for the majority of this, but we also want a "note" associated with each response
im actually not sure if this particular assessment is considered a COA, I think it may be
r
Is there a FHIR resource associated with Note? (Some options see "Clinical Notes" https://www.medplum.com/docs/fhir-datastore/understanding-uscdi-dataclasses)
The right tool for this is Questionnaire + Bots I believe, but tell me more https://www.medplum.com/docs/bots/bot-for-questionnaire-response
s
this might be considered a "summary note" as far as FHIR dataclass goes, it is essentially a summary / additional context about the answer to the question in the assessment
which piece would the "bot" be responsible for in this scenario? adding extra metadata to questionnaire response?
r
Got it - recommended workflow is to create a questionnaire and then write a bot to create the appropriate resources on response. Bot would create the SummaryNote resource programmatically pulling data as appropriate from the questionnare response
s
and the relationship between the note and the questionnaireResponse would be built with a
linkage
or something else?
r
let me look at the documentation, but yes, this is a FHIR data modeling exercise
FWIW, this is kinda uncommon - QuestionnaireResponse to Observation may be the more standard path, but the questionnaire itself will really be the primary determinant of how to effectively model
s
that is good to know, I think this being uncommon isn't completely surprising because it's a fairly unique program / assessment
I could email you a pdf of a blank assessment if you think that context would help though
r
problem with DocumentReference is that is more of a interop format and not very structured https://www.medplum.com/docs/api/fhir/resources/documentreference
yeah, feel free to email. Many have a code like DSM or something e.g. https://eprovide.mapi-trust.org/instruments/diabetes-symptom-measure - happy to take a look at a blank one
s
awesome, its in your inbox
r
Gimme a bit to review - but I'm on it!
s
cc @taylorqj for context
r
sent in email!
s
thanks, replied with a couple questions but I think that gives us a ton more context
188 Views