FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: SearchParameter/Composition-category

Packagehl7.eu.fhir.gh
TypeSearchParameter
IdComposition-category
FHIR VersionR5
Sourcehttp://hl7.eu/fhir/ig/gravitate-health/https://build.fhir.org/ig/hl7-eu/gravitate-health/SearchParameter-Composition-category.html
URLhttp://gravitate-health.com/SearchParameter/composition-category
Version0.1.0
Statusactive
Date2025-07-18T15:55:38+00:00
Namecomposition-category
Titlecomposition-category
Realmeu
Authorityhl7
DescriptionSearch on composition category
Typetoken

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: SearchParameter Composition-category

composition-category

Parameter composition.category:token

Search on composition category

ResourceBundle
ExpressionBundle.entry[0].resource.as(Composition).category
Multiples
  • multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true
  • multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true

Source

{
  "resourceType": "SearchParameter",
  "id": "Composition-category",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://gravitate-health.com/SearchParameter/composition-category",
  "version": "0.1.0",
  "name": "composition-category",
  "title": "composition-category",
  "status": "active",
  "experimental": false,
  "date": "2025-07-18T15:55:38+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"
}