| Package | hl7.eu.fhir.unicom |
| Resource Type | OperationDefinition |
| Id | Equivalent |
| FHIR Version | R5 |
| Source | http://unicom-project.eu/fhir/https://build.fhir.org/ig/hl7-eu/unicom-ig/OperationDefinition-Equivalent.html |
| URL | http://unicom-project.eu/fhir/OperationDefinition/Equivalent |
| Version | 0.1.0 |
| Status | active |
| Date | 2025-06-02T08:10:55+00:00 |
| Name | Equivalent |
| Title | Equivalent Look Up |
| Realm | eu |
| Authority | hl7 |
| Type | true |
| Kind | operation |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OperationDefinition Equivalent
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| IN | dose-form | 0..1 | Coding | The dose form | ||
| IN | code | 0..1 | Coding | Product code | ||
| IN | route | 0..1 | Coding | Route of administration | ||
| IN | ingredient | 0..* | Ingredients | |||
| IN | ingredient.substance | 0..1 | Coding | The substance | ||
| IN | ingredient.strength | 0..1 | Quantity | The strength |
{
"resourceType": "OperationDefinition",
"id": "Equivalent",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://unicom-project.eu/fhir/OperationDefinition/Equivalent",
"version": "0.1.0",
"name": "Equivalent",
"title": "Equivalent Look Up",
"status": "active",
"kind": "operation",
"experimental": false,
"date": "2025-06-02T08:10:55+00:00",
"publisher": "UNICOM",
"contact": [
{
"name": "UNICOM",
"telecom": [
{
"system": "url",
"value": "http://unicom-project.eu"
}
]
}
],
"affectsState": false,
"code": "equivalent",
"system": false,
"type": true,
"instance": true,
"parameter": [
{
"name": "dose-form",
"use": "in",
"min": 0,
"max": "1",
"documentation": "The dose form",
"type": "Coding"
},
{
"name": "code",
"use": "in",
"min": 0,
"max": "1",
"documentation": "Product code",
"type": "Coding"
},
{
"name": "route",
"use": "in",
"min": 0,
"max": "1",
"documentation": "Route of administration",
"type": "Coding"
},
{
"name": "ingredient",
"use": "in",
"min": 0,
"max": "*",
"documentation": "Ingredients",
"part": [
{
"name": "substance",
"use": "in",
"min": 0,
"max": "1",
"documentation": "The substance",
"type": "Coding"
},
{
"name": "strength",
"use": "in",
"min": 0,
"max": "1",
"documentation": "The strength",
"type": "Quantity"
}
]
}
]
}