Skip to content

Commit

Permalink
Change Default Time Zone Handling (#363)
Browse files Browse the repository at this point in the history
* add tests

* update tests

* update functional tests

* update tests
  • Loading branch information
sowu880 committed Mar 28, 2022
1 parent 3fc00a3 commit 6d9b1cd
Show file tree
Hide file tree
Showing 157 changed files with 231,956 additions and 231,791 deletions.
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

0 comments on commit 6d9b1cd

Please sign in to comment.