FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: OperationDefinition/Equivalent

Packagehl7.eu.fhir.unicom
TypeOperationDefinition
IdEquivalent
FHIR VersionR5
Sourcehttp://unicom-project.eu/fhir/https://build.fhir.org/ig/hl7-eu/unicom-ig/OperationDefinition-Equivalent.html
URLhttp://unicom-project.eu/fhir/OperationDefinition/Equivalent
Version0.1.0
Statusactive
Date2025-06-02T08:10:55+00:00
NameEquivalent
TitleEquivalent Look Up
Realmeu
Authorityhl7
Typetrue
Kindoperation

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: OperationDefinition Equivalent

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INdose-form0..1Coding

The dose form

INcode0..1Coding

Product code

INroute0..1Coding

Route of administration

INingredient0..*

Ingredients

INingredient.substance0..1Coding

The substance

INingredient.strength0..1Quantity

The strength


Source

{
  "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"
        }
      ]
    }
  ]
}