We’re integrating our clinical documentation module with Oracle Health Millennium FHIR R4 and couldn’t locate detailed information in the Open Developer documentation regarding encounter note templates and structured note field handling through FHIR resources.
We’d appreciate clarification on the following points:
-
Encounter Note Templates
- Is there a FHIR endpoint or data model that supports retrieving a list of available encounter note templates (e.g., SOAP note)?
- If not directly available through FHIR resources such as DocumentReference, Composition, or Questionnaire, does Millennium provide any proprietary API to access note templates or the layout/schema used for note documentation?
-
Template Structure Retrieval
- For a given note template, is there a mechanism to retrieve its field-level structure — for example, the individual components within a SOAP note (Subjective, Objective, Assessment, Plan)?
-
Partial Note Updates
- Is it possible to write or update specific sections of a note (e.g., only the “Assessment” section of a SOAP note) without overwriting the entire note content?
Thank you for your guidance.