This is an automated email from the ASF dual-hosted git repository.

pabloem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 345af33  [BEAM-10099] Add FhirIO and HL7v2IO to I/O matrix
     new 974056d  Merge pull request #14841 from [BEAM-10099] Add FhirIO and 
HL7v2IO to I/O matrix
345af33 is described below

commit 345af33234e10d9e855ebf9b5fbb531f1884b352
Author: Alexey Romanenko <[email protected]>
AuthorDate: Wed May 19 19:27:31 2021 +0200

    [BEAM-10099] Add FhirIO and HL7v2IO to I/O matrix
---
 website/www/site/data/io_matrix.yaml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/website/www/site/data/io_matrix.yaml 
b/website/www/site/data/io_matrix.yaml
index fe7c4a3..8a27502 100644
--- a/website/www/site/data/io_matrix.yaml
+++ b/website/www/site/data/io_matrix.yaml
@@ -382,3 +382,15 @@ categories:
           - language: java
             name: org.apache.beam.sdk.io.splunk.SplunkIO
             url: 
https://beam.apache.org/releases/javadoc/current/org/apache/beam/sdk/io/splunk/SplunkIO.html
+      - transform: FhirIO
+        description: Provides an API for reading and writing resources to 
Google Cloud Healthcare Fhir API.
+        implementations:
+          - language: java
+            name: org.apache.beam.sdk.io.gcp.healthcare.FhirIO
+            url: 
https://beam.apache.org/releases/javadoc/current/org/apache/beam/sdk/io/gcp/healthcare/FhirIO.html
+      - transform: HL7v2IO
+        description: Provides an API for reading from and writing to Google 
Cloud Healthcare HL7v2 API.
+        implementations:
+          - language: java
+            name: org.apache.beam.sdk.io.gcp.healthcare.HL7v2IO
+            url: 
https://beam.apache.org/releases/javadoc/current/org/apache/beam/sdk/io/gcp/healthcare/HL7v2IO.html

Reply via email to