Skip to content

Commit

Permalink
updated .html in medication.form.coding.system
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanwilliammd committed Dec 2, 2024
1 parent f0b0993 commit 664813a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FHIR/Medication.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public function setForm($code = null)
}

$this->medication['form']['coding'][] = [
'system' => 'http://terminology.hl7.org/CodeSystem/medication-form-codes',
'system' => 'http://terminology.hl7.org/CodeSystem/medication-form-codes.html',
'code' => $code,
'display' => $this->medication_form[$code],
];
Expand Down

0 comments on commit 664813a

Please sign in to comment.