icarMedicineReferenceType
Description
Provides basic details about a medicine and links to a medicine resource (if available).
The icarMedicineReferenceType schema inherits from icarResourceReferenceType.
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 |
RegisteredIdentifier | No | icarIdentifierType | |
Context | Deprecated. Tells us the type of the referenced resource object (eg. icarAnimalCore). | No | string |
Id | Deprecated - use href and identifier. Uniform resource idendentifier (URI) of the referenced resource. | No | uri |
Type | Deprecated - use reltype. Specifies whether this is a single resource Link or a Collection. | No | icarMedicineReferenceTypeType |
Identifier | Provides the identifier of the referenced resource. | No | icarIdentifierType |
Reltype | Defines the relationship between the current resource and the referenced resource. Defined in well-known/relationshipCatalog.md | No | string |
Href | Where provided, this is the URI to the referenced resource. | No | uri |
Examples
Example 1
{
"name": "name",
"approved": "approved",
"registeredIdentifier": {
"id": "id",
"scheme": "scheme"
},
"@context": "@context",
"@id": "@id",
"@type": "Link",
"identifier": {
"id": "id",
"scheme": "scheme"
},
"reltype": "reltype",
"href": "href"
}