CompositionAttestationMode

public enum CompositionAttestationMode: String

The way in which a person authenticated a composition.

URL: http://hl7.org/fhir/composition-attestation-mode ValueSet: http://hl7.org/fhir/ValueSet/composition-attestation-mode

  • The person authenticated the content in their personal capacity.

    Declaration

    Swift

    case personal = "personal"
  • The person authenticated the content in their professional capacity.

    Declaration

    Swift

    case professional = "professional"
  • The person authenticated the content and accepted legal responsibility for its content.

    Declaration

    Swift

    case legal = "legal"
  • The organization authenticated the content as consistent with their policies and procedures.

    Declaration

    Swift

    case official = "official"