EMIS Web Adapter for QuickFHIR
2.0.0 - draft

Publish Box goes here

: birthdate - JSON Representation

Page standards status: Trial-use

Raw json | Download


{
  "resourceType" : "SearchParameter",
  "id" : "individual-birthdate",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: SearchParameter</b><a name=\"individual-birthdate\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource SearchParameter &quot;individual-birthdate&quot; </p></div><p><b>Standards Status</b>: trial-use</p><p><b>url</b>: <code>http://hl7.org/fhir/SearchParameter/individual-birthdate</code></p><p><b>version</b>: 2.0.0</p><p><b>name</b>: birthdate</p><p><b>status</b>: draft</p><p><b>experimental</b>: false</p><p><b>date</b>: 2019-11-01 09:29:23+1100</p><p><b>publisher</b>: Health Level Seven International (Patient Administration)</p><p><b>contact</b>: <a href=\"http://hl7.org/fhir\">http://hl7.org/fhir</a>, <a href=\"http://www.hl7.org/Special/committees/pafm/index.cfm\">http://www.hl7.org/Special/committees/pafm/index.cfm</a></p><p><b>description</b>: Multiple Resources: \r\n\r\n* [Patient](patient.html): The patient's date of birth\r\n* [Person](person.html): The person's date of birth\r\n* [RelatedPerson](relatedperson.html): The Related Person's date of birth\r\n</p><p><b>code</b>: birthdate</p><p><b>base</b>: Patient, Person, RelatedPerson</p><p><b>type</b>: date</p><p><b>expression</b>: Patient.birthDate | Person.birthDate | RelatedPerson.birthDate</p><p><b>xpathUsage</b>: normal</p><p><b>comparator</b>: eq, ne, gt, ge, lt, le, sa, eb, ap</p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "trial-use"
    }
  ],
  "url" : "http://hl7.org/fhir/SearchParameter/individual-birthdate",
  "version" : "2.0.0",
  "name" : "birthdate",
  "status" : "draft",
  "experimental" : false,
  "date" : "2019-11-01T09:29:23+11:00",
  "publisher" : "Health Level Seven International (Patient Administration)",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/fhir"
        }
      ]
    },
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm"
        }
      ]
    }
  ],
  "description" : "Multiple Resources: \r\n\r\n* [Patient](patient.html): The patient's date of birth\r\n* [Person](person.html): The person's date of birth\r\n* [RelatedPerson](relatedperson.html): The Related Person's date of birth\r\n",
  "code" : "birthdate",
  "base" : [
    "Patient",
    "Person",
    "RelatedPerson"
  ],
  "type" : "date",
  "expression" : "Patient.birthDate | Person.birthDate | RelatedPerson.birthDate",
  "xpathUsage" : "normal",
  "comparator" : [
    "eq",
    "ne",
    "gt",
    "ge",
    "lt",
    "le",
    "sa",
    "eb",
    "ap"
  ]
}