Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add phase 2 templates and fix timezone handling #369

Merged
merged 17 commits into from
Apr 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
10 changes: 5 additions & 5 deletions data/SampleData/Ccda/170.314B2_Amb_CCD.ccda
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
<id extension="5283815" root="1.3.6.1.4.1.22812.3.99930.3.3.8"/>
<code codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT-4" code="99231"/>
<effectiveTime>
<low value="20120815090051"/>
<low value="20120815090051-0500"/>
<high value="20130130080051-0500"/>
</effectiveTime>
<performer typeCode="PRF">
Expand Down Expand Up @@ -300,7 +300,7 @@
<encompassingEncounter>
<id extension="5283815" root="1.3.6.1.4.1.22812.3.99930.3.3.4"/>
<effectiveTime>
<low value="20120815090051"/>
<low value="20120815090051-0500"/>
<high value="20130130080051-0500"/>
</effectiveTime>
</encompassingEncounter>
Expand Down Expand Up @@ -985,7 +985,7 @@
<code code="48765-2" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Allergies, adverse reactions, alerts"/>
<statusCode code="completed"/>
<effectiveTime>
<low value="20010110000000"/>
<low value="20010110000000-0500"/>
<high nullFlavor="UNK"/>
</effectiveTime>
<entryRelationship typeCode="SUBJ">
Expand All @@ -996,7 +996,7 @@
<code code="ASSERTION" codeSystem="2.16.840.1.113883.5.4"/>
<statusCode code="completed"/>
<effectiveTime>
<low value="20010110000000"/>
<low value="20010110000000-0500"/>
</effectiveTime>
<value xsi:type="CD" codeSystem="2.16.840.1.113883.6.96" code="416098002" displayName="drug allergy" codeSystemName="SNOMED CT">
<originalText>
Expand Down Expand Up @@ -1947,7 +1947,7 @@
<reference value="#ID0EFADA"/>
</text>
<effectiveTime>
<low value="20120815090051"/>
<low value="20120815090051-0500"/>
<high nullFlavor="UNK"/>
</effectiveTime>
<performer typeCode="PRF">
Expand Down
4 changes: 2 additions & 2 deletions data/SampleData/Ccda/Diagnostic_Imaging_Report.ccda
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
<!-- {root}.26 of requested procedure ID added based on organizational policy (not present in SR sample document because root is not specified by DICOM)-->
<code code="70544" displayName="Magnetic resonance angiography, head; without contrast material(s)" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT4"/>
<effectiveTime>
<low value="20060823222400"/>
<low value="20060823222400-0500"/>
</effectiveTime>
<performer typeCode="PRF">
<templateId root="2.16.840.1.113883.10.20.6.2.1"/>
Expand Down Expand Up @@ -562,7 +562,7 @@ End of Reason for study Section
<!-- Procedure Context template -->
<code code="70548" displayName="Magnetic resonance angiography, head; with contrast material(s)" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT4"/>
<!-- Note: This code is slightly different than the code used in the header documentationOf and overrides it, which is what this entry is for. -->
<effectiveTime value="20060823222400"/>
<effectiveTime value="20060823222400-0500"/>
</act>
</entry>
</section>
Expand Down
6 changes: 3 additions & 3 deletions data/SampleData/Ccda/History_and_Physical.ccda
Original file line number Diff line number Diff line change
Expand Up @@ -1781,7 +1781,7 @@ RESULTS
<reference value="#result1"/>
</text>
<statusCode code="completed"/>
<effectiveTime value="200003231430"/>
<effectiveTime value="20000323143000-0500"/>
<value xsi:type="PQ" value="13.2" unit="g/dl"/>
<interpretationCode code="N" codeSystem="2.16.840.1.113883.5.83"/>
<methodCode/>
Expand Down Expand Up @@ -1813,7 +1813,7 @@ RESULTS
<reference value="#result2"/>
</text>
<statusCode code="completed"/>
<effectiveTime value="200003231430"/>
<effectiveTime value="20000323143000-0500"/>
<value xsi:type="PQ" value="6.7" unit="10+3/ul"/>
<interpretationCode code="N" codeSystem="2.16.840.1.113883.5.83"/>
<methodCode/>
Expand Down Expand Up @@ -1844,7 +1844,7 @@ RESULTS
<reference value="#result3"/>
</text>
<statusCode code="completed"/>
<effectiveTime value="200003231430"/>
<effectiveTime value="20000323143000-0500"/>
<value xsi:type="PQ" value="123" unit="10+3/ul"/>
<interpretationCode code="L" codeSystem="2.16.840.1.113883.5.83"/>
<methodCode/>
Expand Down
Loading