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

FHIR IG Statistics: SearchParameter/Bundle-composition-patient-gender

Packageca.on.dhdr.r4.v4
Resource TypeSearchParameter
IdBundle-composition-patient-gender
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.dhdr.r4.v4@0.1.2-beta&canonical=http://ehealthontario.ca/fhir/SearchParameter/Bundle-composition-patient-gender
URLhttp://ehealthontario.ca/fhir/SearchParameter/Bundle-composition-patient-gender
Version4.0.1
Statusactive
Date2023-10-04
Namecomposition.patient.gender
Realmus
Authorityhl7
DescriptionSearch by patient gender
PurposeNeed to search by patient gender
Typetoken

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": "Bundle-composition-patient-gender",
  "url": "http://ehealthontario.ca/fhir/SearchParameter/Bundle-composition-patient-gender",
  "name": "composition.patient.gender",
  "status": "active",
  "experimental": false,
  "version": "4.0.1",
  "date": "2023-10-04",
  "publisher": "Ontario Health",
  "contact": [
    {
      "name": "Ontario Health",
      "telecom": [
        {
          "system": "url",
          "value": "http://ontariohealth.ca"
        }
      ]
    }
  ],
  "description": "Search by patient gender",
  "purpose": "Need to search by patient gender",
  "code": "composition.patient.gender",
  "base": [
    "Bundle"
  ],
  "type": "token",
  "expression": "Bundle.entry[0].resource.as(Composition).subject.resolve().as(Patient).gender"
}