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": "2025-09-23T03:56:26.8031339+00:00",
    "created": "2025-09-23T03:56:26.8031348+00:00",
    "creator": "creator",
    "validFrom": "2025-09-23T03:56:26.8031361+00:00",
    "validTo": "2025-09-23T03:56:26.8031369+00:00"
  },
  "location": {
    "id": "id",
    "scheme": "scheme"
  }
}