Gravitate Health FHIR Implementation Guide
0.1.0 - CI Build

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

: composition-category - JSON Representation

Active as of 2024-06-25

Raw json | Download


{
  "resourceType" : "SearchParameter",
  "id" : "Composition-category",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><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-06-25T16:32:22+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"
}