Skip to content

Commit 39d1cc9

Browse files
authored
Version 1.1.2
1 parent 2b4e3a1 commit 39d1cc9

File tree

1 file changed

+36
-11
lines changed

1 file changed

+36
-11
lines changed

docs/FHIR_VZD_HOWTO_Search.adoc

Lines changed: 36 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ image::gematik_logo.svg[gematik,float="right"]
1818

1919
[width="100%",cols="50%,50%",options="header",]
2020
|===
21-
|Version: |1.1.1
21+
|Version: |1.1.2
2222
|Referencing: |gemILF_FHIR_VZD
2323
|===
2424

@@ -40,7 +40,10 @@ image::gematik_logo.svg[gematik,float="right"]
4040
Added description for "near" Search parameter for Location.position
4141

4242
|gematik
43+
|1.1.2 |05.09.24 |Full-text search
44+
|Update of tables "_text attribute for organizations" and "_text attribute for persons"
4345

46+
|gematik
4447
|===
4548

4649
== Classification of the document
@@ -443,21 +446,23 @@ The content of the _text attribute is taken into account in the full-text search
443446
|Organization name
444447

445448
|Organization
446-
|type.display
447-
|Name of institution type / +
448-
Name of the provider type
449+
|type.display +
450+
type.code
451+
|Name and code of institution type / +
452+
Name and code of the provider type
449453

450454
|HealthcareService
451455
|speciality.display
452-
|Name of the specialization
456+
|Name of the specialization (technically the display values ​​of all codings stored in the attribute)
453457

454458
|HealthcareService
455-
|name
456-
|Name assigned by the owner for the service
459+
|type.display
460+
|Type of pharmacy https://simplifier.net/vzd-fhir-directory/pharmacytypecs[PharmacyTypeCS] +
461+
(technically the display values ​​of all codings stored in the attribute)
457462

458463
|HealthcareService
459-
|type
460-
|Type of pharmacy https://simplifier.net/vzd-fhir-directory/pharmacytypecs[PharmacyTypeCS]
464+
|name
465+
|Name assigned by the owner for the service
461466

462467
|Location
463468
|address.line
@@ -472,8 +477,27 @@ The content of the _text attribute is taken into account in the full-text search
472477
|postalCode
473478

474479
|Organization
475-
|identifier (Type Telematik_ID or DomainID)
476-
|Telematik_ID and DomainID
480+
|identifier.value (Type Telematik_ID or DomainID)
481+
|Telematik_ID and DomainID +
482+
+
483+
Only identifier codings from the code systems that are technically assigned to the telematics ID or the domain IDs should be used. These CodeSystems are:
484+
485+
https://gematik.de/fhir/sid/telematik-id +
486+
http://fhir.de/StructureDefinition/identifier-bsnr +
487+
http://fhir.de/StructureDefinition/identifier-kzva +
488+
http://fhir.de/StructureDefinition/identifier-iknr
489+
490+
|HealthcareService
491+
|identifier.value (Type Telematik_ID or DomainID)
492+
|Telematik_ID and DomainID at HealthcareServices level. The mapping applies to healthcare services, this information is usually available in this attribute when several TelematikIDs are merged into one organization. +
493+
+
494+
Only identifier codings from the code systems that are technically assigned to the telematics ID or the domain IDs should be used. These CodeSystems are:
495+
496+
https://gematik.de/fhir/sid/telematik-id +
497+
http://fhir.de/StructureDefinition/identifier-bsnr +
498+
http://fhir.de/StructureDefinition/identifier-kzva +
499+
http://fhir.de/StructureDefinition/identifier-iknr
500+
477501

478502
|=======================
479503

@@ -702,3 +726,4 @@ GET [baseUrl]/search/HealthcareService?organization.active=true&location.near=50
702726

703727

704728

729+

0 commit comments

Comments
 (0)