-
We are having issues loading Synthea test patients on a FHIR server that supports US Core 3.1.1. I pulled an older version of Synthea that supports US Core 3.1.1. I believe it is a April 2023 branch that was recommended in another post in Discussions. Is there a configuration in the properties files that restrict claims data from being exported? The server we are using does not support claims because they say that resource is not in 3.1.1. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Yes, there is a way to filter out certain resource types. The config setting is This feature was added in November 2022 so it should be available in the version you have (#1178) |
Beta Was this translation helpful? Give feedback.
-
Great! Thank you Dylan!
From: Dylan Hall ***@***.***>
Sent: Thursday, November 16, 2023 3:42 PM
To: synthetichealth/synthea ***@***.***>
Cc: Gary Isaac ***@***.***>; Author ***@***.***>
Subject: Re: [synthetichealth/synthea] Configuration to omit generation of claims data (Discussion #1397)
Yes, there is a way to filter out certain resource types. The config setting is exporter.fhir.excluded_resources which you can either set in src/main/resources/synthea.properties or on the command line, ex ./run_synthea --exporter.fhir.excluded_resources=Claim. This setting takes a comma-separated list of resource types if you want to exclude more than one, for example exporter.fhir.excluded_resources=Claim,ExplanationOfBenefit,Provenance
This feature was added in November 2022 so it should be available in the version you have (#1178<#1178>)
—
Reply to this email directly, view it on GitHub<#1397 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAYMLVNE5BDJ45H7WIR3DBTYEZ3BFAVCNFSM6AAAAAA7OKDNCOVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TKOJSGM4TM>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
Yes, there is a way to filter out certain resource types. The config setting is
exporter.fhir.excluded_resources
which you can either set insrc/main/resources/synthea.properties
or on the command line, ex./run_synthea --exporter.fhir.excluded_resources=Claim
. This setting takes a comma-separated list of resource types if you want to exclude more than one, for exampleexporter.fhir.excluded_resources=Claim,ExplanationOfBenefit,Provenance
This feature was added in November 2022 so it should be available in the version you have (#1178)