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

FHIR IG Statistics: SearchParameter/cyehr-sp-practitioner-birthdate

Packageehealth4u.package
Resource TypeSearchParameter
Idcyehr-sp-practitioner-birthdate
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ehealth4u.package@1.0.0&canonical=http://ig.ehealth4u.eu/fhir/SearchParameter/cyehr-sp-practitioner-birthdate
URLhttp://ig.ehealth4u.eu/fhir/SearchParameter/cyehr-sp-practitioner-birthdate
Statusactive
Namebirthdate
DescriptionSearch by a Practitioner's birth date
Typedate

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "SearchParameter",
  "id": "cyehr-sp-practitioner-birthdate",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2023-04-10T20:29:00.148+00:00",
    "source": "#3b73d26c6e10ed15"
  },
  "url": "http://ig.ehealth4u.eu/fhir/SearchParameter/cyehr-sp-practitioner-birthdate",
  "name": "birthdate",
  "status": "active",
  "experimental": true,
  "contact": [
    {
      "name": "eHealth Lab (University of Cyprus)",
      "telecom": [
        {
          "system": "email",
          "value": "ehealth@ucy.ac.cy",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Search by a Practitioner's birth date",
  "code": "birthdate",
  "base": [
    "Practitioner"
  ],
  "type": "date",
  "expression": "Practitioner.birthDate",
  "xpath": "f:Practitioner/f:birthDate",
  "xpathUsage": "normal",
  "target": [
    "Practitioner"
  ]
}