-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
optumCompatibility has been used to submit data into production.
- Loading branch information
Showing
12 changed files
with
207 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
## Copy the text below into your config file if you are upgrading from version 1.x of this program. | ||
## The location is not important, but adding it to the end of the connection section would be ideal location | ||
|
||
Using Optum: FALSE | ||
Local WSDL Folder: wsdl | ||
Optum Testing WSDL File: ca_impl_wsdl.xml | ||
Optum Production WSDL File: ca_prod_wsdl.xml | ||
Optum Testing Certificate: impl-cie-ws.cer | ||
Optum Testing Key: impl-cie-ws.key | ||
Optum Production Certificate: odxi-ws.cer | ||
Optum Production Key: odxi-ws.key |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,4 @@ | |
PHC1369 not obtainable | ||
PHC1367 refused | ||
ASKU asked but unknown | ||
UNK unknown u | ||
U unknown unk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
pyOpenSSL==19.1.0 | ||
zipcodes==1.1.0 | ||
zeep==3.4.0 | ||
pytk==0.0.2.0 | ||
zeep==4.0.0 | ||
pytk==0.0.2.0 | ||
pathlib==1.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
#PatientID,Patient Last Name,Patient First Name,Patient Middle Name,Patient Date of Birth,Patient Sex,Patient Street Address,Patient City,Patient State,Patient Zip,Patient Phone,Provider Last Name,Provider First Name,Provider Middle Name,Provider Street,Provider City,Provider State,Provider Zip,Provider Phone,Specimen ID,Collection Date,Collection Time,Received Date,Received Time,Specimen SNOMED Code,Test LOINC Code,Analysis Date,Analysis Time,Result,Reported Date,Reported Time,Notes,Race,Ethnicity,Accession ID,Test Ordered Date,Test Ordered Time,Test Equipment Code,Test Equipment Description,Test Equipment ID Number,Provider NPI | ||
1K94U,Weinstein,Andrew,P,8/15/2017,M,17062 Murphy Ave. #1,Irvine,CA,92614,888-882-9682,Rain,Leo,,13842 Tustin East Drive,Tustin,CA,92780,(818) 344-3434,1234567,6/8/2020,0:00,6/8/2020,13:00,258529004,94306-8,6/9/2020,11:00,Negative,6/10/2020,14:00,"Phone is pretty flexible for formatting, just be reasonable. Email address is also an acceptable entry there, if needed. Please stick to mm/dd/yyyy formatting for dates. Having a # at the start of a line will cause that line to be ignored as a comment or header.",unknown,unk,1A2B3C4D5E,6/8/2020,0:00,qPCR,Zymo Research Quick SARS-CoV-2 rRT-PCR Kit,R3011, | ||
#1K94U,Weinstein,Andrew,P,8/15/2017,M,17062 Murphy Ave. #1,Irvine,CA,92614,888-882-9682,Rain,Leo,,13842 Tustin East Drive,Tustin,CA,92780,(818) 344-3434,1234567,6/8/2020,0:00,6/8/2020,13:00,258529004,94306-8,6/9/2020,11:00,Negative,6/10/2020,14:00,"Phone is pretty flexible for formatting, just be reasonable. Email address is also an acceptable entry there, if needed. Please stick to mm/dd/yyyy formatting for dates. Having a # at the start of a line will cause that line to be ignored as a comment or header.",unknown,unk,1A2B3C4D5E,6/8/2020,0:00,qPCR,Zymo Research Quick SARS-CoV-2 rRT-PCR Kit,R3011, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:s0="urn:cdc:iisb:2011" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" targetNamespace="urn:cdc:iisb:2011"> | ||
<types> | ||
<s:schema targetNamespace="urn:cdc:iisb:2011"> | ||
<s:element name="submitMessage"> | ||
<s:complexType> | ||
<s:sequence> | ||
<s:element minOccurs="0" name="userid" type="s:string"/> | ||
<s:element minOccurs="0" name="password" type="s:string"/> | ||
<s:element minOccurs="0" name="dataownerid" type="s:string"/> | ||
<s:element minOccurs="0" name="cdphprogramid" type="s:string"/> | ||
<s:element minOccurs="0" name="cdphprogramenvironment" type="s:string"/> | ||
<s:element minOccurs="0" name="action" type="s:string"/> | ||
<s:element minOccurs="0" name="messagecontent" type="s:string"/> | ||
</s:sequence> | ||
</s:complexType> | ||
</s:element> | ||
<s:element name="submitMessageResponse"> | ||
<s:complexType> | ||
<s:sequence> | ||
<s:element minOccurs="0" name="status" type="s:string"/> | ||
<s:element minOccurs="0" name="return" type="s:string"/> | ||
</s:sequence> | ||
</s:complexType> | ||
</s:element> | ||
</s:schema> | ||
</types> | ||
<message name="submitMessageSoapIn"> | ||
<part name="parameters" element="s0:submitMessage"/> | ||
</message> | ||
<message name="submitMessageSoapOut"> | ||
<part name="parameters" element="s0:submitMessageResponse"/> | ||
</message> | ||
<portType name="HL7SOAPEndPointSvcSoap"> | ||
<operation name="submitMessage"> | ||
<input message="s0:submitMessageSoapIn"/> | ||
<output message="s0:submitMessageSoapOut"/> | ||
</operation> | ||
</portType> | ||
<binding name="HL7SOAPEndPointSvcSoap" type="s0:HL7SOAPEndPointSvcSoap"> | ||
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/> | ||
<operation name="submitMessage"> | ||
<soap:operation soapAction="urn:cdc:iisb:2011/OCIELib.Covid.CA.Service.HL7SOAPEndPointSvc.submitMessage" style="document"/> | ||
<input> | ||
<soap:body use="literal"/> | ||
</input> | ||
<output> | ||
<soap:body use="literal"/> | ||
</output> | ||
</operation> | ||
</binding> | ||
<service name="HL7SOAPEndPointSvc"> | ||
<port name="HL7SOAPEndPointSvcSoap" binding="s0:HL7SOAPEndPointSvcSoap"> | ||
<soap:address location="https://gateway-tls.linkhealth.com/capreprod"/> | ||
</port> | ||
</service> | ||
</definitions> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:s0="urn:cdc:iisb:2011" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" targetNamespace="urn:cdc:iisb:2011"> | ||
<types> | ||
<s:schema targetNamespace="urn:cdc:iisb:2011"> | ||
<s:element name="submitMessage"> | ||
<s:complexType> | ||
<s:sequence> | ||
<s:element minOccurs="0" name="userid" type="s:string"/> | ||
<s:element minOccurs="0" name="password" type="s:string"/> | ||
<s:element minOccurs="0" name="dataownerid" type="s:string"/> | ||
<s:element minOccurs="0" name="cdphprogramid" type="s:string"/> | ||
<s:element minOccurs="0" name="cdphprogramenvironment" type="s:string"/> | ||
<s:element minOccurs="0" name="action" type="s:string"/> | ||
<s:element minOccurs="0" name="messagecontent" type="s:string"/> | ||
</s:sequence> | ||
</s:complexType> | ||
</s:element> | ||
<s:element name="submitMessageResponse"> | ||
<s:complexType> | ||
<s:sequence> | ||
<s:element minOccurs="0" name="status" type="s:string"/> | ||
<s:element minOccurs="0" name="return" type="s:string"/> | ||
</s:sequence> | ||
</s:complexType> | ||
</s:element> | ||
</s:schema> | ||
</types> | ||
<message name="submitMessageSoapIn"> | ||
<part name="parameters" element="s0:submitMessage"/> | ||
</message> | ||
<message name="submitMessageSoapOut"> | ||
<part name="parameters" element="s0:submitMessageResponse"/> | ||
</message> | ||
<portType name="HL7SOAPEndPointSvcSoap"> | ||
<operation name="submitMessage"> | ||
<input message="s0:submitMessageSoapIn"/> | ||
<output message="s0:submitMessageSoapOut"/> | ||
</operation> | ||
</portType> | ||
<binding name="HL7SOAPEndPointSvcSoap" type="s0:HL7SOAPEndPointSvcSoap"> | ||
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/> | ||
<operation name="submitMessage"> | ||
<soap:operation soapAction="urn:cdc:iisb:2011/OCIELib.Covid.CA.Service.HL7SOAPEndPointSvc.submitMessage" style="document"/> | ||
<input> | ||
<soap:body use="literal"/> | ||
</input> | ||
<output> | ||
<soap:body use="literal"/> | ||
</output> | ||
</operation> | ||
</binding> | ||
<service name="HL7SOAPEndPointSvc"> | ||
<port name="HL7SOAPEndPointSvcSoap" binding="s0:HL7SOAPEndPointSvcSoap"> | ||
<soap:address location="https://gateway-tls.linkhealth.com/caprod"/> | ||
</port> | ||
</service> | ||
</definitions> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
|
||
softwareVersion = "1.4.0" | ||
softwareVersion = "2.0.0" | ||
|
||
softwareDate = "20201201" | ||
softwareDate = "20201228" |