Argonaut Questionnaire Implementation Guide (Release 1.0.0 )

This page is part of the Argonaut Questionnaire Implementation Guide (v1.0.0: Release) based on FHIR R3. This is the current published version. For a full list of available versions, see the Directory of published versions

JSON Format: SearchParameter-patient-birthdate

Download Raw json

{
  "resourceType" : "SearchParameter",
  "id" : "patient-birthdate",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: patient-birthdate</p><p><b>url</b>: <b>http://fhir.org/guides/argonaut/questionnaire/SearchParameter/patient-birthdate</b></p><p><b>name</b>: patient_birthdate</p><p><b>status</b>: active</p><p><b>experimental</b>: false</p><p><b>date</b>: 19/02/2019 10:57:46 AM</p><p><b>publisher</b>: The Argonaut Project</p><p><b>contact</b>: </p><p><b>code</b>: birthdate</p><p><b>base</b>: Patient</p><p><b>type</b>: date</p><p><b>derivedFrom</b>: <a href=\"http://hl7.org/fhir/SearchParameter/individual-birthdate\">http://hl7.org/fhir/SearchParameter/individual-birthdate</a></p><p><b>description</b>: [Patient](patient.html): The patient's date of birth\r\n</p><p><b>expression</b>: Patient.birthDate</p><p><b>xpath</b>: f:Patient/f:birthDate</p><p><b>xpathUsage</b>: normal</p><p><b>comparator</b>: le, ge</p></div>"
  },
  "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"
  ]
}