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-date-time-prescription-start.json
FHIR VersionR5
Sourcehttp://oncofair-ig.kereval.cloud/ltsi.fhir.oncofair/SearchParameter-oncofair-sp-mr-date-time-prescription-start.html
URLhttp://oncofair-ig.kereval.cloud/SearchParameter/oncofair-sp-mr-date-time-prescription-start
Version0.1.0
Statusactive
Date2025-11-17T13:40:44+01:00
NameOncoFAIRSPMRDateTimePrescriptionStart
DescriptionSearch for the date/time prescription start
Typedate

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-date-time-prescription-start

OncoFAIRSPMRDateTimePrescriptionStart

Parameter mr-date-time-prescription-start:date

Search for the date/time prescription start

ResourceMedicationRequest
ExpressionMedicationRequest.effectiveDosePeriod.start
Processing ModeNormal
Multiples
  • multipleAnd: The parameter may repeat in order to specify multiple values that must all be true
  • multipleOr: The parameter may have multiple values (separated by comma) where at least one must be true
ComparatorsAllowed: eq, ne, gt, lt, ge, le, sa, eb, ap

Source1

{
  "resourceType": "SearchParameter",
  "id": "oncofair-sp-mr-date-time-prescription-start",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://oncofair-ig.kereval.cloud/SearchParameter/oncofair-sp-mr-date-time-prescription-start",
  "version": "0.1.0",
  "name": "OncoFAIRSPMRDateTimePrescriptionStart",
  "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 for the date/time prescription start",
  "code": "mr-date-time-prescription-start",
  "base": [
    "MedicationRequest"
  ],
  "type": "date",
  "expression": "MedicationRequest.effectiveDosePeriod.start",
  "processingMode": "normal",
  "multipleOr": true,
  "multipleAnd": true,
  "comparator": [
    "eq",
    "ne",
    "gt",
    "lt",
    "ge",
    "le",
    "sa",
    "eb",
    "ap"
  ]
}