HSO Profile Configuration

Configuring MRG Attribute and Observer System

  1. Create an attribute with a free text property called HF_Organisasjonsnummer and assign it to MRGs. The attribute name doesn’t matter - only the attribute property name is important.

  2. Fill in a value for the alphabetically first MRG.

  3. Edit the config file and add the MrgAttributeName setting and value as specified below to the API Properties Settings.

    <applicationSettings>
      <iMDsoft.API.Properties.Settings>
          <setting name="MrgAttributeName" serializeAs="String">
            <value>HF_Organisasjonsnummer</value>
          </setting>
    </iMDsoft.API.Properties.Settings>

Configuring MR Number (encounter) system

  1. Edit the web.config file, and find the section titled

  2. Enter the a config key name and a default html according to the following example, setting the value as below.

    Note that if multiple APIs are installed, the same key will be shared across them if supported. (For example, setting the MR# system will affect both MedicationDispense and also AuditEvent.)

    <appSettings>
      <add key="MRNumber" value="urn:oid:2.16.578.1.12.4.1.4.1" />
    </appSettings>

Now the returned resources should have the coding systems configured. Any unconfigured ones should have the default settings instead.