#HealthShare

17 Followers · 1.5K Posts

InterSystems HealthShare is a healthcare informatics platform for hospitals, integrated delivery networks (IDNs) and regional and national health information exchanges (HIE). HealthShare includes health information exchange, data aggregation, workflow, text analysis, and analytics technology.

Learn more

Edit
Question Scott Beeson · Mar 21, 2017
cvc-complex-type.2.4.a: Invalid content was found starting with element 'sdtc:raceCode'. One of '{"urn:hl7-org:v3":ethnicGroupCode, "urn:hl7-org:v3":guardian, "urn:hl7-org:v3":birthplace, "urn:hl7-org:v3":languageCommunication}' is expected.

I'm getting the error above while trying to use the NIST validation tool on a CCD created by Healthshare.

Here is the full <patient> element:

      <patient>
        <name use="L">
          <family>TESTPATIENT</family>
          <given>ZZKIDJULY</given>
        </name>
        <administrativeGenderCode code="F" codeSystem="2.16.840.1.113883.5.1" codeSystemName="AdministrativeGender" displayName="Female" />
        <birthTime value="20020102000000" />
        <maritalStatusCode code="S" codeSystem="2.16.840.1.113883.5.2" codeSystemName="MaritalStatus" displayName="Single" />
        <religiousAffiliationCode code="1034" codeSystem="2.16.840.1.113883.5.1076" codeSystemName="ReligiousAffiliation" displayName="1034" />
        <raceCode nullFlavor="OTH">
          <translation code="Declined_to_specify" codeSystem="2.16.840.1.113883.3.86.3.1" codeSystemName="ISC-NoCodeSystem" displayName="Declined to specify" />
        </raceCode>
        <sdtc:raceCode xmlns:sdtc="urn:hl7-org:sdtc" code="1002-5" codeSystem="2.16.840.1.113883.6.238" codeSystemName="Race &amp; Ethnicity - CDC" displayName="American Indian or Alaska Native" />
        <sdtc:raceCode xmlns:sdtc="urn:hl7-org:sdtc" code="2106-3" codeSystem="2.16.840.1.113883.6.238" codeSystemName="Race &amp; Ethnicity - CDC" displayName="White" />
        <ethnicGroupCode nullFlavor="OTH">
          <originalText>Declined to specify</originalText>
          <translation code="Declined_to_specify" codeSystem="2.16.840.1.113883.3.86.3.1" codeSystemName="ISC-NoCodeSystem" displayName="Declined to specify" />
        </ethnicGroupCode>
        <languageCommunication>
          <languageCode code="English" />
          <preferenceInd value="true" />
        </languageCommunication>
      </patient> 
0
0 0
Edit
Question Amit Kumar · May 15, 2017

Our requirement is to fetch the SDA to get the some clinical data from aggregated SDA. Will this soap service work for our requirement. "HS.Gateway.Access.WebServicesClient"?

Please review the code and let me know.  Also while I am running testing the code in sand box getting this error "<ZSOAP>zInvokeClient+203^%SOAP.WebClient.1"

Set tSearchRequest = ##class(HS.Message.SearchAndFetchRequest).%New()
Set tGatewaySearch = ##class(HS.Gateway.Access.WebServicesClient).%New()
#DIM tResponse AS HS.Message.SearchAndFetchResponse
Set tSearchRequest.MPIID = tMPIID 
#DIM tSDA As HS.SDA3.

0
0 15