{
  "resourceType": "SearchParameter",
  "id": "cafex-bundle-composition-date",
  "url": "http://fhir.infoway-inforoute.ca/io/cafex/SearchParameter/cafex-bundle-composition-date",
  "name": "CAFeXBundleCompositionDate",
  "status": "draft",
  "experimental": false,
  "date": "2024-05-09",
  "publisher": "Canada Health Infoway",
  "description": "**Search by composition using chained date**",
  "code": "composition",
  "base": [
    "Bundle"
  ],
  "type": "reference",
  "expression": "Bundle.entry[0].resource.as(Composition).date",
  "chain": [
    "date"
  ]
}