Skip to content

Enum: PHI Status (PhiStatusEnum)

PHI content of the sidecar.

URI: envar:enum/PhiStatusEnum

Permissible Values

Value Meaning Description
no_phi None The sidecar carries no PHI
aggregated_no_phi None The sidecar carries aggregated values with no PHI
phi_present None The sidecar carries PHI

Slots

Name Description
phi_status Whether the sidecar carries any Protected Health Information

Identifier and Mapping Information

Schema Source

LinkML Source

name: PhiStatusEnum
description: PHI content of the sidecar.
title: PHI Status
from_schema: https://w3id.org/linkml/microschemas/envar
rank: 1000
permissible_values:
  no_phi:
    text: no_phi
    description: The sidecar carries no PHI.
  aggregated_no_phi:
    text: aggregated_no_phi
    description: The sidecar carries aggregated values with no PHI.
  phi_present:
    text: phi_present
    description: The sidecar carries PHI. Should never happen; sidecars are by design
      PHI-free.