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

FHIR IG Statistics: SearchParameter/FlagDetail

Packagefhir.r4.nhsengland.programme
Resource TypeSearchParameter
IdFlagDetail
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=fhir.r4.nhsengland.programme@0.2.2-pre-release&canonical=https://fhir.nhs.uk/England/SearchParameter/FlagDetail
URLhttps://fhir.nhs.uk/England/SearchParameter/FlagDetail
Version0.4.0
Statusactive
Date2024-02-14
NameSearchParameterFlagDetailExtension
Realmus
Authorityhl7
DescriptionSearch for Condition, Flag or Consent resources referenced in flag detail extension
Typereference

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

SearchParameterFlagDetailExtension

Parameter detail:reference

Search for Condition, Flag or Consent resources referenced in flag detail extension

ResourceFlag
ExpressionFlag.extension('http://hl7.org/fhir/StructureDefinition/flag-detail')
Target ResourcesCondition, Flag, Consent
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": "FlagDetail",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir.nhs.uk/England/SearchParameter/FlagDetail",
  "version": "0.4.0",
  "name": "SearchParameterFlagDetailExtension",
  "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 for Condition, Flag or Consent resources referenced in flag detail extension",
  "code": "detail",
  "base": [
    "Flag"
  ],
  "type": "reference",
  "expression": "Flag.extension('http://hl7.org/fhir/StructureDefinition/flag-detail')",
  "target": [
    "Condition",
    "Flag",
    "Consent"
  ]
}