I am making a FHIR request against Epic, in when I get the Response back using "fromDao" I am extracting the stream into HS.FHIRModel.R4.Patient. However, the patient's name comes back as name within a list that references HS.FHIRModel.R4.SeqOfHumanName.
- How do I extract the name from HS.FHIRModel.R4.SeqOfHumanName?
- Do I have to then do another "fromDao" to pull the list into string format?
- How do I navigate around the lists that are in a FHIRModel response, to extract the string values?