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

FHIR IG Statistics: SearchParameter/bundle-composition-type

Packageca.on.dhdr.r4.v4
Resource TypeSearchParameter
Idbundle-composition-type
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.dhdr.r4.v4@0.1.2-beta&canonical=http://ehealthontario.ca/fhir/SearchParameter/Bundle-composition-type
URLhttp://ehealthontario.ca/fhir/SearchParameter/Bundle-composition-type
Version4.0.1
Statusactive
Date2023-10-04
Namecomposition.type
Realmus
Authorityhl7
DescriptionSearch by composition type
PurposeNeed to search by composition
Typetoken

Resources that use this resource

CapabilityStatement
ca-on-ps-profile-CapabilityStatement-ConsumerOntario Patient Summary Repository FHIR Capability Statement
ca-on-ps-profile-CapabilityStatement-RepositoryOntario Patient Summary Repository FHIR Capability Statement

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "SearchParameter",
  "id": "bundle-composition-type",
  "url": "http://ehealthontario.ca/fhir/SearchParameter/Bundle-composition-type",
  "name": "composition.type",
  "status": "active",
  "experimental": false,
  "version": "4.0.1",
  "date": "2023-10-04",
  "publisher": "Ontario Health",
  "contact": [
    {
      "name": "Ontario Health",
      "telecom": [
        {
          "system": "url",
          "value": "http://ontariohealth.ca"
        }
      ]
    }
  ],
  "description": "Search by composition type",
  "purpose": "Need to search by composition",
  "code": "composition.type",
  "base": [
    "Bundle"
  ],
  "type": "token",
  "expression": "Bundle.entry[0].resource.as(Composition).type"
}