0.1.0 - ci-build
JohnMoehrkeTestVital, published by John Moehrke (himself). This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/JohnMoehrke/testVital/ and changes regularly. See the Directory of published versions
Given that this is all we need are the following Resources and search parameters.
| Resource Type | Searches |
|---|---|
| AllergyIntolerance | _lastUpdated, _id, identifier, patient, clinical-status, verification-status |
| Condition | _lastUpdated, _id, identifier, patient, clinical-status |
| Observation | _lastUpdated, _id, identifier, patient, category, status |
| Immunization | _lastUpdated, _id, identifier, patient, status |
| DocumentReference | _lastUpdated, _id, identifier, patient, status, category |
| DiagnosticReport | _lastUpdated, _id, identifier, patient, status, category |
| Patient | _lastUpdated, _id, identifier |
Submit the Bundle to HAPI, then force a $reindex operation. You should see all the unnecessary indexes go away, and those that you need will stay.
Unfortunately when you submit the SearchParameter updates, HAPI fires off many threads (one for each SearchParameter) that reindexes. This is true even on most current HAPI (7.6). Would be better to disable reindexing, send the Bundle, then reindex once. setMarkResourcesForReindexingUponSearchParameterChange() can be used to turn off reindexing on each SearchParameter. This seems to have been released in HAPI 7.2.2 or later. So not helpful to 6.10.
_lastUpdated, _id, identifier, and patientextension, publisher, contact, and description. These are not needed and can cause conflicts given that this is not the same as published by HL7, and the descriptions contain narrative with links into FHIR core but the descriptions are not helpful.status = retiredNote: Adding these resources to the HAPI server will cause the SearchParameter parameters to be indexed. Unclear if these should be preemptively disabled, or if disabling them will cause internal hapi performance problems. So I leave them enabled.
After the update you need to execute the $reindex operation. might want to do this on a per-resource basis as the reindex will take a significant amount of time. Given that we are removing unnecessary parameters, there is just energy being spent to remove them.
Bundle disable-searches of type batch
Entry 1 - fullUrl = http://hl7.org/fhir/SearchParameter/DomainResource-text
Resource SearchParameter:
_text
Parameter
_text:stringnone
Resource Resource Expression (none) Processing Mode Normal 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
Request:
POST SearchParameter
Entry 2 - fullUrl = http://hl7.org/fhir/SearchParameter/Resource-content
Resource SearchParameter:
_content
Parameter
_content:stringnone
Resource Resource Expression (none) Processing Mode Normal 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
Request:
POST SearchParameter
Entry 3 - fullUrl = http://hl7.org/fhir/SearchParameter/Resource-profile
Resource SearchParameter:
_profile
Parameter
_profile:urinone
Resource Resource Expression Resource.meta.profileProcessing Mode Normal 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
Request:
POST SearchParameter
Entry 4 - fullUrl = http://hl7.org/fhir/SearchParameter/Resource-query
Resource SearchParameter:
_query
Parameter
_query:tokennone
Resource Resource Expression (none) Processing Mode Normal 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
Request:
POST SearchParameter
Entry 5 - fullUrl = http://hl7.org/fhir/SearchParameter/Resource-security
Resource SearchParameter:
_security
Parameter
_security:tokennone
Resource Resource Expression Resource.meta.securityProcessing Mode Normal 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
Request:
POST SearchParameter
Entry 6 - fullUrl = http://hl7.org/fhir/SearchParameter/Resource-source
Resource SearchParameter:
_source
Parameter
_source:urinone
Resource Resource Expression Resource.meta.sourceProcessing Mode Normal 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
Request:
POST SearchParameter
Entry 7 - fullUrl = http://hl7.org/fhir/SearchParameter/Resource-tag
Resource SearchParameter:
_tag
Parameter
_tag:tokennone
Resource Resource Expression Resource.meta.tagProcessing Mode Normal 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
Request:
POST SearchParameter
Entry 8 - fullUrl = http://hl7.org/fhir/SearchParameter/AllergyIntolerance-asserter
Resource SearchParameter:
asserter
Parameter
asserter:referencenone
Resource AllergyIntolerance Expression AllergyIntolerance.asserterProcessing Mode Normal Target Resources Practitioner, Patient, PractitionerRole, RelatedPerson 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
Request:
POST SearchParameter
Entry 9 - fullUrl = http://hl7.org/fhir/SearchParameter/AllergyIntolerance-category
Resource SearchParameter:
category
Parameter
category:tokennone
Resource AllergyIntolerance Expression AllergyIntolerance.categoryProcessing Mode Normal 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
Request:
POST SearchParameter
Entry 10 - fullUrl = http://hl7.org/fhir/SearchParameter/clinical-code
Resource SearchParameter:
code
Parameter
code:tokennone
Resources AllergyIntolerance, Condition, DeviceRequest, DiagnosticReport, FamilyMemberHistory, List, Medication, MedicationAdministration, MedicationDispense, MedicationRequest, MedicationStatement, Observation, Procedure, ServiceRequest Expression AllergyIntolerance.code | AllergyIntolerance.reaction.substance | Condition.code | (DeviceRequest.code as CodeableConcept) | DiagnosticReport.code | FamilyMemberHistory.condition.code | List.code | Medication.code | (MedicationAdministration.medication as CodeableConcept) | (MedicationDispense.medication as CodeableConcept) | (MedicationRequest.medication as CodeableConcept) | (MedicationStatement.medication as CodeableConcept) | Observation.code | Procedure.code | ServiceRequest.codeProcessing Mode Normal 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
Request:
POST SearchParameter
Entry 11 - fullUrl = http://hl7.org/fhir/SearchParameter/AllergyIntolerance-criticality
Resource SearchParameter:
criticality
Parameter
criticality:tokennone
Resource AllergyIntolerance Expression AllergyIntolerance.criticalityProcessing Mode Normal 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
Request:
POST SearchParameter
Entry 12 - fullUrl = http://hl7.org/fhir/SearchParameter/clinical-date
Resource SearchParameter:
date
Parameter
date:datenone
Resources AllergyIntolerance, CarePlan, CareTeam, ClinicalImpression, Composition, Consent, DiagnosticReport, Encounter, EpisodeOfCare, FamilyMemberHistory, Flag, Immunization, List, Observation, Procedure, RiskAssessment, SupplyRequest Expression AllergyIntolerance.recordedDate | CarePlan.period | CareTeam.period | ClinicalImpression.date | Composition.date | Consent.dateTime | DiagnosticReport.effective | Encounter.period | EpisodeOfCare.period | FamilyMemberHistory.date | Flag.period | Immunization.occurrence | List.date | Observation.effective | Procedure.performed | (RiskAssessment.occurrence as dateTime) | SupplyRequest.authoredOnProcessing Mode Normal 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 Allowed: eq, ne, gt, ge, lt, le, sa, eb, ap
Request:
POST SearchParameter
Entry 13 - fullUrl = http://hl7.org/fhir/SearchParameter/AllergyIntolerance-last-date
Resource SearchParameter:
last-date
Parameter
last-date:datenone
Resource AllergyIntolerance Expression AllergyIntolerance.lastOccurrenceProcessing Mode Normal 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 Allowed: eq, ne, gt, ge, lt, le, sa, eb, ap
Request:
POST SearchParameter
Entry 14 - fullUrl = http://hl7.org/fhir/SearchParameter/AllergyIntolerance-manifestation
Resource SearchParameter:
manifestation
Parameter
manifestation:tokennone
Resource AllergyIntolerance Expression AllergyIntolerance.reaction.manifestationProcessing Mode Normal 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
Request:
POST SearchParameter
Entry 15 - fullUrl = http://hl7.org/fhir/SearchParameter/AllergyIntolerance-onset
Resource SearchParameter:
onset
Parameter
onset:datenone
Resource AllergyIntolerance Expression AllergyIntolerance.reaction.onsetProcessing Mode Normal 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 Allowed: eq, ne, gt, ge, lt, le, sa, eb, ap
Request:
POST SearchParameter
Entry 16 - fullUrl = http://hl7.org/fhir/SearchParameter/AllergyIntolerance-recorder
Resource SearchParameter:
recorder
Parameter
recorder:referencenone
Resource AllergyIntolerance Expression AllergyIntolerance.recorderProcessing Mode Normal Target Resources Practitioner, Patient, PractitionerRole, RelatedPerson 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
Request:
POST SearchParameter
Entry 17 - fullUrl = http://hl7.org/fhir/SearchParameter/AllergyIntolerance-route
Resource SearchParameter:
route
Parameter
route:tokennone
Resource AllergyIntolerance Expression AllergyIntolerance.reaction.exposureRouteProcessing Mode Normal 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
Request:
POST SearchParameter
Entry 18 - fullUrl = http://hl7.org/fhir/SearchParameter/AllergyIntolerance-severity
Resource SearchParameter:
severity
Parameter
severity:tokennone
Resource AllergyIntolerance Expression AllergyIntolerance.reaction.severityProcessing Mode Normal 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
Request:
POST SearchParameter
Entry 19 - fullUrl = http://hl7.org/fhir/SearchParameter/clinical-type
Resource SearchParameter:
type
Parameter
type:tokennone
Resources AllergyIntolerance, Composition, DocumentManifest, DocumentReference, Encounter, EpisodeOfCare Expression AllergyIntolerance.type | Composition.type | DocumentManifest.type | DocumentReference.type | Encounter.type | EpisodeOfCare.typeProcessing Mode Normal 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
Request:
POST SearchParameter
Entry 20 - fullUrl = http://hl7.org/fhir/SearchParameter/Condition-abatement-age
Resource SearchParameter:
abatement-age
Parameter
abatement-age:quantitynone
Resource Condition Expression Condition.abatement.as(Age) | Condition.abatement.as(Range)Processing Mode Normal 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 Allowed: eq, ne, gt, ge, lt, le, sa, eb, ap
Request:
POST SearchParameter
Entry 21 - fullUrl = http://hl7.org/fhir/SearchParameter/Condition-abatement-date
Resource SearchParameter:
abatement-date
Parameter
abatement-date:datenone
Resource Condition Expression Condition.abatement.as(dateTime) | Condition.abatement.as(Period)Processing Mode Normal 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 Allowed: eq, ne, gt, ge, lt, le, sa, eb, ap
Request:
POST SearchParameter
Entry 22 - fullUrl = http://hl7.org/fhir/SearchParameter/Condition-abatement-string
Resource SearchParameter:
abatement-string
Parameter
abatement-string:stringnone
Resource Condition Expression Condition.abatement.as(string)Processing Mode Normal 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
Request:
POST SearchParameter
Entry 23 - fullUrl = http://hl7.org/fhir/SearchParameter/Condition-asserter
Resource SearchParameter:
asserter
Parameter
asserter:referencenone
Resource Condition Expression Condition.asserterProcessing Mode Normal Target Resources Practitioner, Patient, PractitionerRole, RelatedPerson 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
Request:
POST SearchParameter
Entry 24 - fullUrl = http://hl7.org/fhir/SearchParameter/Condition-body-site
Resource SearchParameter:
body-site
Parameter
body-site:tokennone
Resource Condition Expression Condition.bodySiteProcessing Mode Normal 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
Request:
POST SearchParameter
Entry 25 - fullUrl = http://hl7.org/fhir/SearchParameter/Condition-category
Resource SearchParameter:
category
Parameter
category:tokennone
Resource Condition Expression Condition.categoryProcessing Mode Normal 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
Request:
POST SearchParameter
Entry 26 - fullUrl = http://hl7.org/fhir/SearchParameter/Condition-encounter
Resource SearchParameter:
encounter
Parameter
encounter:referencenone
Resource Condition Expression Condition.encounterProcessing Mode Normal Target Resources Encounter 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
Request:
POST SearchParameter
Entry 27 - fullUrl = http://hl7.org/fhir/SearchParameter/Condition-evidence
Resource SearchParameter:
evidence
Parameter
evidence:tokennone
Resource Condition Expression Condition.evidence.codeProcessing Mode Normal 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
Request:
POST SearchParameter
Entry 28 - fullUrl = http://hl7.org/fhir/SearchParameter/Condition-evidence-detail
Resource SearchParameter:
evidence-detail
Parameter
evidence-detail:referencenone
Request:
POST SearchParameter
Entry 29 - fullUrl = http://hl7.org/fhir/SearchParameter/Condition-onset-age
Resource SearchParameter:
onset-age
Parameter
onset-age:quantitynone
Resource Condition Expression Condition.onset.as(Age) | Condition.onset.as(Range)Processing Mode Normal 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 Allowed: eq, ne, gt, ge, lt, le, sa, eb, ap
Request:
POST SearchParameter
Entry 30 - fullUrl = http://hl7.org/fhir/SearchParameter/Condition-onset-date
Resource SearchParameter:
onset-date
Parameter
onset-date:datenone
Resource Condition Expression Condition.onset.as(dateTime) | Condition.onset.as(Period)Processing Mode Normal 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 Allowed: eq, ne, gt, ge, lt, le, sa, eb, ap
Request:
POST SearchParameter
Entry 31 - fullUrl = http://hl7.org/fhir/SearchParameter/Condition-onset-info
Resource SearchParameter:
onset-info
Parameter
onset-info:stringnone
Resource Condition Expression Condition.onset.as(string)Processing Mode Normal 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
Request:
POST SearchParameter
Entry 32 - fullUrl = http://hl7.org/fhir/SearchParameter/Condition-recorded-date
Resource SearchParameter:
recorded-date
Parameter
recorded-date:datenone
Resource Condition Expression Condition.recordedDateProcessing Mode Normal 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 Allowed: eq, ne, gt, ge, lt, le, sa, eb, ap
Request:
POST SearchParameter
Entry 33 - fullUrl = http://hl7.org/fhir/SearchParameter/Condition-severity
Resource SearchParameter:
severity
Parameter
severity:tokennone
Resource Condition Expression Condition.severityProcessing Mode Normal 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
Request:
POST SearchParameter
Entry 34 - fullUrl = http://hl7.org/fhir/SearchParameter/Condition-stage
Resource SearchParameter:
stage
Parameter
stage:tokennone
Resource Condition Expression Condition.stage.summaryProcessing Mode Normal 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
Request:
POST SearchParameter
Entry 35 - fullUrl = http://hl7.org/fhir/SearchParameter/DiagnosticReport-based-on
Resource SearchParameter:
based-on
Parameter
based-on:referencenone
Resource DiagnosticReport Expression DiagnosticReport.basedOnProcessing Mode Normal Target Resources CarePlan, MedicationRequest, NutritionOrder, ServiceRequest, ImmunizationRecommendation 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
Request:
POST SearchParameter
Entry 36 - fullUrl = http://hl7.org/fhir/SearchParameter/DiagnosticReport-conclusion
Resource SearchParameter:
conclusion
Parameter
conclusion:tokennone
Resource DiagnosticReport Expression DiagnosticReport.conclusionCodeProcessing Mode Normal 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
Request:
POST SearchParameter
Entry 37 - fullUrl = http://hl7.org/fhir/SearchParameter/DiagnosticReport-issued
Resource SearchParameter:
issued
Parameter
issued:datenone
Resource DiagnosticReport Expression DiagnosticReport.issuedProcessing Mode Normal 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 Allowed: eq, ne, gt, ge, lt, le, sa, eb, ap
Request:
POST SearchParameter
Entry 38 - fullUrl = http://hl7.org/fhir/SearchParameter/DiagnosticReport-media
Resource SearchParameter:
media
Parameter
media:referencenone
Resource DiagnosticReport Expression DiagnosticReport.media.linkProcessing Mode Normal Target Resources Media 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
Request:
POST SearchParameter
Entry 39 - fullUrl = http://hl7.org/fhir/SearchParameter/DiagnosticReport-performer
Resource SearchParameter:
performer
Parameter
performer:referencenone
Resource DiagnosticReport Expression DiagnosticReport.performerProcessing Mode Normal Target Resources Practitioner, Organization, CareTeam, PractitionerRole 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
Request:
POST SearchParameter
Entry 40 - fullUrl = http://hl7.org/fhir/SearchParameter/DiagnosticReport-result
Resource SearchParameter:
result
Parameter
result:referencenone
Resource DiagnosticReport Expression DiagnosticReport.resultProcessing Mode Normal Target Resources Observation 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
Request:
POST SearchParameter
Entry 41 - fullUrl = http://hl7.org/fhir/SearchParameter/DiagnosticReport-results-interpreter
Resource SearchParameter:
results-interpreter
Parameter
results-interpreter:referencenone
Resource DiagnosticReport Expression DiagnosticReport.resultsInterpreterProcessing Mode Normal Target Resources Practitioner, Organization, CareTeam, PractitionerRole 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
Request:
POST SearchParameter
Entry 42 - fullUrl = http://hl7.org/fhir/SearchParameter/DiagnosticReport-specimen
Resource SearchParameter:
specimen
Parameter
specimen:referencenone
Resource DiagnosticReport Expression DiagnosticReport.specimenProcessing Mode Normal Target Resources Specimen 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
Request:
POST SearchParameter
Entry 43 - fullUrl = http://hl7.org/fhir/SearchParameter/DocumentReference-authenticator
Resource SearchParameter:
authenticator
Parameter
authenticator:referencenone
Resource DocumentReference Expression DocumentReference.authenticatorProcessing Mode Normal Target Resources Practitioner, Organization, PractitionerRole 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
Request:
POST SearchParameter
Entry 44 - fullUrl = http://hl7.org/fhir/SearchParameter/DocumentReference-author
Resource SearchParameter:
author
Parameter
author:referencenone
Resource DocumentReference Expression DocumentReference.authorProcessing Mode Normal Target Resources Practitioner, Organization, Device, Patient, PractitionerRole, RelatedPerson 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
Request:
POST SearchParameter
Entry 45 - fullUrl = http://hl7.org/fhir/SearchParameter/DocumentReference-contenttype
Resource SearchParameter:
contenttype
Parameter
contenttype:tokennone
Resource DocumentReference Expression DocumentReference.content.attachment.contentTypeProcessing Mode Normal 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
Request:
POST SearchParameter
Entry 46 - fullUrl = http://hl7.org/fhir/SearchParameter/DocumentReference-custodian
Resource SearchParameter:
custodian
Parameter
custodian:referencenone
Resource DocumentReference Expression DocumentReference.custodianProcessing Mode Normal Target Resources Organization 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
Request:
POST SearchParameter
Entry 47 - fullUrl = http://hl7.org/fhir/SearchParameter/DocumentReference-date
Resource SearchParameter:
date
Parameter
date:datenone
Resource DocumentReference Expression DocumentReference.dateProcessing Mode Normal 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 Allowed: eq, ne, gt, ge, lt, le, sa, eb, ap
Request:
POST SearchParameter
Entry 48 - fullUrl = http://hl7.org/fhir/SearchParameter/DocumentReference-description
Resource SearchParameter:
description
Parameter
description:stringnone
Resource DocumentReference Expression DocumentReference.descriptionProcessing Mode Normal 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
Request:
POST SearchParameter
Entry 49 - fullUrl = http://hl7.org/fhir/SearchParameter/DocumentReference-event
Resource SearchParameter:
event
Parameter
event:tokennone
Resource DocumentReference Expression DocumentReference.context.eventProcessing Mode Normal 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
Request:
POST SearchParameter
Entry 50 - fullUrl = http://hl7.org/fhir/SearchParameter/DocumentReference-facility
Resource SearchParameter:
facility
Parameter
facility:tokennone
Resource DocumentReference Expression DocumentReference.context.facilityTypeProcessing Mode Normal 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
Request:
POST SearchParameter
Entry 51 - fullUrl = http://hl7.org/fhir/SearchParameter/DocumentReference-format
Resource SearchParameter:
format
Parameter
format:tokennone
Resource DocumentReference Expression DocumentReference.content.formatProcessing Mode Normal 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
Request:
POST SearchParameter
Entry 52 - fullUrl = http://hl7.org/fhir/SearchParameter/DocumentReference-language
Resource SearchParameter:
language
Parameter
language:tokennone
Resource DocumentReference Expression DocumentReference.content.attachment.languageProcessing Mode Normal 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
Request:
POST SearchParameter
Entry 53 - fullUrl = http://hl7.org/fhir/SearchParameter/DocumentReference-location
Resource SearchParameter:
location
Parameter
location:urinone
Resource DocumentReference Expression DocumentReference.content.attachment.urlProcessing Mode Normal 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
Request:
POST SearchParameter
Entry 54 - fullUrl = http://hl7.org/fhir/SearchParameter/DocumentReference-period
Resource SearchParameter:
period
Parameter
period:datenone
Resource DocumentReference Expression DocumentReference.context.periodProcessing Mode Normal 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 Allowed: eq, ne, gt, ge, lt, le, sa, eb, ap
Request:
POST SearchParameter
Entry 55 - fullUrl = http://hl7.org/fhir/SearchParameter/DocumentReference-related
Resource SearchParameter:
related
Parameter
related:referencenone
Request:
POST SearchParameter
Entry 56 - fullUrl = http://hl7.org/fhir/SearchParameter/DocumentReference-relatesto
Resource SearchParameter:
relatesto
Parameter
relatesto:referencenone
Resource DocumentReference Expression DocumentReference.relatesTo.targetProcessing Mode Normal Target Resources DocumentReference 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
Request:
POST SearchParameter
Entry 57 - fullUrl = http://hl7.org/fhir/SearchParameter/DocumentReference-relation
Resource SearchParameter:
relation
Parameter
relation:tokennone
Resource DocumentReference Expression DocumentReference.relatesTo.codeProcessing Mode Normal 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
Request:
POST SearchParameter
Entry 58 - fullUrl = http://hl7.org/fhir/SearchParameter/DocumentReference-security-label
Resource SearchParameter:
security-label
Parameter
security-label:tokennone
Resource DocumentReference Expression DocumentReference.securityLabelProcessing Mode Normal 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
Request:
POST SearchParameter
Entry 59 - fullUrl = http://hl7.org/fhir/SearchParameter/DocumentReference-setting
Resource SearchParameter:
setting
Parameter
setting:tokennone
Resource DocumentReference Expression DocumentReference.context.practiceSettingProcessing Mode Normal 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
Request:
POST SearchParameter
Entry 60 - fullUrl = http://hl7.org/fhir/SearchParameter/DocumentReference-relationship
Resource SearchParameter:
relationship
Parameter
relationship:compositenone
Resource DocumentReference Expression DocumentReference.relatesToProcessing Mode Normal 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: The parameter may only have one value (no comma separators)
Comparators
relatesto coderelation target
Request:
POST SearchParameter
Entry 61 - fullUrl = http://hl7.org/fhir/SearchParameter/Immunization-location
Resource SearchParameter:
location
Parameter
location:referencenone
Resource Immunization Expression Immunization.locationProcessing Mode Normal Target Resources Location 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
Request:
POST SearchParameter
Entry 62 - fullUrl = http://hl7.org/fhir/SearchParameter/Immunization-lot-number
Resource SearchParameter:
lot-number
Parameter
lot-number:stringnone
Resource Immunization Expression Immunization.lotNumberProcessing Mode Normal 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
Request:
POST SearchParameter
Entry 63 - fullUrl = http://hl7.org/fhir/SearchParameter/Immunization-manufacturer
Resource SearchParameter:
manufacturer
Parameter
manufacturer:referencenone
Resource Immunization Expression Immunization.manufacturerProcessing Mode Normal Target Resources Organization 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
Request:
POST SearchParameter
Entry 64 - fullUrl = http://hl7.org/fhir/SearchParameter/Immunization-performer
Resource SearchParameter:
performer
Parameter
performer:referencenone
Resource Immunization Expression Immunization.performer.actorProcessing Mode Normal Target Resources Practitioner, Organization, PractitionerRole 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
Request:
POST SearchParameter
Entry 65 - fullUrl = http://hl7.org/fhir/SearchParameter/Immunization-reaction
Resource SearchParameter:
reaction
Parameter
reaction:referencenone
Resource Immunization Expression Immunization.reaction.detailProcessing Mode Normal Target Resources Observation 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
Request:
POST SearchParameter
Entry 66 - fullUrl = http://hl7.org/fhir/SearchParameter/Immunization-reaction-date
Resource SearchParameter:
reaction-date
Parameter
reaction-date:datenone
Resource Immunization Expression Immunization.reaction.dateProcessing Mode Normal 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 Allowed: eq, ne, gt, ge, lt, le, sa, eb, ap
Request:
POST SearchParameter
Entry 67 - fullUrl = http://hl7.org/fhir/SearchParameter/Immunization-reason-code
Resource SearchParameter:
reason-code
Parameter
reason-code:tokennone
Resource Immunization Expression Immunization.reasonCodeProcessing Mode Normal 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
Request:
POST SearchParameter
Entry 68 - fullUrl = http://hl7.org/fhir/SearchParameter/Immunization-reason-reference
Resource SearchParameter:
reason-reference
Parameter
reason-reference:referencenone
Resource Immunization Expression Immunization.reasonReferenceProcessing Mode Normal Target Resources Condition, Observation, DiagnosticReport 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
Request:
POST SearchParameter
Entry 69 - fullUrl = http://hl7.org/fhir/SearchParameter/Immunization-series
Resource SearchParameter:
series
Parameter
series:stringnone
Resource Immunization Expression Immunization.protocolApplied.seriesProcessing Mode Normal 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
Request:
POST SearchParameter
Entry 70 - fullUrl = http://hl7.org/fhir/SearchParameter/Immunization-status-reason
Resource SearchParameter:
status-reason
Parameter
status-reason:tokennone
Resource Immunization Expression Immunization.statusReasonProcessing Mode Normal 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
Request:
POST SearchParameter
Entry 71 - fullUrl = http://hl7.org/fhir/SearchParameter/Immunization-target-disease
Resource SearchParameter:
target-disease
Parameter
target-disease:tokennone
Resource Immunization Expression Immunization.protocolApplied.targetDiseaseProcessing Mode Normal 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
Request:
POST SearchParameter
Entry 72 - fullUrl = http://hl7.org/fhir/SearchParameter/Immunization-vaccine-code
Resource SearchParameter:
vaccine-code
Parameter
vaccine-code:tokennone
Resource Immunization Expression Immunization.vaccineCodeProcessing Mode Normal 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
Request:
POST SearchParameter
Entry 73 - fullUrl = http://hl7.org/fhir/SearchParameter/Observation-based-on
Resource SearchParameter:
based-on
Parameter
based-on:referencenone.
Resource Observation Expression Observation.basedOnProcessing Mode Normal Target Resources CarePlan, MedicationRequest, NutritionOrder, DeviceRequest, ServiceRequest, ImmunizationRecommendation 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
Request:
POST SearchParameter
Entry 74 - fullUrl = http://hl7.org/fhir/SearchParameter/Observation-combo-code
Resource SearchParameter:
combo-code
Parameter
combo-code:tokennone.
Resource Observation Expression Observation.code | Observation.component.codeProcessing Mode Normal 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
Request:
POST SearchParameter
Entry 75 - fullUrl = http://hl7.org/fhir/SearchParameter/Observation-combo-data-absent-reason
Resource SearchParameter:
combo-data-absent-reason
Parameter
combo-data-absent-reason:tokennone.
Resource Observation Expression Observation.dataAbsentReason | Observation.component.dataAbsentReasonProcessing Mode Normal 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
Request:
POST SearchParameter
Entry 76 - fullUrl = http://hl7.org/fhir/SearchParameter/Observation-combo-value-concept
Resource SearchParameter:
combo-value-concept
Parameter
combo-value-concept:tokennone.
Resource Observation Expression (Observation.value as CodeableConcept) | (Observation.component.value as CodeableConcept)Processing Mode Normal 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
Request:
POST SearchParameter
Entry 77 - fullUrl = http://hl7.org/fhir/SearchParameter/Observation-combo-value-quantity
Resource SearchParameter:
combo-value-quantity
Parameter
combo-value-quantity:quantitynone.
Resource Observation Expression (Observation.value as Quantity) | (Observation.value as SampledData) | (Observation.component.value as Quantity) | (Observation.component.value as SampledData)Processing Mode Normal 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 Allowed: eq, ne, gt, ge, lt, le, sa, eb, ap
Request:
POST SearchParameter
Entry 78 - fullUrl = http://hl7.org/fhir/SearchParameter/Observation-component-code
Resource SearchParameter:
component-code
Parameter
component-code:tokennone.
Resource Observation Expression Observation.component.codeProcessing Mode Normal 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
Request:
POST SearchParameter
Entry 79 - fullUrl = http://hl7.org/fhir/SearchParameter/Observation-component-data-absent-reason
Resource SearchParameter:
component-data-absent-reason
Parameter
component-data-absent-reason:tokennone.
Resource Observation Expression Observation.component.dataAbsentReasonProcessing Mode Normal 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
Request:
POST SearchParameter
Entry 80 - fullUrl = http://hl7.org/fhir/SearchParameter/Observation-component-value-concept
Resource SearchParameter:
component-value-concept
Parameter
component-value-concept:tokennone.
Resource Observation Expression (Observation.component.value as CodeableConcept)Processing Mode Normal 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
Request:
POST SearchParameter
Entry 81 - fullUrl = http://hl7.org/fhir/SearchParameter/Observation-component-value-quantity
Resource SearchParameter:
component-value-quantity
Parameter
component-value-quantity:quantitynone.
Resource Observation Expression (Observation.component.value as Quantity) | (Observation.component.value as SampledData)Processing Mode Normal 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 Allowed: eq, ne, gt, ge, lt, le, sa, eb, ap
Request:
POST SearchParameter
Entry 82 - fullUrl = http://hl7.org/fhir/SearchParameter/Observation-data-absent-reason
Resource SearchParameter:
data-absent-reason
Parameter
data-absent-reason:tokennone.
Resource Observation Expression Observation.dataAbsentReasonProcessing Mode Normal 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
Request:
POST SearchParameter
Entry 83 - fullUrl = http://hl7.org/fhir/SearchParameter/Observation-derived-from
Resource SearchParameter:
derived-from
Parameter
derived-from:referencenone.
Resource Observation Expression Observation.derivedFromProcessing Mode Normal Target Resources Media, Observation, ImagingStudy, MolecularSequence, QuestionnaireResponse, DocumentReference 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
Request:
POST SearchParameter
Entry 84 - fullUrl = http://hl7.org/fhir/SearchParameter/Observation-device
Resource SearchParameter:
device
Parameter
device:referencenone.
Resource Observation Expression Observation.deviceProcessing Mode Normal Target Resources Device, DeviceMetric 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
Request:
POST SearchParameter
Entry 85 - fullUrl = http://hl7.org/fhir/SearchParameter/Observation-focus
Resource SearchParameter:
focus
Parameter
focus:referencenone.
Request:
POST SearchParameter
Entry 86 - fullUrl = http://hl7.org/fhir/SearchParameter/Observation-has-member
Resource SearchParameter:
has-member
Parameter
has-member:referencenone.
Resource Observation Expression Observation.hasMemberProcessing Mode Normal Target Resources Observation, MolecularSequence, QuestionnaireResponse 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
Request:
POST SearchParameter
Entry 87 - fullUrl = http://hl7.org/fhir/SearchParameter/Observation-method
Resource SearchParameter:
method
Parameter
method:tokennone.
Resource Observation Expression Observation.methodProcessing Mode Normal 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
Request:
POST SearchParameter
Entry 88 - fullUrl = http://hl7.org/fhir/SearchParameter/Observation-part-of
Resource SearchParameter:
part-of
Parameter
part-of:referencenone.
Resource Observation Expression Observation.partOfProcessing Mode Normal Target Resources Immunization, MedicationDispense, MedicationAdministration, Procedure, ImagingStudy, MedicationStatement 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
Request:
POST SearchParameter
Entry 89 - fullUrl = http://hl7.org/fhir/SearchParameter/Observation-performer
Resource SearchParameter:
performer
Parameter
performer:referencenone.
Resource Observation Expression Observation.performerProcessing Mode Normal Target Resources Practitioner, Organization, CareTeam, Patient, PractitionerRole, RelatedPerson 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
Request:
POST SearchParameter
Entry 90 - fullUrl = http://hl7.org/fhir/SearchParameter/Observation-specimen
Resource SearchParameter:
specimen
Parameter
specimen:referencenone.
Resource Observation Expression Observation.specimenProcessing Mode Normal Target Resources Specimen 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
Request:
POST SearchParameter
Entry 91 - fullUrl = http://hl7.org/fhir/SearchParameter/Observation-value-concept
Resource SearchParameter:
value-concept
Parameter
value-concept:tokennone.
Resource Observation Expression (Observation.value as CodeableConcept)Processing Mode Normal 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
Request:
POST SearchParameter
Entry 92 - fullUrl = http://hl7.org/fhir/SearchParameter/Observation-value-date
Resource SearchParameter:
value-date
Parameter
value-date:datenone.
Resource Observation Expression (Observation.value as dateTime) | (Observation.value as Period)Processing Mode Normal 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 Allowed: eq, ne, gt, ge, lt, le, sa, eb, ap
Request:
POST SearchParameter
Entry 93 - fullUrl = http://hl7.org/fhir/SearchParameter/Observation-value-quantity
Resource SearchParameter:
value-quantity
Parameter
value-quantity:quantitynone.
Resource Observation Expression (Observation.value as Quantity) | (Observation.value as SampledData)Processing Mode Normal 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 Allowed: eq, ne, gt, ge, lt, le, sa, eb, ap
Request:
POST SearchParameter
Entry 94 - fullUrl = http://hl7.org/fhir/SearchParameter/Observation-value-string
Resource SearchParameter:
value-string
Parameter
value-string:stringnone.
Resource Observation Expression (Observation.value as string) | (Observation.value as CodeableConcept).textProcessing Mode Normal 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
Request:
POST SearchParameter
Entry 95 - fullUrl = http://hl7.org/fhir/SearchParameter/Observation-code-value-concept
Resource SearchParameter:
code-value-concept
Parameter
code-value-concept:compositenone.
Resource Observation Expression ObservationProcessing Mode Normal 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: The parameter may only have one value (no comma separators)
Comparators
code codevalue-concept value.as(CodeableConcept)
Request:
POST SearchParameter
Entry 96 - fullUrl = http://hl7.org/fhir/SearchParameter/Observation-code-value-date
Resource SearchParameter:
code-value-date
Parameter
code-value-date:compositenone.
Resource Observation Expression ObservationProcessing Mode Normal 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: The parameter may only have one value (no comma separators)
Comparators
code codevalue-date value.as(DateTime) | value.as(Period)
Request:
POST SearchParameter
Entry 97 - fullUrl = http://hl7.org/fhir/SearchParameter/Observation-code-value-quantity
Resource SearchParameter:
code-value-quantity
Parameter
code-value-quantity:compositenone.
Resource Observation Expression ObservationProcessing Mode Normal 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: The parameter may only have one value (no comma separators)
Comparators
code codevalue-quantity value.as(Quantity)
Request:
POST SearchParameter
Entry 98 - fullUrl = http://hl7.org/fhir/SearchParameter/Observation-code-value-string
Resource SearchParameter:
code-value-string
Parameter
code-value-string:compositenone.
Resource Observation Expression ObservationProcessing Mode Normal 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: The parameter may only have one value (no comma separators)
Comparators
code codevalue-string value.as(string)
Request:
POST SearchParameter
Entry 99 - fullUrl = http://hl7.org/fhir/SearchParameter/Observation-combo-code-value-concept
Resource SearchParameter:
combo-code-value-concept
Parameter
combo-code-value-concept:compositenone.
Resource Observation Expression Observation | Observation.componentProcessing Mode Normal 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: The parameter may only have one value (no comma separators)
Comparators
combo-code codecombo-value-concept value.as(CodeableConcept)
Request:
POST SearchParameter
Entry 100 - fullUrl = http://hl7.org/fhir/SearchParameter/Observation-combo-code-value-quantity
Resource SearchParameter:
combo-code-value-quantity
Parameter
combo-code-value-quantity:compositenone.
Resource Observation Expression Observation | Observation.componentProcessing Mode Normal 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: The parameter may only have one value (no comma separators)
Comparators
combo-code codecombo-value-quantity value.as(Quantity)
Request:
POST SearchParameter
Entry 101 - fullUrl = http://hl7.org/fhir/SearchParameter/Observation-component-code-value-concept
Resource SearchParameter:
component-code-value-concept
Parameter
component-code-value-concept:compositenone.
Resource Observation Expression Observation.componentProcessing Mode Normal 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: The parameter may only have one value (no comma separators)
Comparators
component-code codecomponent-value-concept value.as(CodeableConcept)
Request:
POST SearchParameter
Entry 102 - fullUrl = http://hl7.org/fhir/SearchParameter/Observation-component-code-value-quantity
Resource SearchParameter:
component-code-value-quantity
Parameter
component-code-value-quantity:compositenone.
Resource Observation Expression Observation.componentProcessing Mode Normal 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: The parameter may only have one value (no comma separators)
Comparators
component-code codecomponent-value-quantity value.as(Quantity)
Request:
POST SearchParameter
Entry 103 - fullUrl = http://hl7.org/fhir/SearchParameter/Patient-active
Resource SearchParameter:
active
Parameter
active:tokennone
Resource Patient Expression Patient.activeProcessing Mode Normal 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
Request:
POST SearchParameter
Entry 104 - fullUrl = http://hl7.org/fhir/SearchParameter/individual-address
Resource SearchParameter:
address
Parameter
address:stringnone
Resources Patient, Person, Practitioner, RelatedPerson Expression Patient.address | Person.address | Practitioner.address | RelatedPerson.addressProcessing Mode Normal 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
Request:
POST SearchParameter
Entry 105 - fullUrl = http://hl7.org/fhir/SearchParameter/individual-address-city
Resource SearchParameter:
address-city
Parameter
address-city:stringnone
Resources Patient, Person, Practitioner, RelatedPerson Expression Patient.address.city | Person.address.city | Practitioner.address.city | RelatedPerson.address.cityProcessing Mode Normal 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
Request:
POST SearchParameter
Entry 106 - fullUrl = http://hl7.org/fhir/SearchParameter/individual-address-country
Resource SearchParameter:
address-country
Parameter
address-country:stringnone
Resources Patient, Person, Practitioner, RelatedPerson Expression Patient.address.country | Person.address.country | Practitioner.address.country | RelatedPerson.address.countryProcessing Mode Normal 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
Request:
POST SearchParameter
Entry 107 - fullUrl = http://hl7.org/fhir/SearchParameter/individual-address-postalcode
Resource SearchParameter:
address-postalcode
Parameter
address-postalcode:stringnone
Resources Patient, Person, Practitioner, RelatedPerson Expression Patient.address.postalCode | Person.address.postalCode | Practitioner.address.postalCode | RelatedPerson.address.postalCodeProcessing Mode Normal 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
Request:
POST SearchParameter
Entry 108 - fullUrl = http://hl7.org/fhir/SearchParameter/individual-address-state
Resource SearchParameter:
address-state
Parameter
address-state:stringnone
Resources Patient, Person, Practitioner, RelatedPerson Expression Patient.address.state | Person.address.state | Practitioner.address.state | RelatedPerson.address.stateProcessing Mode Normal 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
Request:
POST SearchParameter
Entry 109 - fullUrl = http://hl7.org/fhir/SearchParameter/individual-address-use
Resource SearchParameter:
address-use
Parameter
address-use:tokennone
Resources Patient, Person, Practitioner, RelatedPerson Expression Patient.address.use | Person.address.use | Practitioner.address.use | RelatedPerson.address.useProcessing Mode Normal 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
Request:
POST SearchParameter
Entry 110 - fullUrl = http://hl7.org/fhir/SearchParameter/individual-birthdate
Resource SearchParameter:
birthdate
Parameter
birthdate:datenone
Resources Patient, Person, RelatedPerson Expression Patient.birthDate | Person.birthDate | RelatedPerson.birthDateProcessing Mode Normal 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 Allowed: eq, ne, gt, ge, lt, le, sa, eb, ap
Request:
POST SearchParameter
Entry 111 - fullUrl = http://hl7.org/fhir/SearchParameter/Patient-death-date
Resource SearchParameter:
death-date
Parameter
death-date:datenone
Resource Patient Expression (Patient.deceased as dateTime)Processing Mode Normal 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 Allowed: eq, ne, gt, ge, lt, le, sa, eb, ap
Request:
POST SearchParameter
Entry 112 - fullUrl = http://hl7.org/fhir/SearchParameter/Patient-deceased
Resource SearchParameter:
deceased
Parameter
deceased:tokennone
Resource Patient Expression Patient.deceased.exists() and Patient.deceased != falseProcessing Mode Normal 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
Request:
POST SearchParameter
Entry 113 - fullUrl = http://hl7.org/fhir/SearchParameter/individual-email
Resource SearchParameter:
Parameter
tokennone
Resources Patient, Person, Practitioner, PractitionerRole, RelatedPerson Expression Patient.telecom.where(system='email') | Person.telecom.where(system='email') | Practitioner.telecom.where(system='email') | PractitionerRole.telecom.where(system='email') | RelatedPerson.telecom.where(system='email')Processing Mode Normal 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
Request:
POST SearchParameter
Entry 114 - fullUrl = http://hl7.org/fhir/SearchParameter/individual-family
Resource SearchParameter:
family
Parameter
family:stringnone
Resources Patient, Practitioner Expression Patient.name.family | Practitioner.name.familyProcessing Mode Normal 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
Request:
POST SearchParameter
Entry 115 - fullUrl = http://hl7.org/fhir/SearchParameter/individual-gender
Resource SearchParameter:
gender
Parameter
gender:tokennone
Resources Patient, Person, Practitioner, RelatedPerson Expression Patient.gender | Person.gender | Practitioner.gender | RelatedPerson.genderProcessing Mode Normal 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
Request:
POST SearchParameter
Entry 116 - fullUrl = http://hl7.org/fhir/SearchParameter/Patient-general-practitioner
Resource SearchParameter:
general-practitioner
Parameter
general-practitioner:referencenone
Resource Patient Expression Patient.generalPractitionerProcessing Mode Normal Target Resources Practitioner, Organization, PractitionerRole 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
Request:
POST SearchParameter
Entry 117 - fullUrl = http://hl7.org/fhir/SearchParameter/individual-given
Resource SearchParameter:
given
Parameter
given:stringnone
Resources Patient, Practitioner Expression Patient.name.given | Practitioner.name.givenProcessing Mode Normal 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
Request:
POST SearchParameter
Entry 118 - fullUrl = http://hl7.org/fhir/SearchParameter/Patient-language
Resource SearchParameter:
language
Parameter
language:tokennone
Resource Patient Expression Patient.communication.languageProcessing Mode Normal 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
Request:
POST SearchParameter
Entry 119 - fullUrl = http://hl7.org/fhir/SearchParameter/Patient-link
Resource SearchParameter:
link
Parameter
link:referencenone
Resource Patient Expression Patient.link.otherProcessing Mode Normal Target Resources Patient, RelatedPerson 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
Request:
POST SearchParameter
Entry 120 - fullUrl = http://hl7.org/fhir/SearchParameter/Patient-name
Resource SearchParameter:
name
Parameter
name:stringnone
Resource Patient Expression Patient.nameProcessing Mode Normal 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
Request:
POST SearchParameter
Entry 121 - fullUrl = http://hl7.org/fhir/SearchParameter/Patient-organization
Resource SearchParameter:
organization
Parameter
organization:referencenone
Resource Patient Expression Patient.managingOrganizationProcessing Mode Normal Target Resources Organization 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
Request:
POST SearchParameter
Entry 122 - fullUrl = http://hl7.org/fhir/SearchParameter/individual-phone
Resource SearchParameter:
phone
Parameter
phone:tokennone
Resources Patient, Person, Practitioner, PractitionerRole, RelatedPerson Expression Patient.telecom.where(system='phone') | Person.telecom.where(system='phone') | Practitioner.telecom.where(system='phone') | PractitionerRole.telecom.where(system='phone') | RelatedPerson.telecom.where(system='phone')Processing Mode Normal 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
Request:
POST SearchParameter
Entry 123 - fullUrl = http://hl7.org/fhir/SearchParameter/individual-phonetic
Resource SearchParameter:
phonetic
Parameter
phonetic:stringnone
Resources Patient, Person, Practitioner, RelatedPerson Expression Patient.name | Person.name | Practitioner.name | RelatedPerson.nameProcessing Mode Phonetic 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
Request:
POST SearchParameter
Entry 124 - fullUrl = http://hl7.org/fhir/SearchParameter/individual-telecom
Resource SearchParameter:
telecom
Parameter
telecom:tokennone
Resources Patient, Person, Practitioner, PractitionerRole, RelatedPerson Expression Patient.telecom | Person.telecom | Practitioner.telecom | PractitionerRole.telecom | RelatedPerson.telecomProcessing Mode Normal 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
Request:
POST SearchParameter