eLab posistemės integracijos dokumentacija
0.3.13 - versija
eLab posistemės integracijos dokumentacija - Local Development build (v0.3.13) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Active as of 2022-01-01 |
<SearchParameter xmlns="http://hl7.org/fhir">
<id value="patient-nameOrIdentifier"/>
<url
value="http://esveikata.lt/fhir/SearchParameter/patient-nameOrIdentifier"/>
<version value="0.3.13"/>
<name value="NameOrIdentifier"/>
<status value="active"/>
<experimental value="false"/>
<date value="2022-01-01"/>
<publisher value="Registrų Centras"/>
<contact>
<name value="Registrų Centras"/>
<telecom>
<system value="url"/>
<value value="https://www.registrucentras.lt/"/>
</telecom>
<telecom>
<system value="email"/>
<value value="elab@registrucentras.lt"/>
</telecom>
</contact>
<description
value="Search by Patient's full name or personal code or ESI identifier"/>
<jurisdiction>
<coding>
<system value="urn:iso:std:iso:3166"/>
<code value="LT"/>
<display value="Lithuania"/>
</coding>
</jurisdiction>
<code value="nameOrIdentifier"/>
<base value="Patient"/>
<type value="string"/>
<expression
value="(Patient.name.given | Patient.name.family).join(' ') | Patient.identifier.where(system = 'http://esveikata.lt/Identifier/Patient/ESI').value | Patient.identifier.where(system = 'http://esveikata.lt/Identifier/PersonalCode').value"/>
<processingMode value="normal"/>
</SearchParameter>