Yes and no :-) I want to use the original extension property, but need few more properties in the Patient resource e.g. _myBirthDate. I wanted to add them without modify the original
Thanks
- Log in to post comments
Yes and no :-) I want to use the original extension property, but need few more properties in the Patient resource e.g. _myBirthDate. I wanted to add them without modify the original
Thanks
Hi there,
I'm referring to new extensions. For example _birthDate or _randomExtension. I know the easiest way is to add them as a property of HS.FHIR.Model.Resource.Patient, but I prefer to not to modify this class. Should I use
Thanks for helping