| Package | fhir.giis |
| Resource Type | SearchParameter |
| Id | patient-by-caretaker-name |
| FHIR Version | R4 |
| Source | https://paho.org/fhir/giis/https://build.fhir.org/ig/cens-chile/giis_fhir_IG/SearchParameter-patient-by-caretaker-name.html |
| URL | https://paho.org/fhir/giis/SearchParameter/patient-by-caretaker-name |
| Version | 0.1.8 |
| Status | active |
| Date | 2023-10-10 |
| Name | PatientByCaretakerName |
| Realm | us |
| Authority | hl7 |
| Description | Patient search by the caretaker's name > Notice that this search would end up looking like this: {{base}}/Patient?_has:RelatedPerson:patient:given=* |
| Type | string |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: SearchParameter patient-by-caretaker-name
version: 1; Last updated: 2023-11-21 15:52:22+0000;
Information Source: #1713de7ffdefbac0
Parameter patient-by-caretaker-firstname:string
Patient search by the caretaker's name
Notice that this search would end up looking like this: {{base}}/Patient?_has:RelatedPerson:patient:given=*
| Resource | RelatedPerson |
| Expression | RelatedPerson.name.given |
| Processing Mode | Normal |
| Multiples |
|
{
"resourceType": "SearchParameter",
"id": "patient-by-caretaker-name",
"meta": {
"versionId": "1",
"lastUpdated": "2023-11-21T15:52:22.824+00:00",
"source": "#1713de7ffdefbac0"
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://paho.org/fhir/giis/SearchParameter/patient-by-caretaker-name",
"version": "0.1.8",
"name": "PatientByCaretakerName",
"status": "active",
"experimental": true,
"date": "2023-10-10",
"publisher": "CENS",
"contact": [
{
"name": "CENS",
"telecom": [
{
"system": "url",
"value": "https://www.cens.cl"
}
]
}
],
"description": "Patient search by the caretaker's name\n> Notice that this search would end up looking like this: {{base}}/Patient?_has:RelatedPerson:patient:given=*",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001"
}
]
}
],
"code": "patient-by-caretaker-firstname",
"base": [
"RelatedPerson"
],
"type": "string",
"expression": "RelatedPerson.name.given",
"xpathUsage": "normal",
"multipleOr": false,
"multipleAnd": false
}