Skip to content

Commit

Permalink
Remove extra Content Modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
caspears committed Sep 2, 2023
1 parent 45d5347 commit d821409
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,6 @@ private static CommunicationRequest createCommunicationRequest(Claim claim, Clai
{
crPayload.addExtension(FhirUtils.PAYLOAD_COMMUNICATED_DIAGNOSIS, diagnosis.getDiagnosisCodeableConcept());
}
crPayload.addExtension(FhirUtils.PAYLOAD_CONTENT_MODIFIER, new CodeableConcept(new Coding("http://loinc.org", "18748-4", "Diagnostic imaging study")));
}
crPayload.setContent(new StringType("Please provide the additional requested information"));
communicationRequest.addPayload(crPayload);
Expand Down

0 comments on commit d821409

Please sign in to comment.