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

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

Packageca.on.oh-dhdr
Resource TypeSearchParameter
IdBundle-composition-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/Bundle-composition-patient-birthdate
URLhttp://ehealthontario.ca/fhir/SearchParameter/Bundle-composition-patient-birthdate
Version4.0.1
Statusactive
Date2023-10-04
Namecomposition.patient.birthdate
DescriptionSearch by patient birthDate
PurposeNeed to search 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": "Bundle-composition-patient-birthdate",
  "url": "http://ehealthontario.ca/fhir/SearchParameter/Bundle-composition-patient-birthdate",
  "name": "composition.patient.birthdate",
  "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 birthDate",
  "purpose": "Need to search by patient birthDate",
  "code": "composition.patient.birthdate",
  "base": [
    "Bundle"
  ],
  "type": "date",
  "expression": "Bundle.entry.resource.ofType(Patient).birthDate"
}