You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 5, 2025. It is now read-only.
Hi, I get null when I call getEncountersSection() on ContinuityOfCareDocument object, though if I add necessary templateId=2.16.840.1.113883.10.20.22.2.22.1 entry getEncountersSection() returns an object.
As far as I'm aware CCD R1.1 specification doesn't restrict encounters section to have entries:
MAY contain zero or one [0..1] Encounters Section (entries optional) (templateId:2.16.840.1.113883.10.20.22.2.22) (CONF:9457).
Attaching sample maven project with test class which demonstrates this behavior. encounters-demo.zip