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

FHIR IG Statistics: SearchParameter/patient-birthdate

Packagefhir.argonaut.questionnaire
TypeSearchParameter
Idpatient-birthdate
FHIR VersionR3
Sourcehttp://fhir.org/guides/argonaut/questionnaire/http://fhir.org/guides/argonaut/questionnaire/1.0.0/SearchParameter-patient-birthdate.html
URLhttp://fhir.org/guides/argonaut/questionnaire/SearchParameter/patient-birthdate
Statusactive
Date2019-02-18T23:57:46.835306Z
Namepatient_birthdate
Realmus
Authorityhl7
Description[Patient](patient.html): The patient's date of birth
Typedate

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 with Details

id: patient-birthdate

url: http://fhir.org/guides/argonaut/questionnaire/SearchParameter/patient-birthdate

name: patient_birthdate

status: active

experimental: false

date: 19/02/2019 10:57:46 AM

publisher: The Argonaut Project

contact:

code: birthdate

base: Patient

type: date

derivedFrom: http://hl7.org/fhir/SearchParameter/individual-birthdate

description: [Patient](patient.html): The patient's date of birth

expression: Patient.birthDate

xpath: f:Patient/f:birthDate

xpathUsage: normal

comparator: le, ge


Source

{
  "resourceType": "SearchParameter",
  "id": "patient-birthdate",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.org/guides/argonaut/questionnaire/SearchParameter/patient-birthdate",
  "name": "patient_birthdate",
  "status": "active",
  "experimental": false,
  "date": "2019-02-18T23:57:46.835306Z",
  "publisher": "The Argonaut Project",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://github.com/argonautproject/questionnaire/issues"
        }
      ]
    }
  ],
  "code": "birthdate",
  "base": [
    "Patient"
  ],
  "type": "date",
  "derivedFrom": "http://hl7.org/fhir/SearchParameter/individual-birthdate",
  "description": "[Patient](patient.html): The patient's date of birth\r\n",
  "expression": "Patient.birthDate",
  "xpath": "f:Patient/f:birthDate",
  "xpathUsage": "normal",
  "comparator": [
    "le",
    "ge"
  ]
}