FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.nwgenomics.nhs.uk
Resource TypeSearchParameter
IdSearchParameter-assigner.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/nw-gmsa/nw-gmsa.github.com/SearchParameter-assigner.html
URLhttps://fhir.nwgenomics.nhs.uk/SearchParameter/assigner
Version0.1.0
Statusactive
Date2026-02-10T04:20:28+00:00
Nameassigner
Realmus
Authorityhl7
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

Source1

{
  "resourceType": "SearchParameter",
  "id": "assigner",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir.nwgenomics.nhs.uk/SearchParameter/assigner",
  "version": "0.1.0",
  "name": "assigner",
  "status": "active",
  "date": "2026-02-10T04:20:28+00:00",
  "publisher": "NHS North West Genomics",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.nwgenomics.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"
}