Da Vinci - Member Attribution (ATR) List
2.0.0 - STU 2.0.0 United States of America flag

Da Vinci - Member Attribution (ATR) List, published by HL7 International / Financial Management. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-atr/ and changes regularly. See the Directory of published versions

: Group Characteristic Value Reference Search Parameter - JSON Representation

Active as of 2022-11-14

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)"
    }
  ]
}