FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: SearchParameter/bundle-composition-device-identifier

Packageca.on.oh.patient-summary
Resource TypeSearchParameter
Idbundle-composition-device-identifier
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh.patient-summary@0.12.8&canonical=http://ehealthontario.ca/fhir/SearchParameter/Bundle-composition-device-identifier
URLhttp://ehealthontario.ca/fhir/SearchParameter/Bundle-composition-device-identifier
Version4.0.1
Statusactive
Namecomposition.device.identifier
Realmca
Authoritynational
DescriptionSearch Composition by device identifier
PurposeNeed to search Composition by device identifier
Typetoken

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "SearchParameter",
  "id": "bundle-composition-device-identifier",
  "url": "http://ehealthontario.ca/fhir/SearchParameter/Bundle-composition-device-identifier",
  "version": "4.0.1",
  "name": "composition.device.identifier",
  "status": "active",
  "description": "Search Composition by device identifier",
  "purpose": "Need to search Composition by device identifier",
  "code": "composition.device.identifier",
  "base": [
    "Bundle"
  ],
  "type": "token",
  "expression": "Bundle.entry[0].resource.as(Composition).author.resolve().as(Device).identifier"
}