PackagesCanonicalsLogsProblems
    Packages
    dk.ehealth.sundhed.fhir.ig.core@9.0.0
    http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-message-author
description: Records the attorney (RelatedPerson) who authored a message on behalf of the grantor patient, for cases where the physical author is not the same as Communication.sender. When a RELATED_PERSON user sends a message, Communication.sender must still reference the grantor patient, and this extension must reference the acting RelatedPerson. In future, the target list may be extended to include Practitioner references (e.g. for messages sent by a CareTeam member), but for now only RelatedPerson is supported.
package_name: dk.ehealth.sundhed.fhir.ig.core
derivation: constraint
name: ehealth-message-author
type: Extension
elements:
  extension: {index: 0}
  url:
    pattern: {type: Uri, value: 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-message-author'}
    index: 1
  value:
    choices: [valueReference]
    index: 3
  valueReference:
    type: Reference
    choiceOf: value
    refers: ['http://hl7.org/fhir/StructureDefinition/RelatedPerson']
    index: 4
package_version: 9.0.0
extensions: {}
class: extension
kind: complex-type
url: http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-message-author
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 9.0.0
required: [valueReference, value]