icarMedicineResource
Description
Defines a medicine (and eventually withdrawal and application information).
The icarMedicineResource schema inherits from icarResource.
Properties
Name | Description | Required | Type |
---|---|---|---|
Name | Name of the medicine or remedy given for this treatment | No | string |
Approved | An indicator whether the medicine or remedy is an approved medicine | No | string |
RegisteredID | Registered ID in the scheme and ID format. | No | icarIdentifierType |
Self | Uniform resource identifier (URI) of the resource (rel=self). | No | string |
Meta | Meta-data for the resource. Mandatory if you wish to support synchronisation. | No | icarMetaDataType |
Location | Unique location scheme and identifier combination. | No | icarIdentifierType |
Examples
Example 1
{
"name": "name",
"approved": "approved",
"registeredID": {
"id": "id",
"scheme": "scheme"
},
"resourceType": "resourceType",
"@self": "@self",
"meta": {
"source": "source",
"sourceId": "sourceId",
"isDeleted": false,
"modified": "2024-10-30T01:50:44.6503647+00:00",
"created": "2024-10-30T01:50:44.6503663+00:00",
"creator": "creator",
"validFrom": "2024-10-30T01:50:44.6503685+00:00",
"validTo": "2024-10-30T01:50:44.6503697+00:00"
},
"location": {
"id": "id",
"scheme": "scheme"
}
}