careMESH NPD
0.1.0 - ci-build
careMESH NPD - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Official URL: http://fhir.caremesh.app/OperationDefinition/CaremeshResourceFind | Version: 0.1.0 | |||
| Active as of 2025-09-24 | Computable Name: careMESH Find $find | |||
FHIR Operation to search for Practitioners, HealthcareServices, or Organizations.
General:
Resource-specific notes and examples:
Practitioner: supports given, family, middle, suffix, address components, telecom, phone, email, specialty, identifier. Example: GET /4_0_0/Practitioner/$find?given=Jane&family=Doe&specialty=207R00000X&specialty=207KA0200X
HealthcareService: uses name instead of given/family, does not use middle or suffix; supports address components, telecom, phone, email, specialty, identifier. Example: GET /4_0_0/HealthcareService/$find?name=Mount+Sinai&specialty=207R00000X
Organization: uses name only; supports address components, telecom, phone, email, identifier; does NOT support specialty. Example: GET /4_0_0/Organization/$find?name=Lenox+Hill&telecom=2124342000
Notes:
Generated Narrative: OperationDefinition CaremeshResourceFind
URL: [base]/Practitioner/$find
URL: [base]/HealthcareService/$find
URL: [base]/Organization/$find
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| IN | identifier | 0..* | string | Unique identifiers of the resource (applicable to Practitioner, HealthcareService, Organization). | ||
| IN | name | 0..1 | string | Name of the HealthcareService or Organization. Not used for Practitioner (use given/family instead). | ||
| IN | given | 0..1 | string | First (given) name of the Practitioner. Applicable to Practitioner only. | ||
| IN | family | 0..1 | string | Last (family) name of the Practitioner. Applicable to Practitioner only. | ||
| IN | middle | 0..1 | string | Middle name or initial of the Practitioner. Applicable to Practitioner only. | ||
| IN | suffix | 0..1 | string | Name suffix (e.g., MD, DR) for the Practitioner. Applicable to Practitioner only. | ||
| IN | address-city | 0..1 | string | City component of the resource's address (Practitioner, HealthcareService, Organization). | ||
| IN | address-state | 0..1 | string | State component of the resource's address (Practitioner, HealthcareService, Organization). | ||
| IN | address-zip | 0..1 | string | Postal code (ZIP) component of the resource's address (Practitioner, HealthcareService, Organization). | ||
| IN | address-line | 0..* | string | Street line(s) of the resource's address (Practitioner, HealthcareService, Organization). | ||
| IN | telecom | 0..* | string | Telecom entries (e.g., phone number, direct address, email) for the resource. | ||
| IN | phone | 0..* | string | Phone numbers for the resource. | ||
| IN | 0..* | string | Email addresses for the resource. | |||
| IN | specialty | 0..* | string | Practitioner or HealthcareService specialties. Not applicable to Organization. |