organizationType
Description
Organisation type, used in ResearchProjectResource.
Properties
Name | Description | Required | Type |
---|---|---|---|
Id | Id of the organisation as an id and scheme. | No | identifierType |
Name | Name of the organisation | No | string |
Url | URL of the organisation. | No | string |
Examples
Example 1
{
"id": {
"scheme": "scheme",
"id": "id"
},
"name": "name",
"url": "url"
}