---
sourceDocument: Australia Healthcare and Life Sciences
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/healthcare-life-sciences

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia Healthcare and Life Sciences

ft:clusterId :

    - hcls

bundleId :

    - hcls

workflow :

    - Customer and Industry


---

# Configure dosage field mappings

# Configure the mapping between a dosage characteristic and a dosage details field {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

Use scripted extension points to decide which dosage characteristics are mapped to the fields on the Dosage details section of a Medication Prescription form.{#hcls-ext-point-dosage-char-map__hcls-ext-point-dosage-char-map-sd}

## Vorbereitungen

Set the application scope to Healthcare and Life Sciences Service Management Core using the application picker. For more information, see [Application picker](https://www.servicenow.com/docs/access?context=c_ApplicationPicker&version=australia&pubname=australia-application-development&ft:locale=en-US).

Role required: admin

## Warum und wann dieser Vorgang ausgeführt wird

The Healthcare and Life Sciences Service Management Core application installs the
sn_hcls.DosageCharacteristicsMapper script include and the
DosageCharacteristicsMapper extension point.  
The DosageCharacteristicsMapper extension point in the sn_hcls.DosageCharacteristicsMapper script include is preconfigured for the mapping between characteristics in the dosage-related characteristic groups and the Dosage details fields on a medication prescription. The default implementation of the getMappingObject method in the DosageCharacteristicsMapper extension point maps the dosage-related characteristic groups and Dosage details fields of a Medication Prescription form as shown in the following table.{#hcls-ext-point-dosage-char-map__table_sh3_bxj_htb__entry__2}

| Dosage characteristic group | Dosage details field |
|-|-|
| Dosage - dosage | Dosage |
| Dosage - number of authorized refills | Number of authorized refills |
| Dosage - instructions for patient | Instructions for patient |
| Dosage - quantity | Quantity |
[Tabelle : 1. Default mapping of the dosage-related characteristic groups and Dosage details fields]

{#hcls-ext-point-dosage-char-map__table_sh3_bxj_htb}

Using extension points makes it easier to integrate customizations without actually
altering the base code. You can extend standard base functionality using customized
scripts. For more information, see [Using extension points to
extend application functionality](https://www.servicenow.com/docs/access?context=extension-points&version=australia&pubname=australia-api-reference&ft:locale=en-US).

An implementation is available in the base system for scripted extension points. You
can modify the data and add additional fields.

## Prozedur

1. Navigate to AllSystem Extension PointsScripted Extension Points.
2. In the API Name column, search for and click sn_hcls.DosageCharacteristicsMapper.
3. On the Extension Point form, select a script include to use the DosageCharacteristicsMapper extension point.
   * Modify the existing script by going to the Implementations related list and clicking DosageCharacteristicsMapper.
   * Create and register a custom script include.
   {#hcls-ext-point-dosage-char-map__choices_mxh_ght_plb}
4. Include your mapping logic by adding the getMappingObject method to your script include that implements the DosageCharacteristicsMapper extension point.  
   You can create multiple implementations for the extension point and provide an order number for each implementation. The implementation that has the lowest order number is executed first.
5. On the Extension Point form, click Update.
{#hcls-ext-point-dosage-char-map__steps_btb_sgm_plb}

