Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
Merge branch 'release/0.2.0'
Browse files Browse the repository at this point in the history
* release/0.2.0:
  fix typos
  prepare releaase v0.2.0
  • Loading branch information
wetret committed Aug 1, 2022
2 parents ac1c24a + 7807960 commit 4eee12e
Show file tree
Hide file tree
Showing 18 changed files with 60 additions and 60 deletions.
2 changes: 1 addition & 1 deletion mii-dsf-process-kds-report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>mii-dsf-processes</artifactId>
<groupId>de.medizininformatik-initiative</groupId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
public class KdsReportProcessPluginDefinition implements ProcessPluginDefinition
{
public static final String VERSION = "0.2.0";
public static final LocalDate RELEASE_DATE = LocalDate.of(2022, 4, 14);
public static final LocalDate RELEASE_DATE = LocalDate.of(2022, 8, 1);

@Override
public String getName()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
</concept>
<concept>
<code value="receipt-ok" />
<display value="Receive ok" />
<display value="Receipt ok" />
<definition value="Ok received from HRP" />
</concept>
<concept>
<code value="receipt-error" />
<display value="Receive error" />
<display value="Receipt error" />
<definition value="Error received from HRP" />
</concept>
<concept>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@
<code value="ALL" />
</tag>
</meta>
<url value="http://medizininformatik-initiative.de/fhir/ValueSet/report-status-send" />
<url value="http://medizininformatik-initiative.de/fhir/ValueSet/kds-report-status-send" />
<!-- version managed by bpe -->
<version value="#{version}" />
<name value="MII_Report_Status_Send" />
<title value="MII Report Status Send" />
<name value="MII_KDS_Report_Status_Send" />
<title value="MII KDS Report Status Send" />
<!-- status managed by bpe -->
<status value="unknown" />
<experimental value="false" />
<!-- date managed by bpe -->
<date value="#{date}" />
<publisher value="Medizininformatik-Initiative" />
<description value="ValueSet with values for the report send status" />
<description value="ValueSet with values for the KDS report send status" />
<immutable value="true" />
<compose>
<include>
<system value="http://medizininformatik-initiative.de/fhir/CodeSystem/report-status" />
<system value="http://medizininformatik-initiative.de/fhir/CodeSystem/kds-report-status" />
<concept>
<code value="not-allowed" />
<display value="Not allowed" />
Expand All @@ -36,11 +36,11 @@
</concept>
<concept>
<code value="receipt-ok" />
<display value="Receive ok" />
<display value="Receipt ok" />
</concept>
<concept>
<code value="receipt-error" />
<display value="Receive error" />
<display value="Receipt error" />
</concept>
</include>
</compose>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Bundle xmlns="http://hl7.org/fhir">
<meta>
<versionId value="1"/>
<lastUpdated value="2022-05-31T10:00:00.000+02:00"/>
<lastUpdated value="2022-08-01T10:00:00.000+01:00"/>
<profile value="http://medizininformatik-initiative.de/fhir/Bundle/mii-kds-report-search-bundle|0.2.0"/>
<tag>
<system value="http://highmed.org/fhir/CodeSystem/read-access-tag" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Bundle xmlns="http://hl7.org/fhir">
<meta>
<versionId value="1"/>
<lastUpdated value="2022-05-31T10:00:00.000+02:00"/>
<lastUpdated value="2022-08-01T10:00:00.000+01:00"/>
<profile value="http://medizininformatik-initiative.de/fhir/Bundle/mii-kds-report-search-bundle|0.2.0"/>
<tag>
<system value="http://highmed.org/fhir/CodeSystem/read-access-tag" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Bundle xmlns="http://hl7.org/fhir">
<meta>
<versionId value="1"/>
<lastUpdated value="2022-05-31T10:00:00.000+02:00"/>
<lastUpdated value="2022-08-01T10:00:00.000+01:00"/>
<profile value="http://medizininformatik-initiative.de/fhir/Bundle/mii-kds-report-search-bundle|0.2.0"/>
<tag>
<system value="http://highmed.org/fhir/CodeSystem/read-access-tag" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Bundle xmlns="http://hl7.org/fhir">
<meta>
<versionId value="1"/>
<lastUpdated value="2022-05-31T10:00:00.000+02:00"/>
<lastUpdated value="2022-08-01T10:00:00.000+01:00"/>
<profile value="http://medizininformatik-initiative.de/fhir/Bundle/mii-kds-report-search-bundle|0.2.0"/>
<tag>
<system value="http://highmed.org/fhir/CodeSystem/read-access-tag" />
Expand All @@ -26,7 +26,7 @@
<status value="active"/>
<kind value="identifier"/>
<!-- date managed by bpe -->
<date value="2022-01-01"/>
<date value="2022-08-01"/>
<publisher value="Medizininformatik-Initiative" />
<responsible value="FDPG"/>
<description value="KDS Report identification of data integration center"/>
Expand Down
Loading

0 comments on commit 4eee12e

Please sign in to comment.