curl --request GET \
--url https://{workspaceId}.clinia.cloud/sources/{sourceKey}/v1/resources/{resourceType}/{id} \
--header 'X-Clinia-API-Key: <api-key>'{
"id": "<string>",
"type": "<string>",
"data": {},
"meta": {
"createdAt": "2023-11-07T05:31:56Z",
"identifier": [
{
"id": "<string>",
"system": "<string>",
"value": "<string>",
"use": "<string>",
"period": {
"id": "<string>",
"start": "<string>",
"end": "<string>"
}
}
],
"source": "<string>",
"updatedAt": "2023-11-07T05:31:56Z"
},
"contained": {},
"includes": {}
}Get a resource from the registry.
curl --request GET \
--url https://{workspaceId}.clinia.cloud/sources/{sourceKey}/v1/resources/{resourceType}/{id} \
--header 'X-Clinia-API-Key: <api-key>'{
"id": "<string>",
"type": "<string>",
"data": {},
"meta": {
"createdAt": "2023-11-07T05:31:56Z",
"identifier": [
{
"id": "<string>",
"system": "<string>",
"value": "<string>",
"use": "<string>",
"period": {
"id": "<string>",
"start": "<string>",
"end": "<string>"
}
}
],
"source": "<string>",
"updatedAt": "2023-11-07T05:31:56Z"
},
"contained": {},
"includes": {}
}The key of the source.
Type of the resource. Key of the profile.
The resource ID. It can also be an identifier with the following formats {system}:{value}:{use} (e.g. clinia:123:use).
List of relationship property key (included resources) to includes with the response. Keys must be valid relationship property key for the given resource type.
The resource with the given id.
The included resources or relationships. All odd number of path segments are relationships, and all even number of path segments are resources.
Id of the resource.
Type of the resource.
Dynamic data attributes, based on the resource type.
Show child attributes
Instant of creation of the resource.
Identifiers of the resource.
Note: Combination of source, value and use must be unique.
Show child attributes
Unique id for the property within a resource (for internal references). This may be any string value that does not contain spaces.
Establishes the namespace for the value - that is, a URL that describes a set values that are unique.
The portion of the identifier typically relevant to the user and which is unique within the context of the system.
The purpose of this identifier.
Time period when identifier was/is in use.
Show child attributes
Unique id for the property within a resource (for internal references). This may be any string value that does not contain spaces.
The start of the period. The boundary is inclusive.
The end of the period. If the end of the period is missing, it means no end was known or planned at the time the instance was created. The start may be in the past, and the end date in the future, which means that period is expected/planned to end at that time.
The source of the resource.
Last update of the resource.
Resources contained in this top-level resource. Contained resources exists only within the context of this top-level resource.
Show child attributes
Show child attributes
Type of the resource.
Show child attributes
Instant of creation of the resource.
Identifiers of the resource.
Note: Combination of source, value and use must be unique.
Show child attributes
Unique id for the property within a resource (for internal references). This may be any string value that does not contain spaces.
Establishes the namespace for the value - that is, a URL that describes a set values that are unique.
The portion of the identifier typically relevant to the user and which is unique within the context of the system.
The purpose of this identifier.
Time period when identifier was/is in use.
Show child attributes
Unique id for the property within a resource (for internal references). This may be any string value that does not contain spaces.
The start of the period. The boundary is inclusive.
The end of the period. If the end of the period is missing, it means no end was known or planned at the time the instance was created. The start may be in the past, and the end date in the future, which means that period is expected/planned to end at that time.
The source of the resource.
Last update of the resource.
Show child attributes
Show child attributes
The unique identifier of the relationship.
This is a key with the shape {fromID}.{toID}.
Show child attributes
Instant of creation of the resource.
Identifiers of the resource.
Note: Combination of source, value and use must be unique.
Show child attributes
Unique id for the property within a resource (for internal references). This may be any string value that does not contain spaces.
Establishes the namespace for the value - that is, a URL that describes a set values that are unique.
The portion of the identifier typically relevant to the user and which is unique within the context of the system.
The purpose of this identifier.
Time period when identifier was/is in use.
Show child attributes
Unique id for the property within a resource (for internal references). This may be any string value that does not contain spaces.
The start of the period. The boundary is inclusive.
The end of the period. If the end of the period is missing, it means no end was known or planned at the time the instance was created. The start may be in the past, and the end date in the future, which means that period is expected/planned to end at that time.
The source of the resource.
Last update of the resource.
Was this page helpful?