Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Forum discussions
  • VA 4.2.2.1 implementation
  • DoD Table Update Issue
  • Partner Questions
  • Community and OHT support
  • Minimal testing support for INHS Onboarding
  • Created Release 4.3.2 RC1 tag to fix issue related to PurposeofUse and Role xsi:type attributes NOT scoped correctly. See below for snippet showing the namespaces correct defined - 

 

Code Block
<hl7:Role xmlns:hl7="urn:hl7-org:v3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" hl7:code="106328005" hl7:codeSystem="2.16.840.1.113883.6.96" hl7:codeSystemName="SNOMED_CT" hl7:displayName="Social worker" xsi:type=" hl7:CE" />
<hl7:PurposeOfUse xmlns:hl7="urn:hl7-org:v3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" hl7:code="COVERAGE" hl7:codeSystem="2.16.840.1.113883.3.18.7.1" hl7:codeSystemName="nhin-purpose" hl7:displayName="Disclosures for insurance or disability coverage determination" xsi:type="hl7:CE" />

 

Next Release (4.4)