OpenMRS FHIR2 Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions
: Search through Practitioner endpoint by the Practitioner's full or partial name - XML Representation
Raw xml | Download
<SearchParameter xmlns="http://hl7.org/fhir">
<id value="Practitioner.name"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: SearchParameter</b><a name="Practitioner.name"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource SearchParameter "Practitioner.name" </p></div><p><b>url</b>: <code>http://fhir.openmrs.org/fhir/SearchParameter/Practitioner.name</code></p><p><b>version</b>: 0.1.0</p><p><b>name</b>: PractitionerNameSearchParameter</p><p><b>status</b>: active</p><p><b>date</b>: 2022-11-29 05:06:49+0000</p><p><b>contact</b>: OpenMRS, Inc.: <a href="https://openmrs.org">https://openmrs.org</a></p><p><b>description</b>: Searches for Practitioner based on the Practitioner's full or partial name eg) /ws/fhir2/{release}/Practitioner?name={name}</p><p><b>code</b>: practitioner.name</p><p><b>base</b>: Practitioner</p><p><b>type</b>: string</p><p><b>target</b>: OMRSPractitioner</p></div>
</text>
<url
value="http://fhir.openmrs.org/fhir/SearchParameter/Practitioner.name"/>
<version value="0.1.0"/>
<name value="PractitionerNameSearchParameter"/>
<status value="active"/>
<date value="2022-11-29T17:06:49+00:00"/>
<contact>
<name value="OpenMRS, Inc."/>
<telecom>
<system value="url"/>
<value value="https://openmrs.org"/>
</telecom>
</contact>
<description
value="Searches for Practitioner based on the Practitioner's full or partial name eg) /ws/fhir2/{release}/Practitioner?name={name}"/>
<code value="practitioner.name"/>
<base value="Practitioner"/>
<type value="string"/>
<target value="OMRSPractitioner"/>
</SearchParameter>