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

FHIR IG Statistics: SearchParameter/patient-extensions-Patient-age

Packagehl7.fhir.uv.extensions.r5
TypeSearchParameter
Idpatient-extensions-Patient-age
FHIR VersionR5
Sourcehttp://hl7.org/fhir/extensions/http://hl7.org/fhir/extensions/5.2.0/SearchParameter-patient-extensions-Patient-age.html
URLhttp://hl7.org/fhir/SearchParameter/patient-extensions-Patient-age
Version5.2.0
Statusactive
Date2025-02-10T21:45:45+11:00
NameAge
Titleage
Realmuv
Authorityhl7
DescriptionSearches for patients based on age as calculated based on current date and date of birth. Deceased patients are excluded from the search.
Typenumber

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 patient-extensions-Patient-age

Age TU

Parameter age:number

Searches for patients based on age as calculated based on current date and date of birth. Deceased patients are excluded from the search.

ResourcePatient
ExpressionPatient.birthDate
Processing ModeNormal
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": "patient-extensions-Patient-age",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 3
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pa"
    }
  ],
  "url": "http://hl7.org/fhir/SearchParameter/patient-extensions-Patient-age",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.31.18"
    }
  ],
  "version": "5.2.0",
  "name": "Age",
  "title": "age",
  "status": "active",
  "experimental": false,
  "date": "2025-02-10T21:45:45+11:00",
  "publisher": "HL7 International / Patient Administration",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/pafm"
        }
      ]
    }
  ],
  "description": "Searches for patients based on age as calculated based on current date and date of birth.  Deceased patients are excluded from the search.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "code": "age",
  "base": [
    "Patient"
  ],
  "type": "number",
  "expression": "Patient.birthDate",
  "processingMode": "normal"
}