Table of Contents

pfMedicineIngredientType

Description

This identifies an ingredient of a medicine

Properties

Name Description Required Type
Id No icarIdentifierType
Name Name of the ingredient Yes string

Examples

Example 1

{
  "id": {
    "id": "id",
    "scheme": "scheme"
  },
  "name": "name"
}