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

FHIR IG Statistics: SearchParameter/example-dhdr-search-MedicationDispense-report-by-patient-gender

Packageca.on.dhdr.r4.v4
Resource TypeSearchParameter
Idexample-dhdr-search-MedicationDispense-report-by-patient-gender
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.dhdr.r4.v4@0.1.2-beta&canonical=http://ehealthontario.ca/fhir/SearchParameter/ca-on-medications-patient-gender
URLhttp://ehealthontario.ca/fhir/SearchParameter/ca-on-medications-patient-gender
Version3.0.0
Statusactive
Date2021-01-24
NamePatientGenderSearchParameter
Realmus
Authorityhl7
DescriptionSearch by patient gender - optional for patient query
PurposeNeed to search MedicationDispense by patient gender
Typetoken

Resources that use this resource

CapabilityStatement
ca-on-medication-profile-CapabilityStatement-RepositoryDigital Health Drug Repository FHIR Capability Statement
ca-on-medication-profile-CapabilityStatement-ConsumerDigital Health Drug Repository FHIR Capability Statement
metadata-queryDigital Health Drug Repository FHIR Capability Statement
metadataDigital Health Drug Repository FHIR Capability Statement

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "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"
  ]
}