Configuration

Configuring a Time Out Threshold

Configuring Profile to Use

Activating Generic Profile

  1. If the HSO profile has been activated, it can be deactivated by finding the value <value>iMDsoft.Fhir.R4.Profiles.HSO</value> and changing it to <value />. If it has not been activated, then nothing needs to be changed in the config.

Activating HSO Profile

  1. After the Audit Event installation and the separate HSO Profile installation, edit the web.config file.

  2. Search for the setting named "ActiveFhirProfiles" and add the following under that area: <value>iMDsoft.Fhir.R4.Profiles.HSO</value> (HSO is the name of the profile.)

  • Example:
    <iMDsoft.Fhir.R4.Profiles.Common.Properties.Settings>
      <setting name="ActiveFhirProfiles" serializeAs="String">
        <value>iMDsoft.Fhir.R4.Profiles.HSO</value>
      </setting>
    </iMDsoft.Fhir.R4.Profiles.Common.Properties.Settings>

  1. If the config is not adjusted as above, then the HSO profile will not be used (and the generic profile will be used instead.)

Additional Profile Settings