-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple Race Codes in CDA #2
Comments
I was able to get the parse to work with a custom build of Everest. I added the and clause on line 12 (code is from XmlIts1Formatter.cs):
|
I think the render issue is a bug where SET only applies the NamespaceUri from the property attribute on the first item in the collection:
|
So, I was able to get this to work with a custom formatter:
I also removed the NamespaceUri from my Patient class override RaceCode property. The override GraphObject takes care of setting the correct namespace for any raceCode past the first one. I will be doing the same for ethnicity which also has multiple in MU2015. |
I'm having a difficult time getting this to work. I've reviewed the following pages:
https://everest.codeplex.com/discussions/653908
http://te.marc-hi.ca/forums/default.aspx?g=posts&t=58
In my source XML I have the following:
Which fails to parse with the this error: System.Xml.XmlException: Can't parse 'raceCode' in namespace 'urn:hl7-org:sdtc'. The data does not appear to be an HL7v3 instance
This is my test that is blowing up:
When I am rendering XML I have a different problem in that only one of the race codes is being assigned to the sdtc schema:
Generated from this method:
I've been banging my head against this for quite awhile now. Any help would be welcomed.
The text was updated successfully, but these errors were encountered: