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

FHIR IG Statistics: SearchParameter/Flag-category

Packagenictiz.fhir.nl.r4.nl-core
TypeSearchParameter
IdFlag-category
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=nictiz.fhir.nl.r4.nl-core@0.12.0-beta.1&canonical=http://nictiz.nl/fhir/SearchParameter/Flag-category
URLhttp://nictiz.nl/fhir/SearchParameter/Flag-category
Statusactive
NameFlag_category
Realmnl
DescriptionSearches on the category of the flag, such as clinical, administrative, etc. This is a pre-adopt of R5 in which this search parameter has been added.
PurposeTo search Flag resources on the value of the `.category` element.
Typetoken

Resources that use this resource

CapabilityStatement
cio-MedicationContraindications.RetrieveServecio MedicationContraindications.RetrieveServe
cio-MedicationHypersensitivities.RetrieveServecio MedicationHypersensitivities.RetrieveServe

Resources that this resource uses

No resources found


Narrative

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

No narrative is provided for definitional resources. A human-readable rendering can be found in the implementation guide(s) where this resource is used.

Source

{
  "resourceType": "SearchParameter",
  "id": "Flag-category",
  "text": {
    "status": "empty",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://nictiz.nl/fhir/SearchParameter/Flag-category",
  "name": "Flag_category",
  "status": "active",
  "publisher": "Nictiz",
  "contact": [
    {
      "name": "Nictiz",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.nictiz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Searches on the category of the flag, such as clinical, administrative, etc. This is a pre-adopt of R5 in which this search parameter has been added.",
  "purpose": "To search Flag resources on the value of the `.category` element.",
  "code": "category",
  "base": [
    "Flag"
  ],
  "type": "token",
  "expression": "Flag.category"
}