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

FHIR IG Statistics: SearchParameter/example-dhdr-search-medications-report-by-patient-birthdate

Packageca.on.oh-dhdr
Resource TypeSearchParameter
Idexample-dhdr-search-medications-report-by-patient-birthdate
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh-dhdr@4.0.2-alpha1.0.6&canonical=http://ehealthontario.ca/fhir/SearchParameter/ca-on-medications-patient-birthdate
URLhttp://ehealthontario.ca/fhir/SearchParameter/ca-on-medications-patient-birthdate
Version3.0.0
Statusactive
Date2021-01-24
NamePatientbirthdateSearchParameter
Realmca
DescriptionSearch by patient birthDate - optional for patient query, not supported by bulk query
PurposeNeed to search MedicationDispense by patient birthDate
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": "example-dhdr-search-medications-report-by-patient-birthdate",
  "url": "http://ehealthontario.ca/fhir/SearchParameter/ca-on-medications-patient-birthdate",
  "name": "PatientbirthdateSearchParameter",
  "status": "active",
  "experimental": false,
  "version": "3.0.0",
  "date": "2021-01-24",
  "publisher": "Ontario Health",
  "contact": [
    {
      "name": "Ontario Health",
      "telecom": [
        {
          "system": "url",
          "value": "http://ontariohealth.ca"
        }
      ]
    }
  ],
  "description": "Search by patient birthDate - optional for patient query, not supported by bulk query",
  "purpose": "Need to search MedicationDispense by patient birthDate",
  "code": "patient.birthdate",
  "base": [
    "MedicationDispense"
  ],
  "type": "date",
  "expression": "MedicationDispense.subject",
  "xpathUsage": "normal",
  "multipleOr": false,
  "multipleAnd": false,
  "comparator": [
    "eq"
  ]
}