Analyzing Healthcare Data Using PHI Models

Use the Healthcare PHI models to analyze healthcare data using the Language service.

    1. Open the navigation menu and click Analytics & AI. Under AI Services, click Language.
    2. In the left-side navigation menu, click Text analytics.
    3. Paste the contents in the text box under Enter text to analyze.
    4. Click Analyze.

      The results are displayed.

    5. In the PII or PHI section, click Configure.
    6. In the Configuration window, select PHI from the Domain dropdown list.
    7. Click Save changes.
    8. The file contents are loaded in the PII or PHI section.
  • Use the following commands to analyze text command and required parameters to create a PHI model:

    oci ai language batch-detect-pii-entities --documents [<list-of-filenames>] --profile-parameterconflict '{"domain":"PHI"}' ... [OPTIONS]

    For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.

  • Run the CreateModel operation to create a model.