Useful documentation:
Create/Update
https://cloud.google.com/healthcare/docs/samples/healthcare-update-resource#healthcare_update_resource-java
https://cloud.google.com/healthcare/docs/how-tos/fhir-resources#healthcare-create-patient-java
https://cloud.google.com/healthcare/docs/how-tos/fhir-resources#updating_a_fhir_resource
https://hapifhir.io/hapi-fhir/docs/client/examples.html
https://build.fhir.org/ig/HL7/us-bulk-data/
Config
https://cloud.google.com/healthcare/docs/how-tos/fhir#healthcare-get-metadata-java
https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/healthcare_fhir_store
Search
https://cloud.google.com/healthcare/docs/how-tos/fhir-search
https://cloud.google.com/healthcare/docs/samples/healthcare-search-resources-post
https://cloud.google.com/healthcare/docs/reference/rest/v1/projects.locations.datasets.fhirStores.fhir/search
https://hl7.org/implement/standards/fhir/R4/search.html
https://hl7.org/fhir/search.html
https://www.devdays.com/wp-content/uploads/2019/03/DD18-EU-Alexander-Zautke-Searching-in-FHIR-resources-2018-11-14.pdf
Entities
https://www.hl7.org/fhir/patient.html
https://www.hl7.org/fhir/references.html#Reference
https://www.hl7.org/fhir/observation.html
Misc
https://vneilley.medium.com/are-all-fhir-apis-the-same-48be75ac4ac5
|