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

FHIR IG Statistics: SearchParameter/strength-presentation-ratio

Packagehl7.eu.fhir.unicom
TypeSearchParameter
Idstrength-presentation-ratio
FHIR VersionR5
Sourcehttp://unicom-project.eu/fhir/https://build.fhir.org/ig/hl7-eu/unicom-ig/SearchParameter-strength-presentation-ratio.html
URLhttp://unicom-project.eu/fhir/SearchParameter/strength-presentation-ratio
Version0.1.0
Statusactive
Date2025-06-02T08:10:55+00:00
Namestrength-presentation-ratio
Realmeu
Authorityhl7
DescriptionPossiblity to search for substance and strength at the same time
Typecomposite

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: SearchParameter strength-presentation-ratio

strength-presentation-ratio

Parameter strength-presentation-ratio:composite

Possiblity to search for substance and strength at the same time

ResourceIngredient
ExpressionIngredient.substance.strength.presentation.ofType(Ratio)
Processing ModeNormal
Multiples
  • multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true
  • multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true

Comparators

strength-presentation-ratio-numeratornumerator
strength-presentation-ratio-numeratordenominator

Source

{
  "resourceType": "SearchParameter",
  "id": "strength-presentation-ratio",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://unicom-project.eu/fhir/SearchParameter/strength-presentation-ratio",
  "version": "0.1.0",
  "name": "strength-presentation-ratio",
  "status": "active",
  "date": "2025-06-02T08:10:55+00:00",
  "publisher": "UNICOM",
  "contact": [
    {
      "name": "UNICOM",
      "telecom": [
        {
          "system": "url",
          "value": "http://unicom-project.eu"
        }
      ]
    }
  ],
  "description": "Possiblity to search for substance and strength at the same time",
  "code": "strength-presentation-ratio",
  "base": [
    "Ingredient"
  ],
  "type": "composite",
  "expression": "Ingredient.substance.strength.presentation.ofType(Ratio)",
  "processingMode": "normal",
  "component": [
    {
      "definition": "http://unicom-project.eu/fhir/SearchParameter/strength-presentation-ratio-numerator",
      "expression": "numerator"
    },
    {
      "definition": "http://unicom-project.eu/fhir/SearchParameter/strength-presentation-ratio-denominator",
      "expression": "denominator"
    }
  ]
}