| Package | nexuzhealth.fhir.r4 |
| Resource Type | SearchParameter |
| Id | nxh-sp-patient-is-administrative-patient |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=nexuzhealth.fhir.r4@1.0.3&canonical=https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-sp-patient-is-administrative-patient |
| URL | https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-sp-patient-is-administrative-patient |
| Status | active |
| Date | 2022-01-06T13:15:43.6557922+00:00 |
| Name | NxhSpPatientIsAdministrativePatient |
| Description | Search patients on patient flag isAdministrativePatient. |
| Type | token |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "SearchParameter",
"id": "nxh-sp-patient-is-administrative-patient",
"meta": {
"lastUpdated": "2022-01-06T13:15:43.6557922+00:00"
},
"url": "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-sp-patient-is-administrative-patient",
"name": "NxhSpPatientIsAdministrativePatient",
"status": "active",
"date": "2022-01-06T13:15:43.6557922+00:00",
"description": "Search patients on patient flag isAdministrativePatient.",
"code": "NxhSpPatientIsAdministrativePatient",
"base": [
"Patient"
],
"type": "token",
"expression": "Patient.extension('https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-patientFlags').extension('isAdministrativePatient').value.as(boolean)"
}