Table of Contents

identifierType

Description

A compound identifier that can uniquely identify resources or other items.

Properties

Name Description Required Type
Scheme The identifier (in reverse domain format) of an official scheme that manages unique identifiers. Yes string
Id A unique identification for the resource issued under the auspices of the scheme. Yes string

Examples

Example 1

{
  "scheme": "nz.co.shape.siteid",
  "id": "123478"
}

Example 2

{
  "scheme": "com.beeflambnz.ghg",
  "id": "5bf7e42b-a587-4695-af1e-de5c111b4be6"
}