Release 5 R6 Ballot (1st Draft)

This page is part of the FHIR Specification (v5.0.0: R5 - STU v6.0.0-ballot1: Release 6 Ballot (1st Draft) (see Ballot Notes ). This is the The current published version in it's permanent home (it will always be available at this URL). is 5.0.0 . For a full list of available versions, see the Directory of published versions

Pharmacy icon Work Group Maturity Level : N/A   Trial Use Security 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

Resource MedicationRequest
Expression MedicationRequest.authoredOn
Processing Mode Normal
Multiples The
  • multipleAnd: It's up to the server whether the parameter cannot may repeat or 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 Allowed: eq, ne, gt, ge, lt, le, sa, eb, ap
 
http://hl7.org/fhir/SearchParameter/MedicationRequest-category

Parameter category : token

Returns prescriptions with different categories

Resource MedicationRequest
Expression MedicationRequest.category
Processing Mode Normal
Multiples The
  • multipleAnd: It's up to the server whether the parameter cannot may repeat or 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

Resource MedicationRequest
Expression MedicationRequest.medication.concept
Processing Mode Normal
Multiples The
  • multipleAnd: It's up to the server whether the parameter cannot may repeat or 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

Resource MedicationRequest
Expression MedicationRequest.dosageInstruction.timing.event | (MedicationRequest.dosageInstruction.timing.repeat.bounds.ofType(Period))
Processing Mode Normal
Multiples The
  • multipleAnd: It's up to the server whether the parameter cannot may repeat or 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 Allowed: 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

Resource MedicationRequest
Expression MedicationRequest.encounter
Processing Mode Normal
Target Resources Encounter
Multiples The
  • multipleAnd: It's up to the server whether the parameter cannot may repeat or 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

Resource MedicationRequest
Expression MedicationRequest.groupIdentifier
Processing Mode Normal
Multiples The
  • multipleAnd: It's up to the server whether the parameter cannot may repeat or 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

Resource MedicationRequest
Expression MedicationRequest.identifier
Processing Mode Normal
Multiples The
  • multipleAnd: It's up to the server whether the parameter cannot may repeat or 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

Resource MedicationRequest
Expression MedicationRequest.dispenseRequest.dispenser
Processing Mode Normal
Target Resources Organization
Multiples The
  • multipleAnd: It's up to the server whether the parameter cannot may repeat or 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

Resource MedicationRequest
Expression MedicationRequest.performer
Processing Mode Normal
Target Resources HealthcareService , Organization , CareTeam , RelatedPerson , PractitionerRole , DeviceDefinition , Practitioner , Patient
Multiples The
  • multipleAnd: It's up to the server whether the parameter cannot may repeat or 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

Resource MedicationRequest
Expression MedicationRequest.performerType
Processing Mode Normal
Multiples The
  • multipleAnd: It's up to the server whether the parameter cannot may repeat or 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

Resource MedicationRequest
Expression MedicationRequest.intent
Processing Mode Normal
Multiples The
  • multipleAnd: It's up to the server whether the parameter cannot may repeat or 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

Resource MedicationRequest
Expression MedicationRequest.medication.reference
Processing Mode Normal
Target Resources Medication
Multiples The
  • multipleAnd: It's up to the server whether the parameter cannot may repeat or 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

Resource MedicationRequest
Expression MedicationRequest.subject.where(resolve() is Patient)
Processing Mode Normal
Target Resources Patient
Multiples The
  • multipleAnd: It's up to the server whether the parameter cannot may repeat or 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

Resource MedicationRequest
Expression MedicationRequest.priority
Processing Mode Normal
Multiples The
  • multipleAnd: It's up to the server whether the parameter cannot may repeat or 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

Resource MedicationRequest
Expression MedicationRequest.requester
Processing Mode Normal
Target Resources Organization , Device , RelatedPerson , PractitionerRole , Practitioner , Patient
Multiples The
  • multipleAnd: It's up to the server whether the parameter cannot may repeat or 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

Resource MedicationRequest
Expression MedicationRequest.status
Processing Mode Normal
Multiples The
  • multipleAnd: It's up to the server whether the parameter cannot may repeat or 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

Resource MedicationRequest
Expression MedicationRequest.subject
Processing Mode Normal
Target Resources Group , Patient
Multiples The
  • multipleAnd: It's up to the server whether the parameter cannot may repeat or 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