FHIR IG analytics| Package | ca.on.oh.patient-summary |
| Resource Type | SearchParameter |
| Id | SearchParameter-composition-type.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"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"
}