Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[APHL-551] fix test failures #781

Merged
merged 1 commit into from
May 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,12 @@ public class CaseReportingOperationProvider {
* @param artifactAssessmentSummary
* @param artifactAssessmentTarget
* @param artifactAssessmentRelatedArtifact
* @param artifactAssessmentAuthor Optional ArtifactComment* arguments represent parts of a
* @param artifactAssessmentAuthor Optional ArtifactAssessment* arguments represent parts of a
* comment to beincluded as part of the approval. The
* artifactComment is a cqfm-artifactComment as defined here:
* http://hl7.org/fhir/us/cqfmeasures/STU3/StructureDefinition-cqfm-artifactComment.html
* artifactAssessment is a crmi-artifactAssessment as defined here:
* http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-artifactAssessment
* A Parameters resource with a parameter for each element
* of the artifactComment Extension definition is
* of the ArtifactAssessment Extension definition is
* used to represent the proper structure.
* @return An IBaseResource that is the targeted resource, updated with the approval
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,15 @@
import org.hl7.fhir.r4.model.ValueSet.ConceptReferenceComponent;
import org.hl7.fhir.r4.model.ValueSet.ConceptSetComponent;
import org.opencds.cqf.fhir.utility.iterable.BundleMappingIterable;
import org.opencds.cqf.ruler.api.Interceptor;

import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.Map;
import java.util.HashMap;

public class ValueSetSynonymUpdateInterceptor {
public class ValueSetSynonymUpdateInterceptor implements Interceptor {
private final String synonymUrl;
private final IRepositoryFactory repositoryFactory;

Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
},
{
"type": "composed-of",
"resource": "http://hl7.org/fhir/us/ecr/Library/library-rctc-example",
"resource": "http://hl7.org/fhir/us/ecr/Library/library-rctc-example|1.0.0.0",
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/crmi-isOwned",
Expand Down
Loading
Loading