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

FHIR IG analytics

Packagefhir.nhs.uk.stu3.assets
Resource TypeSearchParameter
IdSearchParameter-EMS-SubscriptionRuleType-1.json
FHIR VersionR3

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "SearchParameter",
  "url": "https://fhir.nhs.uk/STU3/SearchParameter/EMS-SubscriptionRuleType-1",
  "version": "1.0.0",
  "name": "EMS Subscription Rule Type",
  "status": "draft",
  "date": "2018-10-10",
  "publisher": "NHS Digital",
  "contact": [
    {
      "name": "Interoperability Team",
      "telecom": [
        {
          "system": "email",
          "value": "interoperabilityteam@nhs.net",
          "use": "work"
        }
      ]
    }
  ],
  "purpose": "This search parameter has been defined to enable the ability to form a search criteria based on the type of subscription rule to apply for generic/geographical subscriptions, i.e. Universal Health Visitor (UHV), Registered GP (GP), Child Health Record Department (CHRD).",
  "code": "subscriptionRuleType",
  "base": [
    "Bundle"
  ],
  "type": "token",
  "description": "A search parameter to inform the search criteria expression of the type of subscription rule.",
  "expression": "Bundle('https://fhir.nhs.uk/STU3/StructureDefinition/EMS-Bundle-1')",
  "xpath": "f:Bundle/[@url='https://fhir.nhs.uk/STU3/StructureDefinition/EMS-Bundle-1']",
  "xpathUsage": "normal",
  "comparator": [
    "eq"
  ],
  "modifier": [
    "exact"
  ]
}