I am trying to setup a Google Healthcare FHIR data store using the International Patient Summary (IPS) FHIR IG. I have done the following:
spec.internals
file from the definitions.json
But when I try to complete the data store creation, I get an error in the Google Cloud console
I have filed this issue for feedback. Does anyone have a hint/pointer as to how to validate the bundle?
I think the problem is with certain StructuredDefinition
s in the package above that are not for resources (e.g. there are SDs for data types like Ranges). SDs are linked to the ImplementationGuide resource via the ImplementationGuide.global
array, which takes in FHIR ResourceType
s in its type
field, so SDs not meant for a type of resource won't be associated with one.
That being said, do you know if for the IPS IG package, the data type SDs are meant for specific resource types, or are meant to be applied globally to all resources?