Skip to content

Commit

Permalink
updated Readme.md and Medication.form.system
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanwilliammd committed Dec 2, 2024
1 parent 664813a commit d90f976
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- This unofficial SATUSEHAT FHIR PHP Library to help generate SATUSEHAT FHIR-ready JSON, using profile established by [SATUSEHAT Documentation](https://satusehat.kemkes.go.id/platform/docs).
- This repository is rapidly developing and need help. Please kindly comment in [Issue](https://github.com/ivanwilliammd/satusehat-integration/issues) section to contribute or Sponsor this project.
- Features supported --> see [Wiki](https://github.com/ivanwilliammd/satusehat-integration/wiki/Features)
- Error type from SATUSEHAT --> see [PUBLISHED - Dokumen Kamus Rule Number (Error Code)](https://docs.google.com/spreadsheets/d/1vnYFL2Ho1lICEgWmE2HFwkbEgiRvw1uaYBBW8NvwzjI/edit?gid=927500518#gid=927500518)

## SATUSEHAT dissemination summary
- Update (19/9/2024) : Medication is attached to MedicationRequest and MedicationDispense
Expand Down
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.html',
'system' => 'http://terminology.kemkes.go.id/CodeSystem/medication-form',
'code' => $code,
'display' => $this->medication_form[$code],
];
Expand Down

0 comments on commit d90f976

Please sign in to comment.