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-PatientAge-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-PatientAge-1",
  "version": "1.0.0",
  "name": "EMS Patient Age",
  "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 Patient age at the time of the event.",
  "code": "Patient.age",
  "base": [
    "Bundle"
  ],
  "type": "number",
  "description": "A search parameter to form the search criteria expression for a Patient age range.",
  "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": [
    "lt",
    "gt"
  ],
  "modifier": [
    "contains"
  ]
}