FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageltsi.fhir.oncofair
Resource TypeSearchParameter
IdSearchParameter-oncofair-sp-mr-is-dosage-referent.json
FHIR VersionR5
Sourcehttp://oncofair-ig.kereval.cloud/ltsi.fhir.oncofair/SearchParameter-oncofair-sp-mr-is-dosage-referent.html
URLhttp://oncofair-ig.kereval.cloud/SearchParameter/oncofair-sp-mr-is-dosage-referent
Version0.1.0
Statusactive
Date2025-11-17T13:40:44+01:00
NameOncoFAIRSPMRIsDosageReferent
DescriptionSearch to find out if the component prescribed is the component that refers to the quantity or flow rate expressed in the dosage element when these are gravimetric (for example, mg or mg/h).
Typetoken

Resources that use this resource

CapabilityStatement
oncofair-consumer-secondary-chemotherapy-dataOncoFAIR Consumer secondary chemotherapy data
oncofair-health-data-warehouseOncoFAIR Health Data Warehouse

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: SearchParameter oncofair-sp-mr-is-dosage-referent

OncoFAIRSPMRIsDosageReferent

Parameter mr-is-dosage-referent:token

Search to find out if the component prescribed is the component that refers to the quantity or flow rate expressed in the dosage element when these are gravimetric (for example, mg or mg/h).

ResourceMedicationRequest
ExpressionMedicationRequest.extension.where(url='http://ltsi.univ-rennes.fr/StructureDefinition/oncofair-mr-is-dosage-referent').value
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

Source1

{
  "resourceType": "SearchParameter",
  "id": "oncofair-sp-mr-is-dosage-referent",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://oncofair-ig.kereval.cloud/SearchParameter/oncofair-sp-mr-is-dosage-referent",
  "version": "0.1.0",
  "name": "OncoFAIRSPMRIsDosageReferent",
  "status": "active",
  "date": "2025-11-17T13:40:44+01:00",
  "publisher": "KEREVAL and DOMASIA team of the Signal and Image Processing Laboratory (LTSI)",
  "contact": [
    {
      "name": "KEREVAL and DOMASIA team of the Signal and Image Processing Laboratory (LTSI)",
      "telecom": [
        {
          "system": "url",
          "value": "https://github.com/ONCOFAIR"
        }
      ]
    }
  ],
  "description": "Search to find out if the component prescribed is the component that refers to the quantity or flow rate expressed in the dosage element when these are gravimetric (for example, mg or mg/h).",
  "code": "mr-is-dosage-referent",
  "base": [
    "MedicationRequest"
  ],
  "type": "token",
  "expression": "MedicationRequest.extension.where(url='http://ltsi.univ-rennes.fr/StructureDefinition/oncofair-mr-is-dosage-referent').value",
  "processingMode": "normal"
}