From 68b2bf92f0b69477d1c953bf80c3816419e6f64f Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Mon, 26 Jul 2021 21:35:52 -0400 Subject: [PATCH 1/5] Update to 1.0.59-SNAPSHOT for development --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ce03e6d..63bffbb 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ org.sitenv referenceccdavalidator - 1.0.58 + 1.0.59-SNAPSHOT war Reference CCDA Validator From 82dc6855a3ae63e8742d5d1cfed3ffc9cd2926f8 Mon Sep 17 00:00:00 2001 From: bharris Date: Mon, 26 Jul 2021 08:43:24 -0400 Subject: [PATCH 2/5] Bumped Spring Framework to new version. Made all validator beans to use @RequestScope --- pom.xml | 2 +- .../validators/content/ReferenceContentValidator.java | 2 ++ .../referenceccda/validators/schema/ReferenceCCDAValidator.java | 2 ++ .../validators/vocabulary/VocabularyCCDAValidator.java | 2 ++ 4 files changed, 7 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 63bffbb..6b65183 100644 --- a/pom.xml +++ b/pom.xml @@ -265,7 +265,7 @@ org.springframework spring-framework-bom - 4.2.4.RELEASE + 4.3.30.RELEASE pom import diff --git a/src/main/java/org/sitenv/referenceccda/validators/content/ReferenceContentValidator.java b/src/main/java/org/sitenv/referenceccda/validators/content/ReferenceContentValidator.java index 32abf26..19f22c7 100644 --- a/src/main/java/org/sitenv/referenceccda/validators/content/ReferenceContentValidator.java +++ b/src/main/java/org/sitenv/referenceccda/validators/content/ReferenceContentValidator.java @@ -12,12 +12,14 @@ import org.sitenv.vocabularies.constants.VocabularyConstants.SeverityLevel; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; +import org.springframework.web.context.annotation.RequestScope; import org.xml.sax.SAXException; /** * Created by Brian on 8/15/2016. */ +@RequestScope @Component public class ReferenceContentValidator extends BaseCCDAValidator implements CCDAValidator { private ContentValidatorService contentValidatorService; diff --git a/src/main/java/org/sitenv/referenceccda/validators/schema/ReferenceCCDAValidator.java b/src/main/java/org/sitenv/referenceccda/validators/schema/ReferenceCCDAValidator.java index b6daec7..7ff9974 100644 --- a/src/main/java/org/sitenv/referenceccda/validators/schema/ReferenceCCDAValidator.java +++ b/src/main/java/org/sitenv/referenceccda/validators/schema/ReferenceCCDAValidator.java @@ -55,8 +55,10 @@ import org.sitenv.vocabularies.constants.VocabularyConstants; import org.sitenv.vocabularies.constants.VocabularyConstants.SeverityLevel; import org.springframework.stereotype.Component; +import org.springframework.web.context.annotation.RequestScope; import org.xml.sax.SAXException; +@RequestScope @Component public class ReferenceCCDAValidator extends BaseCCDAValidator implements CCDAValidator { private static Logger logger = Logger.getLogger(ReferenceCCDAValidator.class); diff --git a/src/main/java/org/sitenv/referenceccda/validators/vocabulary/VocabularyCCDAValidator.java b/src/main/java/org/sitenv/referenceccda/validators/vocabulary/VocabularyCCDAValidator.java index 4e7e642..345880e 100644 --- a/src/main/java/org/sitenv/referenceccda/validators/vocabulary/VocabularyCCDAValidator.java +++ b/src/main/java/org/sitenv/referenceccda/validators/vocabulary/VocabularyCCDAValidator.java @@ -19,8 +19,10 @@ import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Value; import org.springframework.stereotype.Component; +import org.springframework.web.context.annotation.RequestScope; import org.xml.sax.SAXException; +@RequestScope @Component public class VocabularyCCDAValidator extends BaseCCDAValidator implements CCDAValidator { @Value("${referenceccda.configFile}") From 87cd523c045a3101a94cf17946bb6d0f8e7e94cd Mon Sep 17 00:00:00 2001 From: Sandeep Savarala Date: Tue, 24 Aug 2021 14:59:10 -0400 Subject: [PATCH 3/5] Create SECURITY.md --- SECURITY.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..034e848 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,21 @@ +# Security Policy + +## Supported Versions + +Use this section to tell people about which versions of your project are +currently being supported with security updates. + +| Version | Supported | +| ------- | ------------------ | +| 5.1.x | :white_check_mark: | +| 5.0.x | :x: | +| 4.0.x | :white_check_mark: | +| < 4.0 | :x: | + +## Reporting a Vulnerability + +Use this section to tell people how to report a vulnerability. + +Tell them where to go, how often they can expect to get an update on a +reported vulnerability, what to expect if the vulnerability is accepted or +declined, etc. From a40581d4dabcd4be873a55f1a1596ddcc78685ce Mon Sep 17 00:00:00 2001 From: Sandeep Savarala Date: Thu, 26 Aug 2021 13:15:58 -0400 Subject: [PATCH 4/5] Update SECURITY.md --- SECURITY.md | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 034e848..66a0c86 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,21 +1,10 @@ # Security Policy ## Supported Versions +latest release only -Use this section to tell people about which versions of your project are -currently being supported with security updates. - -| Version | Supported | -| ------- | ------------------ | -| 5.1.x | :white_check_mark: | -| 5.0.x | :x: | -| 4.0.x | :white_check_mark: | -| < 4.0 | :x: | +## Review Interval +4 months ## Reporting a Vulnerability - -Use this section to tell people how to report a vulnerability. - -Tell them where to go, how often they can expect to get an update on a -reported vulnerability, what to expect if the vulnerability is accepted or -declined, etc. +Use google groups to report.https://groups.google.com/g/edge-test-tool From 65688ac949e6a56e80b281a9bbea800331aa9ba3 Mon Sep 17 00:00:00 2001 From: Sean Muir Date: Thu, 26 Aug 2021 17:38:09 -0400 Subject: [PATCH 5/5] Updates to support IVL_REAL Added sample files added unit tests modified pom to latest version of model and mdht --- pom.xml | 4 +- .../referenceccda/test/tests/RefCCDATest.java | 25 +- src/test/resources/ivl_real_example.xml | 1674 +++++++++++++++++ src/test/resources/ivl_real_example2.xml | 1671 ++++++++++++++++ 4 files changed, 3370 insertions(+), 4 deletions(-) create mode 100644 src/test/resources/ivl_real_example.xml create mode 100644 src/test/resources/ivl_real_example2.xml diff --git a/pom.xml b/pom.xml index 6b65183..bde040a 100644 --- a/pom.xml +++ b/pom.xml @@ -15,9 +15,9 @@ latestVersion latestVersion - 3.0.0.20210720 + 3.0.0.20210824 ${mdht.models.version} - 3.0.0.202107200500 + 3.0.0.202108241912 diff --git a/src/test/java/org/sitenv/referenceccda/test/tests/RefCCDATest.java b/src/test/java/org/sitenv/referenceccda/test/tests/RefCCDATest.java index facd718..3aaa67e 100644 --- a/src/test/java/org/sitenv/referenceccda/test/tests/RefCCDATest.java +++ b/src/test/java/org/sitenv/referenceccda/test/tests/RefCCDATest.java @@ -65,7 +65,7 @@ public class RefCCDATest extends ReferenceValidationTester implements Validation SUB_SOCIAL_HISTORY_WITH_BIRTH_SEX_OBS_TEMPLATE_SITE_3094 = 15, SUB_PROCEDURES_WITH_DEVICE_IDENTIFIER_OBSERVATION_SITE_3218 = 16, SUB_PROCEDURES_WITH_DEVICE_IDENTIFIER_OBSERVATION_BAD_VALUE_ROOT_SITE_3218 = 17, - DS4P_REFRAIN_OBSERVATION = 18; + DS4P_REFRAIN_OBSERVATION = 18,IVL_REAL_EXAMPLE=19,IVL_REAL_EXAMPLE2=20; // Feel free to add docs to the end but don't alter existing data @@ -91,7 +91,10 @@ public class RefCCDATest extends ReferenceValidationTester implements Validation RefCCDATest.class.getResource("/SocialHistoryWithBirthSexObsTemplateSite3094.xml").toURI(), RefCCDATest.class.getResource("/subProceduresWithDeviceIdentifierObservationSite3218.xml").toURI(), RefCCDATest.class.getResource("/subProceduresWithDeviceIdentifierObservationBadValueRootSite3218.xml").toURI(), - RefCCDATest.class.getResource("/DS4PRefrainTest.xml").toURI() + RefCCDATest.class.getResource("/DS4PRefrainTest.xml").toURI(), + RefCCDATest.class.getResource("/ivl_real_example.xml").toURI(), + RefCCDATest.class.getResource("/ivl_real_example2.xml").toURI() + }; } catch (URISyntaxException e) { if (LOG_RESULTS_TO_CONSOLE) @@ -747,6 +750,24 @@ public void ds4pRefrainTerminologyUpdate_ExpectPassTest() { failIfIssueIsInResults(results, ValidationResultType.CCDA_MDHT_CONFORMANCE_ERROR, ds4PRefrainError); } + + @Test + public void ivlrealUpdateTest() { + List results = getMDHTErrorsFromResults(validateDocumentAndReturnResults( + convertCCDAFileToString(CCDA_FILES[IVL_REAL_EXAMPLE]), CCDATypes.CCDAR21_OR_CCDAR11)); + printResultsBasedOnFlags(results); + failIfIssueIsInResults(results, ValidationResultType.CCDA_MDHT_CONFORMANCE_ERROR, "CONF:1198-7143"); + } + + + @Test + public void ivlrealUpdate2Test() { + List results = getMDHTErrorsFromResults(validateDocumentAndReturnResults( + convertCCDAFileToString(CCDA_FILES[IVL_REAL_EXAMPLE2]), CCDATypes.CCDAR21_OR_CCDAR11)); + printResultsBasedOnFlags(results); + passIfIssueIsInResults(results, ValidationResultType.CCDA_MDHT_CONFORMANCE_ERROR, "CONF:1198-7143"); + } + /* * Advanced Directive choice test */ diff --git a/src/test/resources/ivl_real_example.xml b/src/test/resources/ivl_real_example.xml new file mode 100644 index 0000000..3945621 --- /dev/null +++ b/src/test/resources/ivl_real_example.xml @@ -0,0 +1,1674 @@ + + + + + + + + + + + Summary of Care + + + + + + + + + + + + + Labs + Mjs + + + + + + + + + + + + + + WI HARBOR BLUFF HOSPITALS + + + 1301 TOKAY BLVD + SUITE 17 + DANE + MADISON + WI + 53719 + + + + + + + + + + + WI HARBOR BLUFF HOSPITALS + + + 1301 TOKAY BLVD + SUITE 17 + DANE + MADISON + WI + 53719 + + + + + + + + + + + + + + + Primary Care Provider + + + + + + + + + + + + + + + + + + + + + + Office Visit + + + + + + + + IC S1 Cypher North Metro + + + + + + + + Beckyyy + Graveen + + + + WI HARBOR BLUFF HOSPITALS + + + + + + + + + + Family Practice + + + + WI Harbor Bluff North Family Practice + + + + + WI HARBOR BLUFF NORTH + + + + WI HARBOR BLUFF HOSPITALS + + + + + + + + + + + +
+ + Source Comments + Hello please see this very nice document.Current Development Environment (CDE) +
+
+ +
+ + + + Reason for Referral + + + + Consultation - New Request + + + + + + + + + + + + + + + + + + + + +
SpecialtyDiagnoses / ProceduresReferred By ContactReferred To Contact
Lab + Procedures + PROTHROMBIN + + Graveen, Beckyyy, MD + IC S1 Cypher North Metro + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Referral IDStatusReasonStart DateExpiration DateVisits RequestedVisits Authorized
1000281854New Request + Service Not Available at Clinic + 8/3/2021 + 44
+
+ Electronically signed by Beckyyy Graveen MD at 08/03/2021 2:21 PM CDT +
+ + Consultation - New Request + + + + + + + + + + + + + + + + + + + + +
SpecialtyDiagnoses / ProceduresReferred By ContactReferred To Contact
Lab + Procedures + ANTINUCLEAR ANTIBODIES TITER + + Graveen, Beckyyy, MD + IC S1 Cypher North Metro + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Referral IDStatusReasonStart DateExpiration DateVisits RequestedVisits Authorized
1000281853New Request + Service Not Available at Clinic + 8/3/2021 + 44
+
+ Electronically signed by Beckyyy Graveen MD at 08/03/2021 2:21 PM CDT +
+
+
+
+
+ +
+ + + + + + Encounter Details + + + + + + + + + + + + + + + + + + + + + + + + +
DateTypeDepartmentCare TeamDescription
08/03/2021Office Visit + WI Harbor Bluff North Family Practice + + Graveen, Beckyyy, MD + IC S1 Cypher North Metro + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + Family Practice + + + + IC S1 Cypher North Metro + + + + + + + + Beckyyy + Graveen + MD + + + + Current Development Environment (CDE) + + 600 East Bannimer Ave + LOS ANGELE + ENCINO + CA + 53703 + USA + + + + + + + + + + Family Practice + + + + + WI Harbor Bluff North Family Practice + Family Practice + + + + + +
+
+ +
+ + + + + + + Allergies + + Not on File + documented as of this encounter (statuses as of 08/03/2021) + +
+
+ +
+ + + + + + + Medications + + Please verify all current medications with the patient. +
+
+ Not on file + documented as of this encounter (statuses as of 08/03/2021) +
+
+
+ +
+ + + + + + + Active Problems + + Not on file + documented as of this encounter (statuses as of 08/03/2021) + +
+
+ +
+ + + + + + + Immunizations + + Not on file + documented as of this encounter + +
+
+ +
+ + + + Social History + + + + + + + + + + + + + + + + + + + + + + + +
Smoking Status as of 02/22/2021
Tobacco UseTypesPacks/DayYears UsedDate
Never Assessed + + + +
+ + + + + + + + + + + + + + + + + + + + + + +
Smoking Status as of 02/17/2021
Tobacco UseTypesPacks/DayYears UsedDate
Never Assessed + + + +
+ + + + + + + + + + + + + + + + +
Sex Assigned at BirthDate Recorded
Not on file +
+ documented as of this encounter +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+ + + + + + Last Filed Vital Signs + + Not on file + documented in this encounter + +
+
+ +
+ + + + Functional Status + + Not on file + documented as of this encounter + +
+
+ +
+ + + + + Patient Instructions + + Not on file + documented in this encounter + +
+
+ +
+ + + + Plan of Treatment + + Not on file + documented as of this encounter + +
+
+ +
+ + + Goals + + Not on file + documented as of this encounter + +
+
+ +
+ + + + Medical Devices + + Not on file + documented as of this encounter + +
+
+ +
+ + + + + + + Procedures + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Procedure NamePriorityDate/TimeAssociated DiagnosisComments
+ QA CBC WITH DIFF PANEL + Routine08/03/2021 2:24 PM CDT + + Results for this procedure are in the results section. +
+ ANTINUCLEAR ANTIBODIES TITER + Routine08/03/2021 2:23 PM CDT + + Results for this procedure are in the results section. +
+ PROTHROMBIN + Routine08/03/2021 2:22 PM CDT + + Results for this procedure are in the results section. +
+ documented in this encounter +
+ + + + + + + ANTINUCLEAR ANTIBODIES TITER + + + + + + + + + + + Family Practice + + + + IC S1 Cypher North Metro + + + + + + + + Beckyyy + Graveen + MD + + + + + + + + + + + + + + + + + + + + + + PROTHROMBIN + + + + + + + + + + + Family Practice + + + + IC S1 Cypher North Metro + + + + + + + + Beckyyy + Graveen + MD + + + + + + + + + + + + + + + + + + + + + + QA CBC WITH DIFF PANEL + + + + + + + + + + + Family Practice + + + + IC S1 Cypher North Metro + + + + + + + + Beckyyy + Graveen + MD + + + + + + + + + + + + + + + +
+
+ +
+ + + + + + + Results + + + + QA CBC WITH DIFF PANEL (08/03/2021 2:24 PM CDT) + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ComponentValueRef RangeTest MethodAnalysis TimePerformed AtPathologist Signature
PHX GLOMERULI COUNT8,142-8,5887,000 - 9,000 + + + +
+ + + + + + + + + + + + + + + + + + + +
Specimen (Source)Anatomical Location / LateralityCollection Method / VolumeCollection TimeReceived Time
Blood - EDTA (Artery) + + 08/03/2021 2:24 PM CDT +
+ + + + + + + + + + + + + + + + + +
Authorizing ProviderResult Type
Beckyyy Graveen MDLABORATORY
+
+ + ANTINUCLEAR ANTIBODIES TITER (08/03/2021 2:23 PM CDT) + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ComponentValueRef RangeTest MethodAnalysis TimePerformed AtPathologist Signature
PHX ANTI-A TITER1:601:40 - 1:160 + + + +
+ + + + + + + + + + + + + + + + + + +
Specimen (Source)Anatomical Location / LateralityCollection Method / VolumeCollection TimeReceived Time
+ + + 08/03/2021 2:23 PM CDT +
+ + + + + + + + + + + + + + + + + +
Authorizing ProviderResult Type
Beckyyy Graveen MDLABORATORY
+
+ + PROTHROMBIN (08/03/2021 2:22 PM CDT) + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ComponentValueRef RangeTest MethodAnalysis TimePerformed AtPathologist Signature
INR1.00.9 - 1.2 + + + +
+ + + + + + + + + + + + + + + + + + +
Specimen (Source)Anatomical Location / LateralityCollection Method / VolumeCollection TimeReceived Time
+ + + 08/03/2021 2:22 PM CDT +
+ + + + + + + + + + + + + + + + + +
Authorizing ProviderResult Type
Beckyyy Graveen MDLABORATORY
+
+
+ documented in this encounter +
+ + + + + + + PROTHROMBIN + + + + + + + + + + + + + + + Current Development Environment (CDE) + + + + + + + + Family Practice + + + + IC S1 Cypher North Metro + + + + + + + + Beckyyy + Graveen + MD + + + + + + + + + + + + + + + + + + + + + + + + + + + INR + + + + + + + + + + + 0.9 - 1.2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ANTINUCLEAR ANTIBODIES TITER + + + + + + + + + + + + + + + Current Development Environment (CDE) + + + + + + + + Family Practice + + + + IC S1 Cypher North Metro + + + + + + + + Beckyyy + Graveen + MD + + + + + + + + + + + + + + + + + + + + + + + + + + + PHX ANTI-A TITER + + + + + + + + + + + + + + 1:40 - 1:160 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + QA CBC WITH DIFF PANEL + + + + + + + + + + + + + + + Current Development Environment (CDE) + + + + + + + + Family Practice + + + + IC S1 Cypher North Metro + + + + + + + + Beckyyy + Graveen + MD + + + + + + + + + + Artery + + + + + + + + Blood - EDTA + + + + + + + + + + + + + + PHX GLOMERULI COUNT + + + + + + + + + + + + + + + 7,000 - 9,000 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+ + + + + Administered Medications + + Not on file + documented in this encounter + +
+
+ +
+ + + + Additional Health Concerns + + Not on file + documented as of this encounter + +
+
+ +
+ + Additional Source Comments + R> Addtional source comments yes please <BR>
Lines lines line


<b
r>yesy yesCurrent Development Environment (CDE)
+
+
+
+
+
\ No newline at end of file diff --git a/src/test/resources/ivl_real_example2.xml b/src/test/resources/ivl_real_example2.xml new file mode 100644 index 0000000..d1800df --- /dev/null +++ b/src/test/resources/ivl_real_example2.xml @@ -0,0 +1,1671 @@ + + + + + + + + + + + Summary of Care + + + + + + + + + + + + + Labs + Mjs + + + + + + + + + + + + + + WI HARBOR BLUFF HOSPITALS + + + 1301 TOKAY BLVD + SUITE 17 + DANE + MADISON + WI + 53719 + + + + + + + + + + + WI HARBOR BLUFF HOSPITALS + + + 1301 TOKAY BLVD + SUITE 17 + DANE + MADISON + WI + 53719 + + + + + + + + + + + + + + + Primary Care Provider + + + + + + + + + + + + + + + + + + + + + + Office Visit + + + + + + + + IC S1 Cypher North Metro + + + + + + + + Beckyyy + Graveen + + + + WI HARBOR BLUFF HOSPITALS + + + + + + + + + + Family Practice + + + + WI Harbor Bluff North Family Practice + + + + + WI HARBOR BLUFF NORTH + + + + WI HARBOR BLUFF HOSPITALS + + + + + + + + + + + +
+ + Source Comments + Hello please see this very nice document.Current Development Environment (CDE) +
+
+ +
+ + + + Reason for Referral + + + + Consultation - New Request + + + + + + + + + + + + + + + + + + + + +
SpecialtyDiagnoses / ProceduresReferred By ContactReferred To Contact
Lab + Procedures + PROTHROMBIN + + Graveen, Beckyyy, MD + IC S1 Cypher North Metro + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Referral IDStatusReasonStart DateExpiration DateVisits RequestedVisits Authorized
1000281854New Request + Service Not Available at Clinic + 8/3/2021 + 44
+
+ Electronically signed by Beckyyy Graveen MD at 08/03/2021 2:21 PM CDT +
+ + Consultation - New Request + + + + + + + + + + + + + + + + + + + + +
SpecialtyDiagnoses / ProceduresReferred By ContactReferred To Contact
Lab + Procedures + ANTINUCLEAR ANTIBODIES TITER + + Graveen, Beckyyy, MD + IC S1 Cypher North Metro + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Referral IDStatusReasonStart DateExpiration DateVisits RequestedVisits Authorized
1000281853New Request + Service Not Available at Clinic + 8/3/2021 + 44
+
+ Electronically signed by Beckyyy Graveen MD at 08/03/2021 2:21 PM CDT +
+
+
+
+
+ +
+ + + + + + Encounter Details + + + + + + + + + + + + + + + + + + + + + + + + +
DateTypeDepartmentCare TeamDescription
08/03/2021Office Visit + WI Harbor Bluff North Family Practice + + Graveen, Beckyyy, MD + IC S1 Cypher North Metro + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + Family Practice + + + + IC S1 Cypher North Metro + + + + + + + + Beckyyy + Graveen + MD + + + + Current Development Environment (CDE) + + 600 East Bannimer Ave + LOS ANGELE + ENCINO + CA + 53703 + USA + + + + + + + + + + Family Practice + + + + + WI Harbor Bluff North Family Practice + Family Practice + + + + + +
+
+ +
+ + + + + + + Allergies + + Not on File + documented as of this encounter (statuses as of 08/03/2021) + +
+
+ +
+ + + + + + + Medications + + Please verify all current medications with the patient. +
+
+ Not on file + documented as of this encounter (statuses as of 08/03/2021) +
+
+
+ +
+ + + + + + + Active Problems + + Not on file + documented as of this encounter (statuses as of 08/03/2021) + +
+
+ +
+ + + + + + + Immunizations + + Not on file + documented as of this encounter + +
+
+ +
+ + + + Social History + + + + + + + + + + + + + + + + + + + + + + + +
Smoking Status as of 02/22/2021
Tobacco UseTypesPacks/DayYears UsedDate
Never Assessed + + + +
+ + + + + + + + + + + + + + + + + + + + + + +
Smoking Status as of 02/17/2021
Tobacco UseTypesPacks/DayYears UsedDate
Never Assessed + + + +
+ + + + + + + + + + + + + + + + +
Sex Assigned at BirthDate Recorded
Not on file +
+ documented as of this encounter +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+ + + + + + Last Filed Vital Signs + + Not on file + documented in this encounter + +
+
+ +
+ + + + Functional Status + + Not on file + documented as of this encounter + +
+
+ +
+ + + + + Patient Instructions + + Not on file + documented in this encounter + +
+
+ +
+ + + + Plan of Treatment + + Not on file + documented as of this encounter + +
+
+ +
+ + + Goals + + Not on file + documented as of this encounter + +
+
+ +
+ + + + Medical Devices + + Not on file + documented as of this encounter + +
+
+ +
+ + + + + + + Procedures + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Procedure NamePriorityDate/TimeAssociated DiagnosisComments
+ QA CBC WITH DIFF PANEL + Routine08/03/2021 2:24 PM CDT + + Results for this procedure are in the results section. +
+ ANTINUCLEAR ANTIBODIES TITER + Routine08/03/2021 2:23 PM CDT + + Results for this procedure are in the results section. +
+ PROTHROMBIN + Routine08/03/2021 2:22 PM CDT + + Results for this procedure are in the results section. +
+ documented in this encounter +
+ + + + + + + ANTINUCLEAR ANTIBODIES TITER + + + + + + + + + + + Family Practice + + + + IC S1 Cypher North Metro + + + + + + + + Beckyyy + Graveen + MD + + + + + + + + + + + + + + + + + + + + + + PROTHROMBIN + + + + + + + + + + + Family Practice + + + + IC S1 Cypher North Metro + + + + + + + + Beckyyy + Graveen + MD + + + + + + + + + + + + + + + + + + + + + + QA CBC WITH DIFF PANEL + + + + + + + + + + + Family Practice + + + + IC S1 Cypher North Metro + + + + + + + + Beckyyy + Graveen + MD + + + + + + + + + + + + + + + +
+
+ +
+ + + + + + + Results + + + + QA CBC WITH DIFF PANEL (08/03/2021 2:24 PM CDT) + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ComponentValueRef RangeTest MethodAnalysis TimePerformed AtPathologist Signature
PHX GLOMERULI COUNT8,142-8,5887,000 - 9,000 + + + +
+ + + + + + + + + + + + + + + + + + + +
Specimen (Source)Anatomical Location / LateralityCollection Method / VolumeCollection TimeReceived Time
Blood - EDTA (Artery) + + 08/03/2021 2:24 PM CDT +
+ + + + + + + + + + + + + + + + + +
Authorizing ProviderResult Type
Beckyyy Graveen MDLABORATORY
+
+ + ANTINUCLEAR ANTIBODIES TITER (08/03/2021 2:23 PM CDT) + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ComponentValueRef RangeTest MethodAnalysis TimePerformed AtPathologist Signature
PHX ANTI-A TITER1:601:40 - 1:160 + + + +
+ + + + + + + + + + + + + + + + + + +
Specimen (Source)Anatomical Location / LateralityCollection Method / VolumeCollection TimeReceived Time
+ + + 08/03/2021 2:23 PM CDT +
+ + + + + + + + + + + + + + + + + +
Authorizing ProviderResult Type
Beckyyy Graveen MDLABORATORY
+
+ + PROTHROMBIN (08/03/2021 2:22 PM CDT) + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ComponentValueRef RangeTest MethodAnalysis TimePerformed AtPathologist Signature
INR1.00.9 - 1.2 + + + +
+ + + + + + + + + + + + + + + + + + +
Specimen (Source)Anatomical Location / LateralityCollection Method / VolumeCollection TimeReceived Time
+ + + 08/03/2021 2:22 PM CDT +
+ + + + + + + + + + + + + + + + + +
Authorizing ProviderResult Type
Beckyyy Graveen MDLABORATORY
+
+
+ documented in this encounter +
+ + + + + + + PROTHROMBIN + + + + + + + + + + + + + + + Current Development Environment (CDE) + + + + + + + + Family Practice + + + + IC S1 Cypher North Metro + + + + + + + + Beckyyy + Graveen + MD + + + + + + + + + + + + + + + + + + + + + + + + + + + INR + + + + + + + + + + + 0.9 - 1.2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ANTINUCLEAR ANTIBODIES TITER + + + + + + + + + + + + + + + Current Development Environment (CDE) + + + + + + + + Family Practice + + + + IC S1 Cypher North Metro + + + + + + + + Beckyyy + Graveen + MD + + + + + + + + + + + + + + + + + + + + + + + + + + + PHX ANTI-A TITER + + + + + + + + + + + + + + 1:40 - 1:160 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + QA CBC WITH DIFF PANEL + + + + + + + + + + + + + + + Current Development Environment (CDE) + + + + + + + + Family Practice + + + + IC S1 Cypher North Metro + + + + + + + + Beckyyy + Graveen + MD + + + + + + + + + + Artery + + + + + + + + Blood - EDTA + + + + + + + + + + + + + + PHX GLOMERULI COUNT + + + + + + + + + + + + 7,000 - 9,000 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+ + + + + Administered Medications + + Not on file + documented in this encounter + +
+
+ +
+ + + + Additional Health Concerns + + Not on file + documented as of this encounter + +
+
+ +
+ + Additional Source Comments + R> Addtional source comments yes please <BR>
Lines lines line


<b
r>yesy yesCurrent Development Environment (CDE)
+
+
+
+
+
\ No newline at end of file