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

FHIR IG Statistics: SearchParameter/strength-quantity-and-substance

Packagehl7.eu.fhir.unicom
TypeSearchParameter
Idstrength-quantity-and-substance
FHIR VersionR5
Sourcehttp://unicom-project.eu/fhir/https://build.fhir.org/ig/hl7-eu/unicom-ig/SearchParameter-strength-quantity-and-substance.html
URLhttp://unicom-project.eu/fhir/SearchParameter/strength-quantity-and-substance
Version0.1.0
Statusactive
Date2025-06-02T08:10:55+00:00
Namestrength-quantity-and-substance
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-quantity-and-substance

strength-quantity-and-substance

Parameter strength-quantity-and-substance:composite

Possiblity to search for substance and strength at the same time

ResourceIngredient
ExpressionIngredient.substance
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

http://hl7.org/fhir/SearchParameter/Ingredient-substance-codecode.concept
strength-presentation-quantitystrength.presentation.ofType(Quantity)

Source

{
  "resourceType": "SearchParameter",
  "id": "strength-quantity-and-substance",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://unicom-project.eu/fhir/SearchParameter/strength-quantity-and-substance",
  "version": "0.1.0",
  "name": "strength-quantity-and-substance",
  "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-quantity-and-substance",
  "base": [
    "Ingredient"
  ],
  "type": "composite",
  "expression": "Ingredient.substance",
  "processingMode": "normal",
  "component": [
    {
      "definition": "http://hl7.org/fhir/SearchParameter/Ingredient-substance-code",
      "expression": "code.concept"
    },
    {
      "definition": "http://unicom-project.eu/fhir/SearchParameter/strength-presentation-quantity",
      "expression": "strength.presentation.ofType(Quantity)"
    }
  ]
}