Skip to content

Commit

Permalink
updated setSubstitution allowed=true
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanwilliammd committed Dec 1, 2024
1 parent 33aece7 commit 359d34a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FHIR/MedicationRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ public function setDispenseRequest($quantity, $unit, $iter = 0, $validityPeriodS
$this->medication_request['dispenseRequest'] = $dispense_request;
}

public function setSubstitution($allowed = false, $reason = 'G')
public function setSubstitution($allowed = true, $reason = 'G')
{
$substitution['allowedBoolean'] = $allowed;

Expand Down

0 comments on commit 359d34a

Please sign in to comment.