Gravitate Health FHIR Implementation Guide, published by Gravitate Health Project. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/gravitate-health/ and changes regularly. See the Directory of published versions
Active as of 2024-11-22 |
{
"resourceType" : "SearchParameter",
"id" : "Composition-category",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter Composition-category</b></p><a name=\"Composition-category\"> </a><a name=\"hcComposition-category\"> </a><a name=\"Composition-category-en-US\"> </a><h2>composition-category</h2><p>Parameter <code>composition.category</code>:<code>token</code></p><div><p>Search on composition category</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R5/bundle.html\">Bundle</a></td></tr><tr><td>Expression</td><td><code>Bundle.entry[0].resource.as(Composition).category</code></td></tr><tr><td>Multiples</td><td><ul><li>multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true</li><li>multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true</li></ul></td></tr></table></div>"
},
"url" : "http://gravitate-health.com/SearchParameter/composition-category",
"version" : "0.1.0",
"name" : "composition-category",
"title" : "composition-category",
"status" : "active",
"experimental" : false,
"date" : "2024-11-22T10:42:30+00:00",
"publisher" : "Gravitate Health Project",
"contact" : [
{
"name" : "Gravitate Health Project",
"telecom" : [
{
"system" : "url",
"value" : "https://www.gravitatehealth.eu/"
}
]
},
{
"name" : "Gravitate Health Project",
"telecom" : [
{
"system" : "url",
"value" : "https://www.gravitatehealth.eu/"
}
]
}
],
"description" : "Search on composition category",
"code" : "composition.category",
"base" : [
"Bundle"
],
"type" : "token",
"expression" : "Bundle.entry[0].resource.as(Composition).category"
}