Skip to main content

Parepared By/For

This addresses:

  • Prepared By (Third Party)
  • Prepared By (CSP/Self-Prepared)
  • Prepared For (CSP)

The pattern is the same, regardless of the circumstances. The appropriate party is associated with the appropriate role.

Use the following values for role-id in roles and responsible-roles:

  • prepared-by
  • prepared-for
Representation
  metadata:
    roles:
    - id: prepared-by
      title: Prepared By
    - id: prepared-for
      title: Prepared For\
    parties:
    - uuid: 11111111-2222-4000-8000-004000000001
      type: organization
      name: Cloud Service Provider (CSP) Name
      short-name: CSP Acronym/Short Name
    responsible-parties:
    - role-id: prepared-by
      party-uuids:
      - 11111111-2222-4000-8000-004000000001
XPath Queries
  • Prepared For (CSP) Details: /*/metadata/party[@id=[/*/metadata/responsible-party[@role-id='prepared-for']/party-id]]/name
  • Prepared For Details: /*/metadata/party[@id=[/*/metadata/responsible-party[@role-id='prepared-for']/party-id]]/name

NOTE: Replace "name" with "address/addr-line", "address/city", "address/state", or "address/zip" as needed. There may be more than one addr-line.