description: The concept of a message addressed to nominated recipients. package_name: openehr.base derivation: specialization name: ADDRESSED_MESSAGE type: http://openehr.org/fhir/StructureDefinition/ADDRESSED_MESSAGE elements: sender: {type: string, short: Party sending the message., isModifier: false, index: 0} sender_reference: {type: string, short: Identification of message used by sender., isModifier: false, index: 1} addressees: {type: string, short: 'Intended recipients, in the form of internet addresses.', isModifier: false, array: true, min: 1, index: 2} urgency: type: integer short: |- Urgency with which destination should deal with message: * -1 - low * 0 - normal * 1 - high isModifier: false index: 3 message: {type: 'http://openehr.org/fhir/StructureDefinition/MESSAGE', short: The content of the message., isModifier: false, index: 4} package_version: 0.1.0-snapshot class: logical kind: logical url: http://openehr.org/fhir/StructureDefinition/ADDRESSED-MESSAGE base: http://openehr.org/fhir/StructureDefinition/Any version: 0.1.0-snapshot required: [message, sender_reference, addressees, sender]