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 has been 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
The text was updated successfully, but these errors were encountered:
there is an encounter section, there is no addtional templateId=2.16.840.1.113883.10.20.22.2.22.1 within it and according to CCD R1.1 spec it is not required.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, I get
null
when I callgetEncountersSection()
onContinuityOfCareDocument
object, though if I add necessary templateId=2.16.840.1.113883.10.20.22.2.22.1 entrygetEncountersSection()
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
The text was updated successfully, but these errors were encountered: