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

FHIR IG Statistics: SearchParameter/FlagCategory

Packagefhir.r4.nhsengland.programme
Resource TypeSearchParameter
IdFlagCategory
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=fhir.r4.nhsengland.programme@0.2.2-pre-release&canonical=https://fhir.nhs.uk/England/SearchParameter/FlagCategory
URLhttps://fhir.nhs.uk/England/SearchParameter/FlagCategory
Version0.4.0
Statusactive
Date2024-02-14
NameSearchParameterFlagCategory
Realmus
Authorityhl7
DescriptionSearch by category in the Flag resource
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

SearchParameterFlagCategory

Parameter category:token

Search by category in the Flag resource

ResourceFlag
ExpressionFlag.category
Processing ModeNormal
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": "FlagCategory",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir.nhs.uk/England/SearchParameter/FlagCategory",
  "version": "0.4.0",
  "name": "SearchParameterFlagCategory",
  "status": "active",
  "date": "2024-02-14",
  "publisher": "NHS England",
  "contact": [
    {
      "name": "NHS England",
      "telecom": [
        {
          "system": "email",
          "value": "interoperabilityteam@nhs.net",
          "use": "work",
          "rank": 1
        }
      ]
    }
  ],
  "description": "Search by category in the Flag resource",
  "code": "category",
  "base": [
    "Flag"
  ],
  "type": "token",
  "expression": "Flag.category",
  "xpathUsage": "normal"
}