Skip to content
This repository was archived by the owner on Jan 5, 2025. It is now read-only.
This repository was archived by the owner on Jan 5, 2025. It is now read-only.

ProblemObservations are not present in ContinuityOfCareDocument if templateId for IHE PCC is present #137

@StanislauParuchnik

Description

@StanislauParuchnik

Hi, I have a CCD R1.1 documents which have the following problem observations piece:
<observation classCode="OBS" moodCode="EVN">
    <templateId root="2.16.840.1.113883.10.20.22.4.4"/>
    <templateId root="2.16.840.1.113883.10.20.1.28"/>
    <templateId root="1.3.6.1.4.1.19376.1.5.3.1.4.5"/>

TemplateId id from IHE PCC specification (in bold) is present saying that this observation is also conformant to IHE PCC ProblemEntry and so the observation is parsed into ProblemEntry object.

I'm wondering if it makes sense that if the document object class is ContinuityOfCareDocument then observation should be parsed into ProblemObservation type defined in CCD if necessary templateId is specified disregarding other templateIds?

Sample maven project demonstrating this:
problems-demo.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions