Skip to main content

Gcp/healthcare

@swamp/gcp/healthcarev2026.07.29.1· 2d agoMODELS
01README

Google Cloud healthcare infrastructure models

02Release Notes
  • Updated: locations, datasets, datasets_consentstores, datasets_consentstores_attributedefinitions, datasets_consentstores_consentartifacts, datasets_consentstores_consents, datasets_consentstores_userdatamappings, datasets_dicomstores, datasets_fhirstores, datasets_hl7v2stores, datasets_hl7v2stores_messages
03Models11
@swamp/gcp/healthcare/datasetsv2026.07.29.1datasets.ts

Global Arguments

ArgumentTypeDescription
accessToken?stringGCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
credentialsJson?stringGCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault.
project?stringGCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables.
scopes?stringComma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes.
quotaProject?stringGCP project ID for quota and billing attribution; sets the x-goog-user-project header. Overrides GOOGLE_CLOUD_QUOTA_PROJECT environment variable. Required for APIs like Cloud Identity when using user credentials.
encryptionSpec?objectOptional. Customer-managed encryption key spec for a Dataset. If set, this Dataset and all of its sub-resources will be secured by this key. If empty, the Dataset is secured by the default Google encryption key.
name?stringIdentifier. Resource name of the dataset, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}`.
timeZone?stringOptional. The default timezone used by this dataset. Must be a either a valid IANA time zone name such as "America/New_York" or empty, which defaults to UTC. This is used for parsing times in resources, such as HL7 messages, where no explicit timezone is specified.
datasetId?stringRequired. The ID of the dataset that is being created. The string must match the following regex: `[\\p{L}\\p{N}_\\-\\.]{1,256}`.
location?stringThe location for this resource (e.g., 'us', 'us-central1', 'europe-west1')
fn create()
Create a datasets
fn get(identifier: string)
Get a datasets
ArgumentTypeDescription
identifierstringThe name of the datasets
fn update(identifier?: string)
Update datasets attributes
ArgumentTypeDescription
identifier?stringTarget a specific datasets by name (e.g. one discovered by list)
fn delete(identifier: string)
Delete the datasets
ArgumentTypeDescription
identifierstringThe name of the datasets
fn sync(identifier?: string)
Sync datasets state from GCP
ArgumentTypeDescription
identifier?stringTarget a specific datasets by name (e.g. one discovered by list)
fn list(pageSize?: number, maxPages?: number)
List datasets resources
ArgumentTypeDescription
pageSize?numberThe maximum number of items to return. If not specified, 100 is used. May not be larger than 1000.
maxPages?numberMaximum number of pages to fetch (default: 10)
fn deidentify(config?: any, destinationDataset?: any, gcsConfigUri?: any)
deidentify
ArgumentTypeDescription
config?any
destinationDataset?any
gcsConfigUri?any
fn get_iam_policy()
get iam policy
fn set_iam_policy(policy?: any, updateMask?: any)
set iam policy
ArgumentTypeDescription
policy?any
updateMask?any
fn test_iam_permissions(permissions?: any)
test iam permissions
ArgumentTypeDescription
permissions?any

Resources

state(infinite)— A message representing a health dataset. A health dataset represents a collec...
@swamp/gcp/healthcare/datasets-consentstoresv2026.07.29.1datasets_consentstores.ts

Global Arguments

ArgumentTypeDescription
accessToken?stringGCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
credentialsJson?stringGCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault.
project?stringGCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables.
scopes?stringComma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes.
quotaProject?stringGCP project ID for quota and billing attribution; sets the x-goog-user-project header. Overrides GOOGLE_CLOUD_QUOTA_PROJECT environment variable. Required for APIs like Cloud Identity when using user credentials.
defaultConsentTtl?stringOptional. Default time to live for Consents created in this store. Must be at least 24 hours. Updating this field will not affect the expiration time of existing consents.
enableConsentCreateOnUpdate?booleanOptional. If `true`, UpdateConsent creates the Consent if it does not already exist. If unspecified, defaults to `false`.
labels?recordOptional. User-supplied key-value pairs used to organize consent stores. Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: \\p{Ll}\\p{Lo}{0,62}. Label values must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: [\\p{Ll}\\p{Lo}\\p{N}_-]{0,63}. No more than 64 labels can be associated with a given store
name?stringIdentifier. Resource name of the consent store, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentStores/{consent_store_id}`. Cannot be changed after creation.
consentStoreId?stringRequired. The ID of the consent store to create. The string must match the following regex: `[\\p{L}\\p{N}_\\-\\.]{1,256}`. Cannot be changed after creation.
parent?stringThe parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456)
location?stringThe location for this resource (e.g., 'us', 'us-central1', 'europe-west1')
fn create()
Create a consentStores
fn get(identifier: string)
Get a consentStores
ArgumentTypeDescription
identifierstringThe name of the consentStores
fn update(identifier?: string)
Update consentStores attributes
ArgumentTypeDescription
identifier?stringTarget a specific consentStores by name (e.g. one discovered by list)
fn delete(identifier: string)
Delete the consentStores
ArgumentTypeDescription
identifierstringThe name of the consentStores
fn sync(identifier?: string)
Sync consentStores state from GCP
ArgumentTypeDescription
identifier?stringTarget a specific consentStores by name (e.g. one discovered by list)
fn list(filter?: string, pageSize?: number, maxPages?: number)
List consentStores resources
ArgumentTypeDescription
filter?stringOptional. Restricts the stores returned to those matching a filter. Only filtering on labels is supported. For example, `filter=labels.key=value`.
pageSize?numberOptional. Limit on the number of consent stores to return in a single response. If not specified, 100 is used. May not be larger than 1000.
maxPages?numberMaximum number of pages to fetch (default: 10)
fn check_data_access(consentList?: any, dataId?: any, requestAttributes?: any, responseView?: any)
check data access
ArgumentTypeDescription
consentList?any
dataId?any
requestAttributes?any
responseView?any
fn evaluate_user_consents(consentList?: any, pageSize?: any, pageToken?: any, requestAttributes?: any, resourceAttributes?: any, responseView?: any, userId?: any)
evaluate user consents
ArgumentTypeDescription
consentList?any
pageSize?any
pageToken?any
requestAttributes?any
resourceAttributes?any
responseView?any
userId?any
fn get_iam_policy()
get iam policy
fn query_accessible_data(gcsDestination?: any, requestAttributes?: any, resourceAttributes?: any)
query accessible data
ArgumentTypeDescription
gcsDestination?any
requestAttributes?any
resourceAttributes?any
fn set_iam_policy(policy?: any, updateMask?: any)
set iam policy
ArgumentTypeDescription
policy?any
updateMask?any
fn test_iam_permissions(permissions?: any)
test iam permissions
ArgumentTypeDescription
permissions?any

Resources

state(infinite)— Represents a consent store.
@swamp/gcp/healthcare/datasets-consentstores-attributedefinitionsv2026.07.29.1datasets_consentstores_attributedefinitions.ts

Global Arguments

ArgumentTypeDescription
accessToken?stringGCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
credentialsJson?stringGCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault.
project?stringGCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables.
scopes?stringComma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes.
quotaProject?stringGCP project ID for quota and billing attribution; sets the x-goog-user-project header. Overrides GOOGLE_CLOUD_QUOTA_PROJECT environment variable. Required for APIs like Cloud Identity when using user credentials.
allowedValues?arrayRequired. Possible values for the attribute. The number of allowed values must not exceed 500. An empty list is invalid. The list can only be expanded after creation.
category?enumRequired. The category of the attribute. The value of this field cannot be changed after creation.
consentDefaultValues?arrayOptional. Default values of the attribute in Consents. If no default values are specified, it defaults to an empty value.
dataMappingDefaultValue?stringOptional. Default value of the attribute in User data mappings. If no default value is specified, it defaults to an empty value. This field is only applicable to attributes of the category `RESOURCE`.
description?stringOptional. A description of the attribute.
name?stringIdentifier. Resource name of the Attribute definition, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentStores/{consent_store_id}/attributeDefinitions/{attribute_definition_id}`. Cannot be changed after creation.
attributeDefinitionId?stringRequired. The ID of the Attribute definition to create. The string must match the following regex: `_a-zA-Z{0,255}` and must not be a reserved keyword within the Common Expression Language as listed on https://github.com/google/cel-spec/blob/master/doc/langdef.md.
parent?stringThe parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456)
location?stringThe location for this resource (e.g., 'us', 'us-central1', 'europe-west1')
fn create()
Create a attributeDefinitions
fn get(identifier: string)
Get a attributeDefinitions
ArgumentTypeDescription
identifierstringThe name of the attributeDefinitions
fn update(identifier?: string)
Update attributeDefinitions attributes
ArgumentTypeDescription
identifier?stringTarget a specific attributeDefinitions by name (e.g. one discovered by list)
fn delete(identifier: string)
Delete the attributeDefinitions
ArgumentTypeDescription
identifierstringThe name of the attributeDefinitions
fn sync(identifier?: string)
Sync attributeDefinitions state from GCP
ArgumentTypeDescription
identifier?stringTarget a specific attributeDefinitions by name (e.g. one discovered by list)
fn list(filter?: string, pageSize?: number, maxPages?: number)
List attributeDefinitions resources
ArgumentTypeDescription
filter?stringOptional. Restricts the attributes returned to those matching a filter. The only field available for filtering is `category`. For example, `filter=category=\\"REQUEST\\"`.
pageSize?numberOptional. Limit on the number of Attribute definitions to return in a single response. If not specified, 100 is used. May not be larger than 1000.
maxPages?numberMaximum number of pages to fetch (default: 10)

Resources

state(infinite)— A client-defined consent attribute.
@swamp/gcp/healthcare/datasets-consentstores-consentartifactsv2026.07.29.1datasets_consentstores_consentartifacts.ts

Global Arguments

ArgumentTypeDescription
accessToken?stringGCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
credentialsJson?stringGCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault.
project?stringGCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables.
scopes?stringComma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes.
quotaProject?stringGCP project ID for quota and billing attribution; sets the x-goog-user-project header. Overrides GOOGLE_CLOUD_QUOTA_PROJECT environment variable. Required for APIs like Cloud Identity when using user credentials.
consentContentScreenshots?arrayOptional. Screenshots, PDFs, or other binary information documenting the user's consent.
consentContentVersion?stringOptional. An string indicating the version of the consent information shown to the user.
guardianSignature?objectOptional. A signature from a guardian.
metadata?recordOptional. Metadata associated with the Consent artifact. For example, the consent locale or user agent version.
name?stringIdentifier. Resource name of the Consent artifact, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentStores/{consent_store_id}/consentArtifacts/{consent_artifact_id}`. Cannot be changed after creation.
userId?stringRequired. User's UUID provided by the client.
userSignature?objectOptional. User's signature.
witnessSignature?objectOptional. A signature from a witness.
parent?stringThe parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456)
location?stringThe location for this resource (e.g., 'us', 'us-central1', 'europe-west1')
fn create()
Create a consentArtifacts
fn get(identifier: string)
Get a consentArtifacts
ArgumentTypeDescription
identifierstringThe name of the consentArtifacts
fn delete(identifier: string)
Delete the consentArtifacts
ArgumentTypeDescription
identifierstringThe name of the consentArtifacts
fn sync(identifier?: string)
Sync consentArtifacts state from GCP
ArgumentTypeDescription
identifier?stringTarget a specific consentArtifacts by name (e.g. one discovered by list)
fn list(filter?: string, pageSize?: number, maxPages?: number)
List consentArtifacts resources
ArgumentTypeDescription
filter?stringOptional. Restricts the artifacts returned to those matching a filter. The following syntax is available: * A string field value can be written as text inside quotation marks, for example `"query text"`. The only valid relational operation for text fields is equality (`=`), where text is searched within the field, rather than having the field be equal to the text. For example, `"Comment = great"` returns messages with `great` in the comment field. * A number field value can be written as an inte
pageSize?numberOptional. Limit on the number of consent artifacts to return in a single response. If not specified, 100 is used. May not be larger than 1000.
maxPages?numberMaximum number of pages to fetch (default: 10)

Resources

state(infinite)— Documentation of a user's consent.
@swamp/gcp/healthcare/datasets-consentstores-consentsv2026.07.29.1datasets_consentstores_consents.ts

Global Arguments

ArgumentTypeDescription
accessToken?stringGCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
credentialsJson?stringGCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault.
project?stringGCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables.
scopes?stringComma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes.
quotaProject?stringGCP project ID for quota and billing attribution; sets the x-goog-user-project header. Overrides GOOGLE_CLOUD_QUOTA_PROJECT environment variable. Required for APIs like Cloud Identity when using user credentials.
consentArtifact?stringRequired. The resource name of the Consent artifact that contains proof of the end user's consent, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentStores/{consent_store_id}/consentArtifacts/{consent_artifact_id}`.
expireTime?stringTimestamp in UTC of when this Consent is considered expired.
metadata?recordOptional. User-supplied key-value pairs used to organize Consent resources. Metadata keys must: - be between 1 and 63 characters long - have a UTF-8 encoding of maximum 128 bytes - begin with a letter - consist of up to 63 characters including lowercase letters, numeric characters, underscores, and dashes Metadata values must be: - be between 1 and 63 characters long - have a UTF-8 encoding of maximum 128 bytes - consist of up to 63 characters including lowercase letters, numeric characters, und
name?stringIdentifier. Resource name of the Consent, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentStores/{consent_store_id}/consents/{consent_id}`. Cannot be changed after creation.
policies?arrayOptional. Represents a user's consent in terms of the resources that can be accessed and under what conditions.
state?enumRequired. Indicates the current state of this Consent.
ttl?stringInput only. The time to live for this Consent from when it is created.
userId?stringRequired. User's UUID provided by the client.
parent?stringThe parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456)
location?stringThe location for this resource (e.g., 'us', 'us-central1', 'europe-west1')
fn create(waitForReady?: boolean)
Create a consents
ArgumentTypeDescription
waitForReady?booleanWait for the resource to reach a ready state after creation (default: true)
fn get(identifier: string)
Get a consents
ArgumentTypeDescription
identifierstringThe name of the consents
fn update(identifier?: string, waitForReady?: boolean)
Update consents attributes
ArgumentTypeDescription
identifier?stringTarget a specific consents by name (e.g. one discovered by list)
waitForReady?booleanWait for the resource to reach a ready state after update (default: true)
fn delete(identifier: string)
Delete the consents
ArgumentTypeDescription
identifierstringThe name of the consents
fn sync(identifier?: string)
Sync consents state from GCP
ArgumentTypeDescription
identifier?stringTarget a specific consents by name (e.g. one discovered by list)
fn list(filter?: string, pageSize?: number, maxPages?: number)
List consents resources
ArgumentTypeDescription
filter?stringOptional. Restricts the Consents returned to those matching a filter. The following syntax is available: * A string field value can be written as text inside quotation marks, for example `"query text"`. The only valid relational operation for text fields is equality (`=`), where text is searched within the field, rather than having the field be equal to the text. For example, `"Comment = great"` returns messages with `great` in the comment field. * A number field value can be written as an integ
pageSize?numberOptional. Limit on the number of Consents to return in a single response. If not specified, 100 is used. May not be larger than 1000.
maxPages?numberMaximum number of pages to fetch (default: 10)
fn activate(consentArtifact?: any, expireTime?: any, ttl?: any)
activate
ArgumentTypeDescription
consentArtifact?any
expireTime?any
ttl?any
fn list_revisions()
list revisions
fn reject(consentArtifact?: any)
reject
ArgumentTypeDescription
consentArtifact?any
fn revoke(consentArtifact?: any)
revoke
ArgumentTypeDescription
consentArtifact?any

Resources

state(infinite)— Represents a user's consent.
@swamp/gcp/healthcare/datasets-consentstores-userdatamappingsv2026.07.29.1datasets_consentstores_userdatamappings.ts

Global Arguments

ArgumentTypeDescription
accessToken?stringGCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
credentialsJson?stringGCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault.
project?stringGCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables.
scopes?stringComma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes.
quotaProject?stringGCP project ID for quota and billing attribution; sets the x-goog-user-project header. Overrides GOOGLE_CLOUD_QUOTA_PROJECT environment variable. Required for APIs like Cloud Identity when using user credentials.
dataId?stringRequired. A unique identifier for the mapped resource.
name?stringResource name of the User data mapping, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/consentStores/{consent_store_id}/userDataMappings/{user_data_mapping_id}`.
resourceAttributes?arrayAttributes of the resource. Only explicitly set attributes are displayed here. Attribute definitions with defaults set implicitly apply to these User data mappings. Attributes listed here must be single valued, that is, exactly one value is specified for the field "values" in each Attribute.
userId?stringRequired. User's UUID provided by the client.
parent?stringThe parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456)
location?stringThe location for this resource (e.g., 'us', 'us-central1', 'europe-west1')
fn create()
Create a userDataMappings
fn get(identifier: string)
Get a userDataMappings
ArgumentTypeDescription
identifierstringThe name of the userDataMappings
fn update(identifier?: string)
Update userDataMappings attributes
ArgumentTypeDescription
identifier?stringTarget a specific userDataMappings by name (e.g. one discovered by list)
fn delete(identifier: string)
Delete the userDataMappings
ArgumentTypeDescription
identifierstringThe name of the userDataMappings
fn sync(identifier?: string)
Sync userDataMappings state from GCP
ArgumentTypeDescription
identifier?stringTarget a specific userDataMappings by name (e.g. one discovered by list)
fn list(filter?: string, pageSize?: number, maxPages?: number)
List userDataMappings resources
ArgumentTypeDescription
filter?stringOptional. Restricts the User data mappings returned to those matching a filter. The following syntax is available: * A string field value can be written as text inside quotation marks, for example `"query text"`. The only valid relational operation for text fields is equality (`=`), where text is searched within the field, rather than having the field be equal to the text. For example, `"Comment = great"` returns messages with `great` in the comment field. * A number field value can be written a
pageSize?numberOptional. Limit on the number of User data mappings to return in a single response. If not specified, 100 is used. May not be larger than 1000.
maxPages?numberMaximum number of pages to fetch (default: 10)
fn archive()
archive

Resources

state(infinite)— Maps a resource to the associated user and Attributes.
@swamp/gcp/healthcare/datasets-dicomstoresv2026.07.29.1datasets_dicomstores.ts

Global Arguments

ArgumentTypeDescription
accessToken?stringGCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
credentialsJson?stringGCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault.
project?stringGCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables.
scopes?stringComma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes.
quotaProject?stringGCP project ID for quota and billing attribution; sets the x-goog-user-project header. Overrides GOOGLE_CLOUD_QUOTA_PROJECT environment variable. Required for APIs like Cloud Identity when using user credentials.
labels?recordUser-supplied key-value pairs used to organize DICOM stores. Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: \\p{Ll}\\p{Lo}{0,62} Label values are optional, must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: [\\p{Ll}\\p{Lo}\\p{N}_-]{0,63} No more than 64 labels can be associated with a given store
name?stringIdentifier. Resource name of the DICOM store, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomStores/{dicom_store_id}`.
notificationConfig?objectOptional. Notification destination for new DICOM instances. Supplied by the client.
notificationConfigs?arrayOptional. Specifies where and whether to send notifications upon changes to a DICOM store.
streamConfigs?arrayOptional. A list of streaming configs used to configure the destination of streaming exports for every DICOM instance insertion in this DICOM store. After a new config is added to `stream_configs`, DICOM instance insertions are streamed to the new destination. When a config is removed from `stream_configs`, the server stops streaming to that destination. Each config must contain a unique destination.
dicomStoreId?stringRequired. The ID of the DICOM store that is being created. Any string value up to 256 characters in length.
parent?stringThe parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456)
location?stringThe location for this resource (e.g., 'us', 'us-central1', 'europe-west1')
fn create()
Create a dicomStores
fn get(identifier: string)
Get a dicomStores
ArgumentTypeDescription
identifierstringThe name of the dicomStores
fn update(identifier?: string)
Update dicomStores attributes
ArgumentTypeDescription
identifier?stringTarget a specific dicomStores by name (e.g. one discovered by list)
fn delete(identifier: string)
Delete the dicomStores
ArgumentTypeDescription
identifierstringThe name of the dicomStores
fn sync(identifier?: string)
Sync dicomStores state from GCP
ArgumentTypeDescription
identifier?stringTarget a specific dicomStores by name (e.g. one discovered by list)
fn list(filter?: string, pageSize?: number, maxPages?: number)
List dicomStores resources
ArgumentTypeDescription
filter?stringRestricts stores returned to those matching a filter. The following syntax is available: * A string field value can be written as text inside quotation marks, for example `"query text"`. The only valid relational operation for text fields is equality (`=`), where text is searched within the field, rather than having the field be equal to the text. For example, `"Comment = great"` returns messages with `great` in the comment field. * A number field value can be written as an integer, a decimal, o
pageSize?numberLimit on the number of DICOM stores to return in a single response. If not specified, 100 is used. May not be larger than 1000.
maxPages?numberMaximum number of pages to fetch (default: 10)
fn deidentify(config?: any, destinationStore?: any, filterConfig?: any, gcsConfigUri?: any)
deidentify
ArgumentTypeDescription
config?any
destinationStore?any
filterConfig?any
gcsConfigUri?any
fn export(bigqueryDestination?: any, gcsDestination?: any)
export
ArgumentTypeDescription
bigqueryDestination?any
gcsDestination?any
fn get_dicomstore_metrics()
get dicomstore metrics
fn get_iam_policy()
get iam policy
fn import(blobStorageSettings?: any, gcsSource?: any)
import
ArgumentTypeDescription
blobStorageSettings?any
gcsSource?any
fn search_for_instances()
search for instances
fn search_for_series()
search for series
fn search_for_studies()
search for studies
fn set_blob_storage_settings(blobStorageSettings?: any, filterConfig?: any)
set blob storage settings
ArgumentTypeDescription
blobStorageSettings?any
filterConfig?any
fn set_iam_policy(policy?: any, updateMask?: any)
set iam policy
ArgumentTypeDescription
policy?any
updateMask?any
fn store_instances(contentType?: any, data?: any, extensions?: any)
store instances
ArgumentTypeDescription
contentType?any
data?any
extensions?any
fn test_iam_permissions(permissions?: any)
test iam permissions
ArgumentTypeDescription
permissions?any

Resources

state(infinite)— Represents a DICOM store.
@swamp/gcp/healthcare/datasets-fhirstoresv2026.07.29.1datasets_fhirstores.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
accessToken?stringGCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
credentialsJson?stringGCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault.
project?stringGCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables.
scopes?stringComma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes.
quotaProject?stringGCP project ID for quota and billing attribution; sets the x-goog-user-project header. Overrides GOOGLE_CLOUD_QUOTA_PROJECT environment variable. Required for APIs like Cloud Identity when using user credentials.
bulkExportGcsDestination?objectOptional. FHIR bulk export exports resources to the specified Cloud Storage destination. A Cloud Storage destination is a URI for a Cloud Storage directory where result files will be written. Only used in the spec-defined bulk $export methods. The Cloud Healthcare Service Agent requires the `roles/storage.objectAdmin` Cloud IAM role on the destination.
complexDataTypeReferenceParsing?enumOptional. Enable parsing of references within complex FHIR data types such as Extensions. If this value is set to ENABLED, then features like referential integrity and Bundle reference rewriting apply to all references. If this flag has not been specified the behavior of the FHIR store will not change, references in complex data types will not be parsed. New stores will have this value set to ENABLED after a notification period. Warning: turning on this flag causes processing existing resources
consentConfig?objectOptional. Specifies whether this store has consent enforcement. Not available for DSTU2 FHIR version due to absence of Consent resources. Not supported for R5 FHIR version.
defaultSearchHandlingStrict?booleanOptional. If true, overrides the default search behavior for this FHIR store to `handling=strict` which returns an error for unrecognized search parameters. If false, uses the FHIR specification default `handling=lenient` which ignores unrecognized search parameters. The handling can always be changed from the default on an individual API call by setting the HTTP header `Prefer: handling=strict` or `Prefer: handling=lenient`. Defaults to false.
disableReferentialIntegrity?booleanImmutable. Whether to disable referential integrity in this FHIR store. This field is immutable after FHIR store creation. The default value is false, meaning that the API enforces referential integrity and fails the requests that result in inconsistent state in the FHIR store. When this field is set to true, the API skips referential integrity checks. Consequently, operations that rely on references, such as GetPatientEverything, do not return all the results if broken references exist.
disableResourceVersioning?booleanImmutable. Whether to disable resource versioning for this FHIR store. This field can not be changed after the creation of FHIR store. If set to false, all write operations cause historical versions to be recorded automatically. The historical versions can be fetched through the history APIs, but cannot be updated. If set to true, no historical versions are kept. The server sends errors for attempts to read the historical versions. Defaults to false.
enableUpdateCreate?booleanOptional. Whether this FHIR store has the [updateCreate capability](https://www.hl7.org/fhir/capabilitystatement-definitions.html#CapabilityStatement.rest.resource.updateCreate). This determines if the client can use an Update operation to create a new resource with a client-specified ID. If false, all IDs are server-assigned through the Create operation and attempts to update a non-existent resource return errors. It is strongly advised not to include or encode any sensitive data such as patien
labels?recordUser-supplied key-value pairs used to organize FHIR stores. Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: \\p{Ll}\\p{Lo}{0,62} Label values are optional, must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: [\\p{Ll}\\p{Lo}\\p{N}_-]{0,63} No more than 64 labels can be associated with a given store.
notificationConfig?objectDeprecated. Use `notification_configs` instead. If non-empty, publish all resource modifications of this FHIR store to this destination. The Pub/Sub message attributes contain a map with a string describing the action that has triggered the notification. For example, "action":"CreateResource". Not supported in R5. Use `notification_configs` instead.
notificationConfigs?arrayOptional. Specifies where and whether to send notifications upon changes to a FHIR store.
streamConfigsarray
validationConfig?objectOptional. Configuration for how to validate incoming FHIR resources against configured profiles.
version?enumRequired. Immutable. The FHIR specification version that this FHIR store supports natively. This field is immutable after store creation. Requests are rejected if they contain FHIR resources of a different version. Version is required for every FHIR store.
fhirStoreId?stringRequired. The ID of the FHIR store that is being created. The string must match the following regex: `[\\p{L}\\p{N}_\\-\\.]{1,256}`.
parent?stringThe parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456)
location?stringThe location for this resource (e.g., 'us', 'us-central1', 'europe-west1')
fn create()
Create a fhirStores
fn get(identifier: string)
Get a fhirStores
ArgumentTypeDescription
identifierstringThe name of the fhirStores
fn update(identifier?: string)
Update fhirStores attributes
ArgumentTypeDescription
identifier?stringTarget a specific fhirStores by name (e.g. one discovered by list)
fn delete(identifier: string)
Delete the fhirStores
ArgumentTypeDescription
identifierstringThe name of the fhirStores
fn sync(identifier?: string)
Sync fhirStores state from GCP
ArgumentTypeDescription
identifier?stringTarget a specific fhirStores by name (e.g. one discovered by list)
fn list(filter?: string, pageSize?: number, maxPages?: number)
List fhirStores resources
ArgumentTypeDescription
filter?stringRestricts stores returned to those matching a filter. The following syntax is available: * A string field value can be written as text inside quotation marks, for example `"query text"`. The only valid relational operation for text fields is equality (`=`), where text is searched within the field, rather than having the field be equal to the text. For example, `"Comment = great"` returns messages with `great` in the comment field. * A number field value can be written as an integer, a decimal, o
pageSize?numberLimit on the number of FHIR stores to return in a single response. If not specified, 100 is used. May not be larger than 1000.
maxPages?numberMaximum number of pages to fetch (default: 10)
fn apply_admin_consents(newConsentsList?: any, validateOnly?: any)
apply admin consents
ArgumentTypeDescription
newConsentsList?any
validateOnly?any
fn apply_consents(patientScope?: any, timeRange?: any, validateOnly?: any)
apply consents
ArgumentTypeDescription
patientScope?any
timeRange?any
validateOnly?any
fn bulk_export_group()
bulk-export-group
fn bulk_delete(gcsDestination?: any, type?: any, until?: any, validateOnly?: any, versionConfig?: any)
bulk delete
ArgumentTypeDescription
gcsDestination?any
type?any
until?any
validateOnly?any
versionConfig?any
fn deidentify(config?: any, destinationStore?: any, gcsConfigUri?: any, resourceFilter?: any, skipModifiedResources?: any)
deidentify
ArgumentTypeDescription
config?any
destinationStore?any
gcsConfigUri?any
resourceFilter?any
skipModifiedResources?any
fn explain_data_access()
explain data access
fn export(_since?: any, _type?: any, bigqueryDestination?: any, gcsDestination?: any)
export
ArgumentTypeDescription
_since?any
_type?any
bigqueryDestination?any
gcsDestination?any
fn get_fhirstore_metrics()
get fhirstore metrics
fn get_iam_policy()
get iam policy
fn import(contentStructure?: any, gcsSource?: any)
import
ArgumentTypeDescription
contentStructure?any
gcsSource?any
fn rollback(changeType?: any, excludeRollbacks?: any, filteringFields?: any, force?: any, inputGcsObject?: any, resultGcsBucket?: any, rollbackTime?: any, type?: any)
rollback
ArgumentTypeDescription
changeType?any
excludeRollbacks?any
filteringFields?any
force?any
inputGcsObject?any
resultGcsBucket?any
rollbackTime?any
type?any
fn set_iam_policy(policy?: any, updateMask?: any)
set iam policy
ArgumentTypeDescription
policy?any
updateMask?any
fn test_iam_permissions(permissions?: any)
test iam permissions
ArgumentTypeDescription
permissions?any

Resources

state(infinite)— Represents a FHIR store.
@swamp/gcp/healthcare/datasets-hl7v2storesv2026.07.29.1datasets_hl7v2stores.ts

Global Arguments

ArgumentTypeDescription
accessToken?stringGCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
credentialsJson?stringGCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault.
project?stringGCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables.
scopes?stringComma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes.
quotaProject?stringGCP project ID for quota and billing attribution; sets the x-goog-user-project header. Overrides GOOGLE_CLOUD_QUOTA_PROJECT environment variable. Required for APIs like Cloud Identity when using user credentials.
labels?recordUser-supplied key-value pairs used to organize HL7v2 stores. Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: \\p{Ll}\\p{Lo}{0,62} Label values are optional, must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: [\\p{Ll}\\p{Lo}\\p{N}_-]{0,63} No more than 64 labels can be associated with a given store
name?stringIdentifier. Resource name of the HL7v2 store, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/hl7V2Stores/{hl7v2_store_id}`.
notificationConfigsarray
parserConfig?objectOptional. The configuration for the parser. It determines how the server parses the messages.
rejectDuplicateMessage?booleanOptional. Determines whether to reject duplicate messages. A duplicate message is a message with the same raw bytes as a message that has already been ingested/created in this HL7v2 store. The default value is false, meaning that the store accepts the duplicate messages and it also returns the same ACK message in the IngestMessageResponse as has been returned previously. Note that only one resource is created in the store. When this field is set to true, CreateMessage/IngestMessage requests with
hl7V2StoreId?stringRequired. The ID of the HL7v2 store that is being created. The string must match the following regex: `[\\p{L}\\p{N}_\\-\\.]{1,256}`.
parent?stringThe parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456)
location?stringThe location for this resource (e.g., 'us', 'us-central1', 'europe-west1')
fn create()
Create a hl7V2Stores
fn get(identifier: string)
Get a hl7V2Stores
ArgumentTypeDescription
identifierstringThe name of the hl7V2Stores
fn update(identifier?: string)
Update hl7V2Stores attributes
ArgumentTypeDescription
identifier?stringTarget a specific hl7V2Stores by name (e.g. one discovered by list)
fn delete(identifier: string)
Delete the hl7V2Stores
ArgumentTypeDescription
identifierstringThe name of the hl7V2Stores
fn sync(identifier?: string)
Sync hl7V2Stores state from GCP
ArgumentTypeDescription
identifier?stringTarget a specific hl7V2Stores by name (e.g. one discovered by list)
fn list(filter?: string, pageSize?: number, maxPages?: number)
List hl7V2Stores resources
ArgumentTypeDescription
filter?stringRestricts stores returned to those matching a filter. The following syntax is available: * A string field value can be written as text inside quotation marks, for example `"query text"`. The only valid relational operation for text fields is equality (`=`), where text is searched within the field, rather than having the field be equal to the text. For example, `"Comment = great"` returns messages with `great` in the comment field. * A number field value can be written as an integer, a decimal, o
pageSize?numberLimit on the number of HL7v2 stores to return in a single response. If not specified, 100 is used. May not be larger than 1000.
maxPages?numberMaximum number of pages to fetch (default: 10)
fn export(endTime?: any, filter?: any, gcsDestination?: any, pubsubDestination?: any, startTime?: any)
export
ArgumentTypeDescription
endTime?any
filter?any
gcsDestination?any
pubsubDestination?any
startTime?any
fn get_hl7v2store_metrics()
get hl7v2store metrics
fn get_iam_policy()
get iam policy
fn import(gcsSource?: any)
import
ArgumentTypeDescription
gcsSource?any
fn rollback(changeType?: any, excludeRollbacks?: any, filteringFields?: any, force?: any, inputGcsObject?: any, resultGcsBucket?: any, rollbackTime?: any)
rollback
ArgumentTypeDescription
changeType?any
excludeRollbacks?any
filteringFields?any
force?any
inputGcsObject?any
resultGcsBucket?any
rollbackTime?any
fn set_iam_policy(policy?: any, updateMask?: any)
set iam policy
ArgumentTypeDescription
policy?any
updateMask?any
fn test_iam_permissions(permissions?: any)
test iam permissions
ArgumentTypeDescription
permissions?any

Resources

state(infinite)— Represents an HL7v2 store.
@swamp/gcp/healthcare/datasets-hl7v2stores-messagesv2026.07.29.1datasets_hl7v2stores_messages.ts

Global Arguments

ArgumentTypeDescription
accessToken?stringGCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
credentialsJson?stringGCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault.
project?stringGCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables.
scopes?stringComma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes.
quotaProject?stringGCP project ID for quota and billing attribution; sets the x-goog-user-project header. Overrides GOOGLE_CLOUD_QUOTA_PROJECT environment variable. Required for APIs like Cloud Identity when using user credentials.
message?objectRequired. HL7v2 message.
createTime?stringOutput only. The datetime when the message was created. Set by the server.
data?stringRequired. Raw message bytes.
labels?recordUser-supplied key-value pairs used to organize HL7v2 stores. Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: \\p{Ll}\\p{Lo}{0,62} Label values are optional, must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: [\\p{Ll}\\p{Lo}\\p{N}_-]{0,63} No more than 64 labels can be associated with a given store
messageType?stringOutput only. The message type for this message. MSH-9.1.
name?stringOutput only. Resource name of the Message, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/hl7V2Stores/{hl7_v2_store_id}/messages/{message_id}`.
parsedData?objectOutput only. The parsed version of the raw message data.
patientIds?arrayOutput only. All patient IDs listed in the PID-2, PID-3, and PID-4 segments of this message.
schematizedData?objectOutput only. The parsed version of the raw message data schematized according to this store's schemas and type definitions.
sendFacility?stringOutput only. The hospital that this message came from. MSH-4.
sendTime?stringOutput only. The datetime the sending application sent this message. MSH-7.
parent?stringThe parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456)
location?stringThe location for this resource (e.g., 'us', 'us-central1', 'europe-west1')
fn create()
Create a messages
fn get(identifier: string)
Get a messages
ArgumentTypeDescription
identifierstringThe name of the messages
fn update(identifier?: string)
Update messages attributes
ArgumentTypeDescription
identifier?stringTarget a specific messages by name (e.g. one discovered by list)
fn delete(identifier: string)
Delete the messages
ArgumentTypeDescription
identifierstringThe name of the messages
fn sync(identifier?: string)
Sync messages state from GCP
ArgumentTypeDescription
identifier?stringTarget a specific messages by name (e.g. one discovered by list)
fn list(filter?: string, orderBy?: string, pageSize?: number, view?: string, maxPages?: number)
List messages resources
ArgumentTypeDescription
filter?stringRestricts messages returned to those matching a filter. The following syntax is available: * A string field value can be written as text inside quotation marks, for example `"query text"`. The only valid relational operation for text fields is equality (`=`), where text is searched within the field, rather than having the field be equal to the text. For example, `"Comment = great"` returns messages with `great` in the comment field. * A number field value can be written as an integer, a decimal,
orderBy?stringOrders messages returned by the specified order_by clause. Syntax: https://cloud.google.com/apis/design/design_patterns#sorting_order Fields available for ordering are: * `send_time`
pageSize?numberLimit on the number of messages to return in a single response. If not specified, 100 is used. May not be larger than 1000.
view?stringSpecifies the parts of the Message to return in the response. When unspecified, equivalent to BASIC. Setting this to anything other than BASIC with a `page_size` larger than the default can generate a large response, which impacts the performance of this method.
maxPages?numberMaximum number of pages to fetch (default: 10)
fn ingest(message?: any)
ingest
ArgumentTypeDescription
message?any

Resources

state(infinite)— A complete HL7v2 message. See [Introduction to HL7 Standards] (https://www.hl...
@swamp/gcp/healthcare/locationsv2026.07.29.1locations.ts

Global Arguments

ArgumentTypeDescription
accessToken?stringGCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
credentialsJson?stringGCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault.
project?stringGCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables.
scopes?stringComma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes.
quotaProject?stringGCP project ID for quota and billing attribution; sets the x-goog-user-project header. Overrides GOOGLE_CLOUD_QUOTA_PROJECT environment variable. Required for APIs like Cloud Identity when using user credentials.
namestringThe resource that owns the locations collection, if applicable.
fn get(identifier: string)
Get a locations
ArgumentTypeDescription
identifierstringThe name of the locations
fn sync(identifier?: string)
Sync locations state from GCP
ArgumentTypeDescription
identifier?stringTarget a specific locations by name (e.g. one discovered by list)
fn list(extraLocationTypes?: string, filter?: string, pageSize?: number, maxPages?: number)
List locations resources
ArgumentTypeDescription
extraLocationTypes?stringOptional. Do not use this field unless explicitly documented otherwise. This is primarily for internal usage.
filter?stringA filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
pageSize?numberThe maximum number of results to return. If not set, the service selects a default.
maxPages?numberMaximum number of pages to fetch (default: 10)

Resources

state(infinite)— A resource that represents a Google Cloud location.
04Previous Versions19
2026.07.21.4
  • Updated: locations, datasets_fhirstores
2026.07.21.1
  • Updated: datasets, datasets_consentstores_consentartifacts, datasets_consentstores_consents, datasets_dicomstores, datasets_fhirstores, datasets_hl7v2stores, datasets_hl7v2stores_messages
2026.07.20.2
  • Updated: locations, datasets_fhirstores
2026.07.20.1
  • Updated: locations, datasets, datasets_consentstores, datasets_consentstores_attributedefinitions, datasets_consentstores_consentartifacts, datasets_consentstores_consents, datasets_consentstores_userdatamappings, datasets_dicomstores, datasets_fhirstores, datasets_hl7v2stores, datasets_hl7v2stores_messages
2026.07.19.2
  • Updated: locations
2026.07.19.1
  • Updated: locations, datasets, datasets_consentstores, datasets_consentstores_attributedefinitions, datasets_consentstores_consentartifacts, datasets_consentstores_consents, datasets_consentstores_userdatamappings, datasets_dicomstores, datasets_fhirstores, datasets_hl7v2stores, datasets_hl7v2stores_messages
2026.07.18.2
  • Updated: locations, datasets, datasets_consentstores, datasets_consentstores_attributedefinitions, datasets_consentstores_consentartifacts, datasets_consentstores_consents, datasets_consentstores_userdatamappings, datasets_dicomstores, datasets_fhirstores, datasets_hl7v2stores, datasets_hl7v2stores_messages
2026.07.17.2
  • Updated: datasets, datasets_consentstores, datasets_consentstores_attributedefinitions, datasets_consentstores_consentartifacts, datasets_consentstores_consents, datasets_consentstores_userdatamappings, datasets_dicomstores, datasets_fhirstores, datasets_hl7v2stores, datasets_hl7v2stores_messages
2026.07.17.1
  • Updated: datasets, datasets_consentstores, datasets_consentstores_attributedefinitions, datasets_consentstores_consentartifacts, datasets_consentstores_consents, datasets_consentstores_userdatamappings, datasets_dicomstores, datasets_fhirstores, datasets_hl7v2stores, datasets_hl7v2stores_messages

Added 11, removed 1 models

2026.06.08.2
  • Updated: locations, datasets, datasets_consentstores, datasets_consentstores_attributedefinitions, datasets_consentstores_consentartifacts, datasets_consentstores_consents, datasets_consentstores_userdatamappings, datasets_dicomstores, datasets_fhirstores, datasets_hl7v2stores, datasets_hl7v2stores_messages
2026.06.07.1
  • Updated: locations, datasets, datasets_consentstores, datasets_consentstores_attributedefinitions, datasets_consentstores_consentartifacts, datasets_consentstores_consents, datasets_consentstores_userdatamappings, datasets_dicomstores, datasets_fhirstores, datasets_hl7v2stores, datasets_hl7v2stores_messages
2026.05.26.1
  • Updated: locations, datasets_fhirstores
2026.05.25.1
  • Updated: locations, datasets, datasets_consentstores, datasets_consentstores_attributedefinitions, datasets_consentstores_consentartifacts, datasets_consentstores_consents, datasets_consentstores_userdatamappings, datasets_dicomstores, datasets_fhirstores, datasets_hl7v2stores, datasets_hl7v2stores_messages

Modified 11 models

2026.05.24.1
  • Updated: locations, datasets, datasets_consentstores, datasets_consentstores_attributedefinitions, datasets_consentstores_consentartifacts, datasets_consentstores_consents, datasets_consentstores_userdatamappings, datasets_dicomstores, datasets_fhirstores, datasets_hl7v2stores, datasets_hl7v2stores_messages
2026.05.21.2
  • Updated: locations, datasets, datasets_consentstores, datasets_consentstores_attributedefinitions, datasets_consentstores_consentartifacts, datasets_consentstores_consents, datasets_consentstores_userdatamappings, datasets_dicomstores, datasets_fhirstores, datasets_hl7v2stores, datasets_hl7v2stores_messages
2026.05.21.1

Modified 5 models

2026.05.20.1
  • Updated: datasets_fhirstores
2026.05.19.2
2026.05.19.1
05Stats
A
100 / 100
Downloads
0
Archive size
208.0 KB
Verified by Swamp
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types (deprecated)1/1earned
  • Dependencies pass trust audit2/2earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared1/1earned
  • Verified public repository2/2earned
06Platforms
07Labels