Skip to content

Commit 3e37a99

Browse files
committed
modified allow list org property name to only use lower case and dots
1 parent d22ae71 commit 3e37a99

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

dsf-bpe-process-update-allow-list/src/main/resources/fhir/ActivityDefinition/highmed-updateAllowList.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<extension url="http://highmed.org/fhir/StructureDefinition/extension-process-authorization-organization">
1818
<valueIdentifier>
1919
<system value="http://highmed.org/sid/organization-identifier" />
20-
<value value="${org.highmed.dsf.bpe.allowListOrganization:hs-heilbronn.de}" />
20+
<value value="${org.highmed.dsf.bpe.allow.list.organization:hs-heilbronn.de}" />
2121
</valueIdentifier>
2222
</extension>
2323
<system value="http://highmed.org/fhir/CodeSystem/process-authorization" />
@@ -29,7 +29,7 @@
2929
<extension url="http://highmed.org/fhir/StructureDefinition/extension-process-authorization-organization">
3030
<valueIdentifier>
3131
<system value="http://highmed.org/sid/organization-identifier" />
32-
<value value="${org.highmed.dsf.bpe.allowListOrganization:hs-heilbronn.de}" />
32+
<value value="${org.highmed.dsf.bpe.allow.list.organization:hs-heilbronn.de}" />
3333
</valueIdentifier>
3434
</extension>
3535
<system value="http://highmed.org/fhir/CodeSystem/process-authorization" />

dsf-bpe-process-update-resources/src/main/resources/fhir/ActivityDefinition/highmed-executeUpdateResources.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<extension url="http://highmed.org/fhir/StructureDefinition/extension-process-authorization-organization">
1818
<valueIdentifier>
1919
<system value="http://highmed.org/sid/organization-identifier" />
20-
<value value="${org.highmed.dsf.bpe.allowListOrganization:hs-heilbronn.de}" />
20+
<value value="${org.highmed.dsf.bpe.allow.list.organization:hs-heilbronn.de}" />
2121
</valueIdentifier>
2222
</extension>
2323
<system value="http://highmed.org/fhir/CodeSystem/process-authorization" />

dsf-bpe-process-update-resources/src/main/resources/fhir/ActivityDefinition/highmed-requestUpdateResources.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<extension url="http://highmed.org/fhir/StructureDefinition/extension-process-authorization-organization">
1818
<valueIdentifier>
1919
<system value="http://highmed.org/sid/organization-identifier" />
20-
<value value="${org.highmed.dsf.bpe.allowListOrganization:hs-heilbronn.de}" />
20+
<value value="${org.highmed.dsf.bpe.allow.list.organization:hs-heilbronn.de}" />
2121
</valueIdentifier>
2222
</extension>
2323
<system value="http://highmed.org/fhir/CodeSystem/process-authorization" />
@@ -29,7 +29,7 @@
2929
<extension url="http://highmed.org/fhir/StructureDefinition/extension-process-authorization-organization">
3030
<valueIdentifier>
3131
<system value="http://highmed.org/sid/organization-identifier" />
32-
<value value="${org.highmed.dsf.bpe.allowListOrganization:hs-heilbronn.de}" />
32+
<value value="${org.highmed.dsf.bpe.allow.list.organization:hs-heilbronn.de}" />
3333
</valueIdentifier>
3434
</extension>
3535
<system value="http://highmed.org/fhir/CodeSystem/process-authorization" />

0 commit comments

Comments
 (0)