US Core Implementation Guide
9.0.0 - STU 9 US

This page is part of the US Core (v9.0.0: STU9) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

SearchParameter: USCoreConditionAssertedDate

Official URL: http://hl7.org/fhir/us/core/SearchParameter/us-core-condition-asserted-date Version: 9.0.0
Standards status: Trial-use Maturity Level: 5 Computable Name: USCoreConditionAssertedDate
Other Identifiers: OID:2.16.840.1.113883.4.642.40.2.40.11

Returns conditions with an assertedDate extension matching the specified date (dateTime).


id us-core-condition-asserted-date

status : Active

date : 2023-04-13

code : "asserted-date"

base : Condition

type : Date/DateTime

expression : Condition.extension.where(url = 'http://hl7.org/fhir/StructureDefinition/condition-assertedDate').value

multipleOr : true (Conformance Expectation = MAY)

multipleAnd : true (Conformance Expectation = SHOULD)

comparator codes :

  • "eq" Equals (Conformance Expectation = MAY)
  • "ne" Not Equals (Conformance Expectation = MAY)
  • "gt" Greater Than (Conformance Expectation = SHALL)
  • "ge" Greater or Equals (Conformance Expectation = SHALL)
  • "lt" Less Than (Conformance Expectation = SHALL)
  • "le" Less of Equal (Conformance Expectation = SHALL)
  • "sa" Starts After (Conformance Expectation = MAY)
  • "eb" Ends Before (Conformance Expectation = MAY)
  • "ap" Approximately (Conformance Expectation = MAY)