FHIR IG analytics| Package | ca.infoway.io.cafex |
| Resource Type | SearchParameter |
| Id | cafex-patient-given.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "SearchParameter",
"id": "cafex-patient-given",
"url": "http://fhir.infoway-inforoute.ca/io/cafex/SearchParameter/cafex-patient-given",
"name": "CAFeXPatientGiven",
"derivedFrom": "http://hl7.org/fhir/us/core/SearchParameter/us-core-patient-given",
"date": "2024-05-09",
"publisher": "Canada Health Infoway",
"description": "**A portion of the given name of the patient** \n**NOTE**: This extends the the US Core SearchParameter and extends the usage context of the\n[Conformance expectation extension](http://hl7.org/fhir/R4/extension-capabilitystatement-expectation.html)\n - multipleAnd\n - multipleOr\n - comparator\n - modifier\n - chain",
"code": "given",
"base": [
"Patient"
],
"type": "string",
"expression": "Patient.name.given",
"xpathUsage": "normal",
"multipleOr": true,
"_multipleOr": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "MAY"
}
]
},
"multipleAnd": true,
"_multipleAnd": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "MAY"
}
]
},
"modifier": [
"exact"
],
"_modifier": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "SHALL"
}
]
}
]
}