Hey!
This SDK has literally been my savior, but there is one bit of functionality that I can't seem to find...
CDA R2 allows for extensions. For instance, I need to specify multiple races if the patient has declared more than one race within our system. The HL7SDK patient object only allows for one race code to be tied to it.
According to CDA R2 specifications, CDA allows for extension nodes to allow for multiple entries. The additional race nodes would have a format of the following:
<sdtc:raceCode code="12345" ... />
Does the SDK allow for this???
Thanks a ton in advance!
This SDK has literally been my savior, but there is one bit of functionality that I can't seem to find...
CDA R2 allows for extensions. For instance, I need to specify multiple races if the patient has declared more than one race within our system. The HL7SDK patient object only allows for one race code to be tied to it.
According to CDA R2 specifications, CDA allows for extension nodes to allow for multiple entries. The additional race nodes would have a format of the following:
<sdtc:raceCode code="12345" ... />
Does the SDK allow for this???
Thanks a ton in advance!