FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageca.on.dhdr.r4
Resource TypeSearchParameter
Idexample-medications-search-MedicationDispense-report-by-patient-gender.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "SearchParameter",
  "id": "example-dhdr-search-MedicationDispense-report-by-patient-gender",
  "url": "http://ehealthontario.ca/fhir/SearchParameter/ca-on-medications-patient-gender",
  "name": "PatientGenderSearchParameter",
  "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 gender - optional for patient query",
  "purpose": "Need to search MedicationDispense by patient gender",
  "code": "patient.gender",
  "base": [
    "MedicationDispense"
  ],
  "type": "token",
  "expression": "MedicationDispense.subject",
  "xpathUsage": "normal",
  "multipleOr": false,
  "multipleAnd": false,
  "comparator": [
    "eq"
  ]
}