Stream: implementers
Topic: FHIR Java Searching
Gurunath G (Oct 05 2018 at 02:24):
Hello Everyone, I'm starting with FHIR and following the documentation. I'm trying to search for a patient and get full name as a string. But according to documentation patient.getName() is returning ArrayList. Did I miss anything?
Lloyd McKenzie (Oct 05 2018 at 02:54):
The cardinality on Patient.name is 0..*, so if you're certainly going to have to deal with the prospect that a Patient might have multiple names.
Last updated: Apr 12 2022 at 19:14 UTC