I saw that Google Cloud Healthcare does not support custom FHIR resource types and the workaround is to use the Basic feature - an empty feature defined by the FHIR specification.
So, I need to associate a patient with several organizations, so I am thinking of creating a basic object with the regionalized information of the patients and one of the fields for that patient would be an array, a list or a json containing all the organizations that the patient can attend.
Please, has anyone ever needed to create a data structure similar to this in Google Cloud Healthcare or do you have any idea how to do it?