This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions 
http://hl7.org/fhir/SearchParameter/Specimen-accession |
10.8.15 accession Parameter accession :token
The accession number associated with the specimen
Resource | Specimen |
Expression |
Specimen.accessionIdentifier |
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
|
|
|
http://hl7.org/fhir/SearchParameter/Specimen-bodysite |
10.8.16 bodysite Parameter bodysite :reference
Reference to a resource (by instance)
Resource | Specimen |
Expression |
Specimen.collection.bodySite.reference |
Processing Mode |
Normal |
Target Resources |
BodyStructure |
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/Specimen-collected |
10.8.17 collected Parameter collected :date
The date the specimen was collected
Resource | Specimen |
Expression |
Specimen.collection.collected.ofType(dateTime) | Specimen.collection.collected.ofType(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 |
|
|
http://hl7.org/fhir/SearchParameter/Specimen-collection-device-code |
10.8.18 collection-device-code Parameter collection-device-code :token
The code associated with the collection device
Resource | Specimen |
Expression |
Specimen.collection.device.concept |
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
|
|
|
http://hl7.org/fhir/SearchParameter/Specimen-collection-device-reference |
10.8.19 collection-device-reference Parameter collection-device-reference :reference
The unique identifier associated with the collection device
Resource | Specimen |
Expression |
Specimen.collection.device.reference.where(resolve() is Device or resolve() is DeviceDefinition) |
Processing Mode |
Normal |
Target Resources |
Device, DeviceDefinition |
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/Specimen-collector |
10.8.20 collector Parameter collector :reference
Who collected the specimen
Resource | Specimen |
Expression |
Specimen.collection.collector |
Processing Mode |
Normal |
Target Resources |
Organization, 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/Specimen-container-device-code |
10.8.21 container-device-code Parameter container-device-code :token
The code associated with the specimen container
Resource | Specimen |
Expression |
Specimen.container.device.concept |
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
|
|
|
http://hl7.org/fhir/SearchParameter/Specimen-container-device-reference |
10.8.22 container-device-reference Parameter container-device-reference :reference
The unique identifier associated with the specimen container
Resource | Specimen |
Expression |
Specimen.container.device.reference.where(resolve() is Device or resolve() is DeviceDefinition) |
Processing Mode |
Normal |
Target Resources |
Device, DeviceDefinition |
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/Specimen-container-location |
10.8.23 container-location Parameter container-location :reference
The location of the specimen container
Resource | Specimen |
Expression |
Specimen.container.device.reference.resolve().location |
Processing 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
|
|
|
http://hl7.org/fhir/SearchParameter/clinical-identifier |
This search parameter is part of the common search parameter clinical-identifier |
10.8.24 identifier Parameter identifier :token
Specimen: The unique identifier associated with the specimen
Resource | Specimen |
Expression |
Specimen.identifier |
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
|
|
|
http://hl7.org/fhir/SearchParameter/Specimen-organization |
10.8.25 organization Parameter organization :reference
The organization where the specimen is located
Resource | Specimen |
Expression |
Specimen.container.device.reference.resolve().owner |
Processing Mode |
Normal |
Target Resources |
Organization, CareTeam, RelatedPerson, PractitionerRole, Practitioner, Group, 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/Specimen-parent |
10.8.26 parent Parameter parent :reference
The parent of the specimen
Resource | Specimen |
Expression |
Specimen.parent |
Processing 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
|
|
|
http://hl7.org/fhir/SearchParameter/clinical-patient |
This search parameter is part of the common search parameter clinical-patient |
10.8.27 patient Parameter patient :reference
Specimen: The patient the specimen comes from
Resource | Specimen |
Expression |
Specimen.subject.where(resolve() is Patient) |
Processing Mode |
Normal |
Target Resources |
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/Specimen-procedure |
10.8.28 procedure Parameter procedure :reference
The procedure that collected the specimen
Resource | Specimen |
Expression |
Specimen.collection.procedure |
Processing Mode |
Normal |
Target Resources |
Procedure |
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/Specimen-processing-device-code |
10.8.29 processing-device-code Parameter processing-device-code :token
The code associated with the processing device
Resource | Specimen |
Expression |
Specimen.processing.device.concept |
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
|
|
|
http://hl7.org/fhir/SearchParameter/Specimen-processing-device-reference |
10.8.30 processing-device-reference Parameter processing-device-reference :reference
The unique identifier associated with the processing device
Resource | Specimen |
Expression |
Specimen.processing.device.reference.where(resolve() is Device or resolve() is DeviceDefinition) |
Processing Mode |
Normal |
Target Resources |
Device, DeviceDefinition |
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/Specimen-request |
10.8.31 request Parameter request :reference
The request/order associated with the specimen
Resource | Specimen |
Expression |
Specimen.request |
Processing Mode |
Normal |
Target Resources |
ServiceRequest |
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/Specimen-status |
10.8.32 status Parameter status :token
available | unavailable | unsatisfactory | entered-in-error
Resource | Specimen |
Expression |
Specimen.status |
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
|
|
|
http://hl7.org/fhir/SearchParameter/Specimen-subject |
10.8.33 subject Parameter subject :reference
The subject of the specimen
Resource | Specimen |
Expression |
Specimen.subject |
Processing Mode |
Normal |
Target Resources |
Device, NutritionProduct, Group, BiologicallyDerivedProduct, Substance, Location, 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/clinical-type |
This search parameter is part of the common search parameter clinical-type |
10.8.34 type Parameter type :token
Resource | Specimen |
Expression |
Specimen.type |
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
|
|
|