Skip to content

Commit

Permalink
#450: Adapted CH:PPQm implementation to CH EPR FHIR IG version 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
unixoid committed Dec 21, 2024
1 parent 4ea3167 commit c51651b
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ public class ChPpqmUtils {
try {
FHIR_CONTEXT = IgBasedFhirContextSupplier.getContext(
FhirContext.forR4(),
"classpath:/igs/ch-epr-fhir-4.0.1-ballot.tgz",
"classpath:/igs/ch-epr-term-2.0.9.tgz",
"classpath:/igs/ch-core-4.0.1.tgz");
"classpath:/igs/ch.fhir.ig.ch-epr-fhir-4.0.1.tgz",
"classpath:/igs/ch.fhir.ig.ch-term-3.1.0.tgz",
"classpath:/igs/ch.fhir.ig.ch-core-5.0.0.tgz");
} catch (IOException e) {
throw new ExceptionInInitializerError(e);
}
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
5 changes: 4 additions & 1 deletion src/site/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<body>
<release version="5.0.0" description="" date="">
<action issue="463" dev="unixoid" type="add">
Implement CP-ITI-1301: Support for the option "Target Communities" in XDS metadata queries.
Implement CP-ITI-1301: Support for the option "Target Communities" in XDS metadata queries.
</action>
<action issue="461" dev="ohr" type="update">
Removed HAPI FHIR dependency from ipf-commons-audit module, replacing it with a more flexible
Expand Down Expand Up @@ -57,6 +57,9 @@
<action issue="451" dev="unixoid" type="fix">
Improved translation between DSMLv2 and JSON.
</action>
<action issue="450" dev="unixoid" type="update">
Adapted CH:PPQm implementation to CH EPR FHIR IG version 4.0.1.
</action>
<action issue="449" dev="unixoid" type="add">
Add W3C Trace Context ID to Audit Trail records in the Swiss EPR context.
</action>
Expand Down

0 comments on commit c51651b

Please sign in to comment.