FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions icon

Pharmacy icon Work GroupMaturity Level: N/A  Trial UseSecurity Category: Patient Compartments: Encounter, Patient, Practitioner

Search parameters for the Resource MedicationRequest - Search Parameters resource. Also check the Extensions registry for search parameters on extensions related to this resource.

The common parameters also apply. See Searching for more information about searching in REST, messaging, and services.


http://hl7.org/fhir/SearchParameter/MedicationRequest-authoredon

Parameter authoredon:date

Return prescriptions written on this date

ResourceMedicationRequest
ExpressionMedicationRequest.authoredOn
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
ComparatorsAllowed: eq, ne, gt, ge, lt, le, sa, eb, ap
 
http://hl7.org/fhir/SearchParameter/MedicationRequest-category

Parameter category:token

Returns prescriptions with different categories

ResourceMedicationRequest
ExpressionMedicationRequest.category
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
 
http://hl7.org/fhir/SearchParameter/clinical-code
This search parameter is part of the common search parameter clinical-code

Parameter code:token

MedicationRequest: Return prescriptions of this medication code

ResourceMedicationRequest
ExpressionMedicationRequest.medication.concept
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
 
http://hl7.org/fhir/SearchParameter/MedicationRequest-combo-date

Parameter combo-date:date

Returns medication request to be administered on a specific date or within a date range

ResourceMedicationRequest
ExpressionMedicationRequest.dosageInstruction.timing.event | (MedicationRequest.dosageInstruction.timing.repeat.bounds.ofType(Period))
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
ComparatorsAllowed: eq, ne, gt, ge, lt, le, sa, eb, ap
 
http://hl7.org/fhir/SearchParameter/medications-encounter
This search parameter is part of the common search parameter medications-encounter

Parameter encounter:reference

MedicationRequest: Return prescriptions with this encounter identifier

ResourceMedicationRequest
ExpressionMedicationRequest.encounter
Processing ModeNormal
Target ResourcesEncounter
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
 
http://hl7.org/fhir/SearchParameter/MedicationRequest-group-identifier

Parameter group-identifier:token

Composite request this is part of

ResourceMedicationRequest
ExpressionMedicationRequest.groupIdentifier
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
 
http://hl7.org/fhir/SearchParameter/clinical-identifier
This search parameter is part of the common search parameter clinical-identifier

Parameter identifier:token

MedicationRequest: Return prescriptions with this external identifier

ResourceMedicationRequest
ExpressionMedicationRequest.identifier
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
 
http://hl7.org/fhir/SearchParameter/MedicationRequest-intended-dispenser

Parameter intended-dispenser:reference

Returns prescriptions intended to be dispensed by this Organization

ResourceMedicationRequest
ExpressionMedicationRequest.dispenseRequest.dispenser
Processing ModeNormal
Target ResourcesOrganization
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
 
http://hl7.org/fhir/SearchParameter/MedicationRequest-intended-performer

Parameter intended-performer:reference

Returns the intended performer of the administration of the medication request

ResourceMedicationRequest
ExpressionMedicationRequest.performer
Processing ModeNormal
Target ResourcesHealthcareService, Organization, CareTeam, RelatedPerson, PractitionerRole, DeviceDefinition, Practitioner, Patient
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
 
http://hl7.org/fhir/SearchParameter/MedicationRequest-intended-performertype

Parameter intended-performertype:token

Returns requests for a specific type of performer

ResourceMedicationRequest
ExpressionMedicationRequest.performerType
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
 
http://hl7.org/fhir/SearchParameter/MedicationRequest-intent

Parameter intent:token

Returns prescriptions with different intents

ResourceMedicationRequest
ExpressionMedicationRequest.intent
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
 
http://hl7.org/fhir/SearchParameter/medications-medication
This search parameter is part of the common search parameter medications-medication

Parameter medication:reference

MedicationRequest: Return prescriptions for this medication reference

ResourceMedicationRequest
ExpressionMedicationRequest.medication.reference
Processing ModeNormal
Target ResourcesMedication
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
 
http://hl7.org/fhir/SearchParameter/clinical-patient
This search parameter is part of the common search parameter clinical-patient

Parameter patient:reference

MedicationRequest: Returns prescriptions for a specific patient

ResourceMedicationRequest
ExpressionMedicationRequest.subject.where(resolve() is Patient)
Processing ModeNormal
Target ResourcesPatient
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
 
http://hl7.org/fhir/SearchParameter/MedicationRequest-priority

Parameter priority:token

Returns prescriptions with different priorities

ResourceMedicationRequest
ExpressionMedicationRequest.priority
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
 
http://hl7.org/fhir/SearchParameter/MedicationRequest-requester

Parameter requester:reference

Returns prescriptions prescribed by this prescriber

ResourceMedicationRequest
ExpressionMedicationRequest.requester
Processing ModeNormal
Target ResourcesOrganization, Device, RelatedPerson, PractitionerRole, Practitioner, Patient
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
 
http://hl7.org/fhir/SearchParameter/medications-status
This search parameter is part of the common search parameter medications-status

Parameter status:token

MedicationRequest: Status of the prescription

ResourceMedicationRequest
ExpressionMedicationRequest.status
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
 
http://hl7.org/fhir/SearchParameter/MedicationRequest-subject

Parameter subject:reference

The identity of a patient to list orders for

ResourceMedicationRequest
ExpressionMedicationRequest.subject
Processing ModeNormal
Target ResourcesGroup, Patient
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