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

FHIR IG Statistics: SearchParameter/assigner

Packagenw-gmsa.github.io
Resource TypeSearchParameter
Idassigner
FHIR VersionR4
Sourcehttps://nw-gmsa.github.io/https://build.fhir.org/ig/nw-gmsa/R4/SearchParameter-assigner.html
URLhttps://nw-gmsa.github.io/SearchParameter/assigner
Version0.0.7
Statusactive
Date2025-08-04T13:49:34+00:00
Nameassigner
Realmuk
DescriptionSearch parameter for searching resource identifier for assigning authority
PurposeUsed for find which organisation (ODS Code) assigned the identifier
Typestring

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 assigner

assigner

Parameter assigner:string

Search parameter for searching resource identifier for assigning authority

ResourcesPatient, ServiceRequest, DiagnosticReport, Observation, DocumentReference, Condition
Expressionidentifier.assigner.identifier.value
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": "assigner",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://nw-gmsa.github.io/SearchParameter/assigner",
  "version": "0.0.7",
  "name": "assigner",
  "status": "active",
  "date": "2025-08-04T13:49:34+00:00",
  "publisher": "NHS North West GMSA",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.nw-gmsa.nhs.uk/contact-us"
        }
      ]
    }
  ],
  "description": "Search parameter for searching resource identifier for assigning authority",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "GB",
          "display": "United Kingdom of Great Britain and Northern Ireland"
        }
      ]
    }
  ],
  "purpose": "Used for find which organisation (ODS Code) assigned the identifier",
  "code": "assigner",
  "base": [
    "Patient",
    "ServiceRequest",
    "DiagnosticReport",
    "Observation",
    "DocumentReference",
    "Condition"
  ],
  "type": "string",
  "expression": "identifier.assigner.identifier.value"
}