Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Model Driven Health Tools » Multiple Realm codes for CCDA CCD (2.1)
Multiple Realm codes for CCDA CCD (2.1) [message #1769452] Mon, 31 July 2017 18:40 Go to next message
Lee Surprenant is currently offline Lee SurprenantFriend
Messages: 5
Registered: July 2009
Junior Member
I started working with the MDHT model for CCDA CCD (ContinuityOfCareDocument2), but I noticed that the serialization is including an extra realmCode for some reason:

Code:
ContinuityOfCareDocument2 document = ConsolFactory.eINSTANCE.createContinuityOfCareDocument2().init();
try {
  CDAUtil.save(document, System.out);
} catch (Exception e) {
  e.printStackTrace();
}


Output:
<?xml version="1.0" encoding="UTF-8"?>
<ClinicalDocument ...">
  <realmCode code="US"/>
  <realmCode code="US"/>
  <templateId root="2.16.840.1.113883.10.20.22.1.2" extension="2015-08-01"/>
  <templateId root="2.16.840.1.113883.10.20.22.1.1"/>
  <templateId root="2.16.840.1.113883.10.20.22.1.1" extension="2015-08-01"/>
  <code code="34133-9" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Summarization of Episode Note"/>
  <confidentialityCode codeSystem="2.16.840.1.113883.5.25" codeSystemName="ConfidentialityCode"/>
</ClinicalDocument>


Is it a bug?
Re: Multiple Realm codes for CCDA CCD (2.1) [message #1769559 is a reply to message #1769452] Tue, 01 August 2017 15:13 Go to previous messageGo to next message
Sean Muir is currently offline Sean MuirFriend
Messages: 63
Registered: September 2015
Member
There was a similar issue logged - i will take a look
Re: Multiple Realm codes for CCDA CCD (2.1) [message #1769578 is a reply to message #1769559] Tue, 01 August 2017 21:08 Go to previous message
Lee Surprenant is currently offline Lee SurprenantFriend
Messages: 5
Registered: July 2009
Junior Member
Thanks, Sean. The workaround of clearing the realmcodes and adding one back seems to work just fine.
Previous Topic:Estimated Date of Delivery: value is returned as null by mdht
Next Topic:Missing template ids
Goto Forum:
  


Current Time: Tue Apr 23 09:16:16 GMT 2024

Powered by FUDForum. Page generated in 0.03163 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top