Profile: My-Communication Parent: Communication Id: my-communication Title: "Communication Profile" Description: "Profile for capturing key details about a communication." * medium 1..1 * medium ^short = "Mode or Medium of communication" * medium ^definition = "The method used to communicate, e.g., phone, email, SMS." * sender 1..1 * sender ^short = "Who sent the communication" * sender ^definition = "Reference to the individual or organization that sent the communication." * recipient 1..* * recipient ^short = "Who received the communication" * recipient ^definition = "The targets that were the recipients of the communication." * sent 1..1 * sent ^short = "Date & time sent" * sent ^definition = "Timestamp when the communication was sent." Instance: MyExample2 InstanceOf: my-communication Usage: #example Title: "Communication and Notification Example" Description: "Communication and Notification Example" * status = #completed * medium[0].coding[0].system = "http://terminology.hl7.org/CodeSystem/v3-ParticipationMode" * medium[0].coding[0].code = #EMAIL * medium[0].coding[0].display = "Email" * sender = Reference(Patient/example-sender) * recipient[0] = Reference(Patient/example-recipient) * sent = "2025-09-25T15:00:00Z"