This page is part of the Risk Based Contracts Member Attribution List FHIR IG (v2.0.0: STU2 Release 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: Group Characteristic Value Reference Search Parameter - JSON Representation
Raw json | Download
{
"resourceType" : "SearchParameter",
"id" : "Group-characteristic-value-reference",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>GroupCharacteristicValueReference</h2><p>Parameter <code>characteristic</code>:<code>composite</code></p><div><p>Search a Group based on Characteristic.code and Characteristic.valueReference</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R4/group.html\">Group</a></td></tr><tr><td>Expression</td><td><code>Group.characteristic</code></td></tr><tr><td>Processing Mode</td><td>Normal</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: The parameter may only have one value (no comma separators)</li></ul></td></tr></table><p><b>Components</b></p><table class=\"grid\"><tr><td>http://hl7.org/fhir/SearchParameter/Group-characteristic</td><td><code>code</code></td></tr><tr><td>http://hl7.org/fhir/SearchParameter/Group-characteristic-value</td><td><code>value.as(Reference)</code></td></tr></table></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "fm"
}
],
"url" : "http://hl7.org/fhir/us/davinci-atr/SearchParameter/Group-characteristic-value-reference",
"version" : "2.0.0",
"name" : "GroupCharacteristicValueReference",
"status" : "active",
"experimental" : false,
"date" : "2022-11-14",
"publisher" : "HL7 International / Financial Management",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/fm"
}
]
}
],
"description" : "Search a Group based on Characteristic.code and Characteristic.valueReference",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US"
}
]
}
],
"code" : "characteristic",
"base" : [
"Group"
],
"type" : "composite",
"expression" : "Group.characteristic",
"xpathUsage" : "normal",
"multipleOr" : false,
"component" : [
{
"definition" : "http://hl7.org/fhir/SearchParameter/Group-characteristic",
"expression" : "code"
},
{
"definition" : "http://hl7.org/fhir/SearchParameter/Group-characteristic-value",
"expression" : "value.as(Reference)"
}
]
}