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

FHIR IG Statistics: SearchParameter/SearchParameter-Flag-detail

Packagenictiz.fhir.nl.stu3.zib2015
Resource TypeSearchParameter
IdSearchParameter-Flag-detail
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.zib2015@1.0.0&canonical=http://nictiz.nl/fhir/SearchParameter/Flag-detail
URLhttp://nictiz.nl/fhir/SearchParameter/Flag-detail
Version1.0
Statusdraft
Date2018-01-13T14:26:13.365+00:00
NameFlag-detail
Realmnl
DescriptionThe Flag.extension may be used to convey what the Flag is about. This is normally done using the core extension flag-detail. This query parameter allows you to query for Flags that have a certain flag-detail. Other uses of Flag.extension are NOT supported using this search parameter.
PurposeTo select Flag resources based on having a certain Flag.extension[flag-detail]
Typetoken

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "SearchParameter",
  "url": "http://nictiz.nl/fhir/SearchParameter/Flag-detail",
  "version": "1.0",
  "name": "Flag-detail",
  "status": "draft",
  "date": "2018-01-13T14:26:13.365+00:00",
  "publisher": "Nictiz",
  "contact": [
    {
      "name": "Nictiz",
      "telecom": [
        {
          "system": "email",
          "value": "info@nictiz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "purpose": "To select Flag resources based on having a certain Flag.extension[flag-detail]",
  "code": "detail",
  "base": [
    "Flag"
  ],
  "type": "token",
  "description": "The Flag.extension may be used to convey what the Flag is about. This is normally done using the core extension flag-detail. This query parameter allows you to query for Flags that have a certain flag-detail. Other uses of Flag.extension are NOT supported using this search parameter.",
  "expression": "Flag.extension.where(url = 'http://hl7.org/fhir/StructureDefinition/flag-detail')",
  "xpath": "f:Flag/f:extension[@url = 'http://hl7.org/fhir/StructureDefinition/flag-detail']",
  "xpathUsage": "normal"
}