Skip to content

Commit

Permalink
Added CodableConcept to the adjudication review item extension
Browse files Browse the repository at this point in the history
  • Loading branch information
dvargaslantana committed Sep 10, 2023
1 parent 92b7c82 commit cbb095a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ else if(item.hasServicedPeriod())
traceIdentifier.setValue(request.getTraceNumber().getCode());
itemComponent.addExtension(FhirUtils.ITEM_TRACE_NUMBER_EXTENSION_URL, traceIdentifier);

adjudicationReviewItemExtension.addExtension(FhirUtils.REVIEW_REASON_CODE, new Coding("https://codesystem.x12.org/external/886", "OS", "Open, Waiting for Supplier Feedback"));
adjudicationReviewItemExtension.addExtension(FhirUtils.REVIEW_REASON_CODE, new CodeableConcept(new Coding("https://codesystem.x12.org/external/886", "OS", "Open, Waiting for Supplier Feedback")));
adjudication.addExtension(adjudicationReviewItemExtension);
}

Expand Down

0 comments on commit cbb095a

Please sign in to comment.