---
type: "search-params"
title: "Measure Search Parameters"
resource: "Measure"
---
# Measure Search Parameters
## composed-of
**Description:** What resource is being referenced
**Type:** reference
**Expression:** Measure.relatedArtifact.where(type='composed-of').resource
**Path:** Measure.relatedArtifact.resource
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Measure-composed-of
## context
**Description:** A use context assigned to the measure
**Type:** token
**Expression:** (Measure.useContext.value.ofType(CodeableConcept))
**Path:** {{name}}.useContext.valueCodeableConcept
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Measure-context
## context-quantity
**Description:** A quantity- or range-valued use context assigned to the measure
**Type:** quantity
**Expression:** (Measure.useContext.value.ofType(Quantity)) | (Measure.useContext.value.ofType(Range))
**Path:** {{name}}.useContext.valueQuantity,{{name}}.useContext.valueRange
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Measure-context-quantity
## context-type
**Description:** A type of use context assigned to the measure
**Type:** token
**Expression:** Measure.useContext.code
**Path:** {{name}}.useContext.code
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Measure-context-type
## context-type-quantity
**Description:** A use context type and quantity- or range-based value assigned to the measure
**Type:** composite
**Expression:** Measure.useContext
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Measure-context-type-quantity
## context-type-value
**Description:** A use context type and value assigned to the measure
**Type:** composite
**Expression:** Measure.useContext
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Measure-context-type-value
## date
**Description:** The measure publication date
**Type:** date
**Expression:** Measure.date
**Path:** {{name}}.date
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Measure-date
## depends-on
**Description:** What resource is being referenced
**Type:** reference
**Expression:** Measure.relatedArtifact.where(type='depends-on').resource | Measure.library
**Path:** Measure.relatedArtifact.resource,Measure.library
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Measure-depends-on
## derived-from
**Description:** What resource is being referenced
**Type:** reference
**Expression:** Measure.relatedArtifact.where(type='derived-from').resource
**Path:** Measure.relatedArtifact.resource
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Measure-derived-from
## description
**Description:** The description of the measure
**Type:** string
**Expression:** Measure.description
**Path:** {{name}}.description
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Measure-description
## effective
**Description:** The time during which the measure is intended to be in use
**Type:** date
**Expression:** Measure.effectivePeriod
**Path:** {{name}}.effectivePeriod
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Measure-effective
## identifier
**Description:** External identifier for the measure
**Type:** token
**Expression:** Measure.identifier
**Path:** {{name}}.identifier
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Measure-identifier
## jurisdiction
**Description:** Jurisdiction of the authority that maintains the the measure
**Type:** token
**Expression:** Measure.jurisdiction
**Path:** {{name}}.jurisdiction
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Measure-jurisdiction
## name
**Description:** Computationally friendly name of the measure
**Type:** string
**Expression:** Measure.name
**Path:** {{name}}.name
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Measure-name
## predecessor
**Description:** What resource is being referenced
**Type:** reference
**Expression:** Measure.relatedArtifact.where(type='predecessor').resource
**Path:** Measure.relatedArtifact.resource
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Measure-predecessor
## publisher
**Description:** Name of the publisher of the measure
**Type:** string
**Expression:** Measure.publisher
**Path:** {{name}}.publisher
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Measure-publisher
## status
**Description:** The current status of the measure
**Type:** token
**Expression:** Measure.status
**Path:** {{name}}.status
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Measure-status
## subject-code
**Description:** The subject of the Measure when expressed as a code
**Type:** token
**Expression:** Measure.subject as CodeableConcept
**Path:** {{name}}.subject[x]
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Measure-subject-code
## subject-reference
**Description:** The subject of the Measure when expressed as a reference
**Type:** reference
**Expression:** Measure.subject as Reference
**Path:** {{name}}.subject[x]
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Measure-subject-reference
## subject-canonical
**Description:** The subject of the Measure when expressed as a canonical
**Type:** reference
**Expression:** Measure.subject as canonical
**Path:** {{name}}.subject[x]
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Measure-subject-canonical
## successor
**Description:** What resource is being referenced
**Type:** reference
**Expression:** Measure.relatedArtifact.where(type='successor').resource
**Path:** Measure.relatedArtifact.resource
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Measure-successor
## title
**Description:** The human-friendly name of the measure
**Type:** string
**Expression:** Measure.title
**Path:** {{name}}.title
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Measure-title
## topic
**Description:** Topics associated with the measure
**Type:** token
**Expression:** Measure.topic
**Path:** Measure.topic
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Measure-topic
## url
**Description:** The uri that identifies the measure
**Type:** uri
**Expression:** Measure.url
**Path:** {{name}}.url
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Measure-url
## version
**Description:** The business version of the measure
**Type:** token
**Expression:** Measure.version
**Path:** {{name}}.version
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Measure-version
## experimental
**Description:** Whether the Measure is experimental
**Type:** token
**Expression:** Measure.experimental
**Path:** Measure.experimental
**Standards Status:** normative