Objective
For a specific use case we need to capture a Patient’s healthcare proficiency. For that we have three classifications, eg literate
, informed
, and curious
.
Question
What is the FHIR conformant way (resource, extension, etc) to store this?
Context
- We capture the patient’s healthcare proficiency via
Questionnaire
andQuestionnaireResponse
. - With a
Subscription
toQuestionnaireResponse
we trigger the post processing in the backend. - Our backed is tasked to turn the
QuestionnaireResponse
into a FHIR conformant structure. - We make use of
StructureMap
to define the mapping fromQuestionnaireResponse
to target FHIR resources.
Hence which target resource or other FHIR conformant way to store this data?
New contributor
Alexander Heidl is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.