-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: extracted minimal changes as discussed
- Loading branch information
1 parent
4f8817c
commit e71cf1d
Showing
7 changed files
with
56 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# Changelog | ||
|
||
## 2024-03-16 - Version 0.11.0 | ||
|
||
### EndpointDirectory | ||
- EndpointVisibility Extension hinzugefügt | ||
|
||
### Extensions | ||
- OrganizationVisibility hinzugefügt | ||
- EndpointVisibility hinzugefügt | ||
|
||
### LocationDirectory | ||
- partOf `MS` | ||
- managingOrganization `MS` | ||
|
||
### HealthcareServiceDirectory | ||
- category `MS` & binding an: IHEXDShealthcareFacilityTypeCodePatientRelatedHealthcare | ||
- type `MS` binding auf HealthcareServiceTypeVS (HealthcareServiceTypeVS enthält jetzt die Codes zuvor in HealthcareServiceSpecialtyVS enthalten waren) | ||
- speciality binding auf neues VS: HealthcareServiceSpecialityVS | ||
- characteristics `MS` & binding an: HealthCareServiceCharacteristicVS | ||
|
||
### OrganizationDirectory | ||
- OrganizationVisibility Extension hinzugefügt | ||
- type OrganizationTypeVS aufgeteilt in zwei ValueSets & Slices: type[providerType] & type[profession], dient nur der besseren Sichtbarkeit, keine Auswirkungen auf Dateninstanzen | ||
- address `MS` | ||
- partOf `MS` | ||
|
||
### PractitionerDirectory | ||
- identifier[TelematikID] maximal Kardinalität auf `1` reduziert | ||
|
||
### Terminology | ||
#### ValueSets | ||
- HealthcareServiceSpecialtyVS entfernt, Konzepte jetzt in: HealthcareServiceTypeVS enthalten | ||
- OrganizationTypeVS enthält nicht mehr: OrganizationProfessionOID (wurde in VS OrganizationProfessionOIDTypeVS ausgelagert, kein Einfluss auf Dateninstanzen) | ||
- Neu: HealthcareServiceSpecialityVS | ||
- Neu: HealthcareServiceTypeVS (enthält die Konzepte aus dem entfernten VS: HealthcareServiceSpecialtyVS) | ||
- Neu: IHEXDShealthcareFacilityTypeCodePatientRelatedHealthcare | ||
- Neu: HealthCareServiceCharacteristicVS | ||
- Neu: OrganizationProfessionOIDTypeVS | ||
- Entfernt: PharmacyHealthcareServiceTypeVS (wurde nicht in Profilen genutzt) | ||
- Entfernt: PharmacyTypeVS (wurde nicht in Profilen genutzt) | ||
|
||
#### CodeSystems | ||
- PharmacyHealthcareServiceTypeCS umbenannt: PharmacyHealthcareSpecialityCS (wurde nicht in Profilen genutzt) | ||
- EndpointDirectoryConnectionType Liste der Konzepte angepasst | ||
- PharmacyTypeCS Liste der Konzepte angepasst (wurde nicht in Profilen genutzt) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
.../ValueSet-OrganizationProviderTypeVS.json → ...esources/ValueSet-OrganizationTypeVS.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../valuesets/OrganizationProviderTypeVS.fsh → ...nput/fsh/valuesets/OrganizationTypeVS.fsh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
ValueSet: OrganizationProviderTypeVS | ||
ValueSet: OrganizationTypeVS | ||
Description: "ValueSet for `Organization.type`" | ||
* insert Meta | ||
* include codes from system OrganizationProviderType |