Schema
You can download the release-schema.json
file in English.
Item
The extension defines these fields in the Item
object from OCDS:
Field | Title | Description | Type(s) |
---|---|---|---|
activeIngredients
|
Principios activos |
Los ingredientes o principios activos, normalmente compuestos químicos o sustancias biológicas. |
array of ActiveIngredient objects |
dosageForm
|
Forma de dosificación |
La forma de dosificación farmacéutica en la que está disponible el medicamento, de la lista de códigos dosageForm. |
string from open dosageForm codelist |
administrationRoute
|
Vía de administración |
La vía por la que se puede administrar el medicamento, a partir de la lista de códigos administrationRoute. |
string from open administrationRoute codelist |
immediateContainer
|
Immediate container |
El recipiente inmediato del medicamento. También se conoce como: presentación, forma de presentación, envase. |
ImmediateContainer object |
ActiveIngredient
The extension defines a new ActiveIngredient
object with these fields:
Field | Title | Description | Type(s) |
---|---|---|---|
name
|
Nombre |
The name of the active ingredient. It is recommended to use the lowercase Latin name from the International Nonproprietary Names (INN). Also known as: generic name, drug, substance name, active substance. |
string |
strength
|
Concentración |
La fuerza del ingrediente o principio activo. También se conoce como: concentración, potencia. |
Quantity object |
ImmediateContainer
The extension defines a new ImmediateContainer
object with these fields:
Field | Title | Description | Type(s) |
---|---|---|---|
name
|
Nombre |
The common name of the container, from the immediate container codelist. |
string from open immediateContainer codelist |
capacity
|
Capacidad |
La capacidad de almacenamiento del recipiente o envase. |
Quantity object |
Quantity
The extension defines a new Quantity
object with these fields:
Field | Title | Description | Type(s) |
---|---|---|---|
unit
|
Unidad |
La unidad de medida para la cantidad. |
SimpleUnit object |
value
|
Valor |
La cantidad, como múltiplo de la unidad de medida. La cantidad se expresa en notación de intervalo, por ejemplo "[10,10]" para 10 unidades, "[1,10]" para 1 a 10 unidades, o "[10,INF[" para 10 o más unidades. |
string or number |
SimpleUnit
The extension defines a new SimpleUnit
object with these fields:
Field | Title | Description | Type(s) |
---|---|---|---|
scheme
|
Esquema |
The scheme or codelist from which the identifier for the unit of measurement is taken, using the open unitClassificationScheme codelist. 'UNCEFACT' is recommended. |
string from open unitClassificationScheme codelist |
id
|
ID |
The identifier for the unit of measurement, taken from the scheme. Refer to the unitClassificationScheme codelist for details of how to find identifiers within schemes. |
string |