We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d4227a commit 26d01e6Copy full SHA for 26d01e6
docs/resources/cdr_subscription.md
@@ -27,7 +27,7 @@ resource "hsdp_cdr_org" "test" {
27
28
resource "hsdp_cdr_subscription" "patient_changes" {
29
# Refer to the fhir_store through the CDR Organization
30
- fhir_store = hsdp_cdr_org.test.endpoint
+ fhir_store = hsdp_cdr_org.test.fhir_store
31
version = "r4"
32
33
criteria = "Patient"
0 commit comments