Table of Contents

pfOrganisationReferenceType

Description

This is a linking object that is easier to understand than incorporating an entire Organization. It lets you identify and name the organisation, and provide a URI to it if needed.

Properties

Name Description Required Type
LeiCode Provides a unique ID for the organisation No string
Name Provides a human-readable name for the organisation No string
Uri Provides a URI link to the organisation No uri
Registration No identifierType
Gln Global Location Number No string

Examples

Example 1

{
  "leiCode": "leiCode",
  "name": "name",
  "uri": "uri",
  "registration": {
    "scheme": "scheme",
    "id": "id"
  },
  "gln": "gln"
}