We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ff3c1f commit 9d2fa3bCopy full SHA for 9d2fa3b
src/main/java/org/mitre/synthea/export/FhirR4.java
@@ -2334,7 +2334,7 @@ && shouldExport(org.hl7.fhir.r4.model.Medication.class)) {
2334
org.hl7.fhir.r4.model.Encounter encounterResource =
2335
(org.hl7.fhir.r4.model.Encounter) encounterEntry.getResource();
2336
medicationResource.setRequester(encounterResource.getParticipantFirstRep().getIndividual());
2337
-
+
2338
if (medication.stop != 0L) {
2339
medicationResource.setStatus(MedicationRequestStatus.COMPLETED);
2340
} else {
0 commit comments