Table of Contents

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-09-22T22:56:34.0764984+00:00",
    "created": "2024-09-22T22:56:34.0764998+00:00",
    "creator": "creator",
    "validFrom": "2024-09-22T22:56:34.0765027+00:00",
    "validTo": "2024-09-22T22:56:34.0765039+00:00"
  },
  "location": {
    "id": "id",
    "scheme": "scheme"
  }
}