Hello PCC folks,
I have two related questions. The first concerns the Encounter entry
(1.3.6.1.4.1.19376.1.5.3.1.4.14). Is there a good/recommended way of
indicating that no encounter occurred or is scheduled (or that it is
unknown whether encounters occurred or are scheduled)? The reason I ask
is because I'm working with an IG that has a Care Plan Section that
introduces a SHALL conditional that an IHE PCC Encounter
(1.3.6.1.4.1.19376.1.5.3.1.4.14) exist. It's possible to simply
nullFlavor every required element:
<!--Care Plan Section-->
<component>
<section>
<templateId root="2.16.840.1.113883.10.20.1.10"/>
<templateId root="1.3.6.1.4.1.19376.1.5.3.1.3.31"/>
<id root="xxx" extension="xxx"/>
<code code="18776-5" displayName="Plan of Treatment"
codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC"/>
<title>Care Plan Section</title>
<text>Not applicable</text>
<entry>
<encounter classCode="ENC" moodCode="APT">
<templateId root="2.16.840.1.113883.10.20.1.25"/>
<templateId root="1.3.6.1.4.1.19376.1.5.3.1.4.14"/>
<id root="xxx" extension="xxx"/>
<code nullFlavor="NA"/>
<text>
<reference nullFlavor="NA"/>
</text>
</encounter>
</entry>
</section>
</component>
�but I'm wondering if there's a "more correct" way. Are there any
appropriate codes that could be used here?
The second question is along the same lines. A coded results section
(1.3.6.1.4.1.19376.1.5.3.1.3.28) requires a Procedure Entry
(1.3.6.1.4.1.19376.1.5.3.1.4.19). Is there a recommended way to say
that no procedures occurred (or are planned) or that it is unknown
whether procedures occurred (or are planned)? Again, it would be
possible to null out every element, but is there a better way to do this?
Thanks.
--
Andrew McCaffrey
andrew.m...@nist.gov
----
The words above do not necessarily reflect the opinions of my employers
or any organization I may be associated with. In fact, by the time you
read them, they may not even reflect my own opinions anymore.
----
Any mention of commercial products within NIST web pages or email is for
information only; it does not imply recommendation or endorsement by NIST.