This repository was archived by the owner on Sep 7, 2019. It is now read-only.
These changes are to add the sdtc:raceCode to the CCDA 2.1 patient. #42
Open
andypardue wants to merge 9 commits intoCONNECT-Solution:masterfrom
Open
These changes are to add the sdtc:raceCode to the CCDA 2.1 patient. #42andypardue wants to merge 9 commits intoCONNECT-Solution:masterfrom
andypardue wants to merge 9 commits intoCONNECT-Solution:masterfrom
Conversation
…here is already a raceCode element/property in the class and it needs to remain. The goal is to add another stdc-namespaced raceCode as a collection without having the name conflict. To do this, we've added xs and jaxb annotations to the sdtc:raceCode definition.
|
I would like to see this merged in as well. 👍 I've merged together this pr on my local env and tested with multiple race codes. They seemed to map correctly. |
Author
|
This latest change is to add a nullFlavor attribute onto the ENExplicitGiven type. It is needed for the National Health Care Survey (NHCS) CCDA documents. |
…on to 5.4.1 since nobody else seems to be using this.
…n POCD_MT000040.Performer2.
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
There is already a raceCode element/property in the class and it needs to remain. The goal is to add another stdc-namespaced raceCode as a collection without having the name conflict. To do this, we've added xs and jaxb annotations to the sdtc:raceCode definition.
You can review more information about sdtc:race at http://www.cdapro.com/know/25829 (if you are not already familiar).
There might be other sdtc elements that would need to be added, but so far, only this one is currently (at the time of me typing this) required by the nist CCDA validator https://edge.nist.gov/ett/#/validators
PS: Yes, my company is still using these classes to produce CCDA documents. :)