New Zealand HPI Implementation Guide
0.9.0 - CI Build

New Zealand HPI Implementation Guide, published by Ministry of Health. This is not an authorized publication; it is the continuous build for version 0.9.0). This version is based on the current content of https://github.com/HL7NZ/hpi/ and changes regularly. See the Directory of published versions

: Search on birthdate - JSON Representation

Raw json | Download


{
  "resourceType" : "SearchParameter",
  "id" : "HpiPractitionerBirthdate",
  "text" : {
    "status" : "additional",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Practitioner birthdate search</div>"
  },
  "url" : "http://hl7.org.nz/fhir/hpi/SearchParameter/hpi-practitioner-birth-date",
  "version" : "0.9.0",
  "name" : "HpiPractitionerBirthdate",
  "status" : "draft",
  "date" : "2021-12-03T02:22:27+00:00",
  "publisher" : "Ministry of Health",
  "contact" : [
    {
      "name" : "Ministry of Health",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:integration@health.govt.nz"
        }
      ]
    }
  ],
  "description" : "Allows a practitioner to be searched by birth date",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "NZ"
        }
      ]
    }
  ],
  "code" : "birthdate",
  "base" : [
    "Practitioner"
  ],
  "type" : "date"
}