{
  "resourceType": "ValueSet",
  "id": "lra-notification-medium",
  "url": "http://phsa.ca/fhir/ValueSet/lra-notification-medium",
  "version": "1.0.0-draft",
  "name": "LRANotificationMedium",
  "title": "LRA Notification Medium",
  "status": "draft",
  "experimental": false,
  "date": "2026-05-14",
  "publisher": "Longitudinal Record Access (LRA)",
  "description": "Allowed communication media for LRA notification requests.",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationMode",
        "concept": [
          {
            "code": "SMSWRIT",
            "display": "SMS message"
          },
          {
            "code": "EMAILWRIT",
            "display": "email"
          }
        ]
      }
    ]
  }
}