Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 0.12.0 #156

Merged
merged 3 commits into from
Feb 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/FHIRValidator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
SIMPLIFIER_PASSWORD: ${{ secrets.SIMPLIFIER_PASSWORD }}
SUSHI_ENABLED: true
SUSHI_OPTIONS: src/fhir/
EXPECTED_FAILS: VALIDATION_CONFORMANCE_DOTNET VALIDATION_CONFORMANCE_JAVA
EXPECTED_FAILS: VALIDATION_CONFORMANCE_DOTNET

- name: Convert Validation Report
uses: patrick-werner/[email protected]
Expand Down
333 changes: 205 additions & 128 deletions changelog.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/fhir/fsh-generated/fsh-index.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"fshType": "CodeSystem",
"fshFile": "codesystems/OrganizationProfessionOID.fsh",
"startLine": 1,
"endLine": 70
"endLine": 73
},
{
"outputFile": "CodeSystem-OrganizationProviderType.json",
Expand Down Expand Up @@ -117,7 +117,7 @@
"fshType": "CodeSystem",
"fshFile": "codesystems/PractitionerProfessionOID.fsh",
"startLine": 1,
"endLine": 45
"endLine": 51
},
{
"outputFile": "CodeSystem-Region.json",
Expand Down
4 changes: 2 additions & 2 deletions src/fhir/fsh-generated/fsh-index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ CodeSystem-EndpointVisibilityCS.json EndpointVisib
CodeSystem-HealthcareServiceSpecialtyCS.json HealthcareServiceSpecialtyCS CodeSystem codesystems/HealthcareServiceSpecialtyCS.fsh 1 - 11
CodeSystem-HolderCS.json HolderCS CodeSystem codesystems/HolderCS.fsh 1 - 125
CodeSystem-OpeningTimeQualifierCS.json OpeningTimeQualifierCS CodeSystem codesystems/OpeningTimeQualifierCS.fsh 1 - 7
CodeSystem-OrganizationProfessionOID.json OrganizationProfessionOID CodeSystem codesystems/OrganizationProfessionOID.fsh 1 - 70
CodeSystem-OrganizationProfessionOID.json OrganizationProfessionOID CodeSystem codesystems/OrganizationProfessionOID.fsh 1 - 73
CodeSystem-OrganizationProviderType.json OrganizationProviderType CodeSystem codesystems/OrganizationProviderType.fsh 1 - 11
CodeSystem-OrganizationVisibilityCS.json OrganizationVisibilityCS CodeSystem codesystems/OrganizationVisibilityCS.fsh 1 - 7
CodeSystem-Origin.json Origin CodeSystem codesystems/Origin.fsh 1 - 8
CodeSystem-PharmacyHealthcareSpecialtyCS.json PharmacyHealthcareSpecialtyCS CodeSystem codesystems/PharmacyHealthcareServiceSpecialtyCS.fsh 1 - 12
CodeSystem-PharmacyTypeCS.json PharmacyTypeCS CodeSystem codesystems/PharmacyTypeCS.fsh 1 - 13
CodeSystem-PharmacyTypeLDAPCS.json PharmacyTypeLDAPCS CodeSystem codesystems/PharmacyTypeLDAPCS.fsh 1 - 12
CodeSystem-PractitionerProfessionOID.json PractitionerProfessionOID CodeSystem codesystems/PractitionerProfessionOID.fsh 1 - 45
CodeSystem-PractitionerProfessionOID.json PractitionerProfessionOID CodeSystem codesystems/PractitionerProfessionOID.fsh 1 - 51
CodeSystem-Region.json Region CodeSystem codesystems/Region.fsh 1 - 27
CodeSystem-VZDHealthCareServiceCharacteristicsCS.json VZDHealthCareServiceCharacteristicsCS CodeSystem codesystems/VZDHealthCareServiceCharacteristicsCS.fsh 1 - 9
CodeSystem-aerztliche-fachrichtungen-oid-url.json AerztlicheFachrichtungen_OID_URL CodeSystem codesystems/external/AerztlicheFachrichtungen.fsh 1 - 85
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"id": "EndpointDirectoryConnectionType",
"title": "Codes for Endpoint.connectionType",
"description": "CodeSystem TI specific connection types assigned to the Endpoints",
"version": "0.11.25",
"version": "0.12.0",
"url": "https://gematik.de/fhir/directory/CodeSystem/EndpointDirectoryConnectionType",
"concept": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"id": "EndpointDirectoryPayloadType",
"title": "Codes for Endpoint.payloadType",
"description": "CodeSystem TI specific payload types assigned to the Endpoints\n\nCodes are maintained by gematik.\nThe codes are used to declare which processes are supported by an entity with the corresponding entry in the gematik Directory.\nNew codes can be requested at gematik. There must exist a specification for each code so that developers can find out how to implement the process.",
"version": "0.11.25",
"version": "0.12.0",
"url": "https://gematik.de/fhir/directory/CodeSystem/EndpointDirectoryPayloadType",
"concept": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"id": "EndpointVisibilityCS",
"title": "EndpointVisibilityCS",
"description": "EndpointVisibilityCS",
"version": "0.11.25",
"version": "0.12.0",
"url": "https://gematik.de/fhir/directory/CodeSystem/EndpointVisibilityCS",
"concept": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"id": "HealthcareServiceSpecialtyCS",
"title": "HealthcareService Specialty",
"description": "Specialty codes of HealthcareServices",
"version": "0.11.25",
"version": "0.12.0",
"url": "https://gematik.de/fhir/directory/CodeSystem/HealthcareServiceSpecialtyCS",
"concept": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/fhir/fsh-generated/resources/CodeSystem-HolderCS.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"id": "HolderCS",
"title": "Codes for identity authorities (Holder)",
"description": "Code System for identity authories in the TI, which verify and control the identities of practitioners and organisations",
"version": "0.11.25",
"version": "0.12.0",
"url": "https://gematik.de/fhir/directory/CodeSystem/HolderCS",
"concept": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"id": "OpeningTimeQualifierCS",
"title": "OpeningTimeQualifierCS",
"description": "Qualifier code for HealthCareService opening times",
"version": "0.11.25",
"version": "0.12.0",
"url": "https://gematik.de/fhir/directory/CodeSystem/OpeningTimeQualifierCS",
"concept": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"id": "OrganizationProfessionOID",
"title": "CodeSystem for ProfessionOID of Institutions",
"description": "The codes for Organizations based on Profession OIDs defined in [gemSpec_OID](https://fachportal.gematik.de/fachportal-import/files/gemSpec_OID_V3.10.0.pdf)",
"version": "0.11.25",
"version": "0.12.0",
"url": "https://gematik.de/fhir/directory/CodeSystem/OrganizationProfessionOID",
"concept": [
{
Expand Down Expand Up @@ -256,11 +256,23 @@
{
"code": "1.2.276.0.76.4.306",
"display": "Betriebsstätte Orthopädieschuhmacher und Orthopädietechniker"
},
{
"code": "1.2.276.0.76.4.311",
"display": "Betriebsstätte Hilfsmittelerbringer (Hinweis: Betriebsstätten der Hilfsmittelerbringer, welche nicht den Gesundheitshandwerken zugeordnet sind)"
},
{
"code": "1.2.276.0.76.4.314",
"display": "Betriebsstätte Frisör"
},
{
"code": "1.2.276.0.76.4.317",
"display": "Betriebsstätte Soziotherapie"
}
],
"experimental": false,
"publisher": "gematik GmbH",
"date": "2024-10-29",
"caseSensitive": false,
"count": 62
"count": 65
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "OrganizationProviderType",
"id": "OrganizationProviderType",
"description": "CodeSystem of TI Service Provider types as to be found in the gematik Directory",
"version": "0.11.25",
"version": "0.12.0",
"url": "https://gematik.de/fhir/directory/CodeSystem/OrganizationProviderType",
"concept": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"id": "OrganizationVisibilityCS",
"title": "OrganizationVisibilityCS",
"description": "OrganizationVisibilityCS",
"version": "0.11.25",
"version": "0.12.0",
"url": "https://gematik.de/fhir/directory/CodeSystem/OrganizationVisibilityCS",
"concept": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/fhir/fsh-generated/resources/CodeSystem-Origin.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "Origin",
"id": "Origin",
"description": "CodeSystem which identifies the origin of a resource in the FHIR Directory",
"version": "0.11.25",
"version": "0.12.0",
"url": "https://gematik.de/fhir/directory/CodeSystem/Origin",
"concept": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"id": "PharmacyHealthcareSpecialtyCS",
"title": "Pharmacy HealthcareService Specialty",
"description": "Specialty codes of pharmacy HealthcareServices",
"version": "0.11.25",
"version": "0.12.0",
"url": "https://gematik.de/fhir/directory/CodeSystem/PharmacyHealthcareSpecialtyCS",
"concept": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"id": "PharmacyTypeCS",
"title": "Pharmacy type",
"description": "Pharmacy type codes of accessability for patients",
"version": "0.11.25",
"version": "0.12.0",
"url": "https://gematik.de/fhir/directory/CodeSystem/PharmacyTypeCS",
"concept": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"id": "PharmacyTypeLDAPCS",
"title": "Pharmacy type LDAP",
"description": "Pharmacy type codes used in the LDAP-VZD",
"version": "0.11.25",
"version": "0.12.0",
"url": "https://gematik.de/fhir/directory/CodeSystem/PharmacyTypeLDAPCS",
"concept": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"id": "PractitionerProfessionOID",
"title": "CodeSystem for Practitioner's ProfessionOID",
"description": "The codes for Practitioners based on Profession OIDs defined in [gemSpec_OID](https://fachportal.gematik.de/fachportal-import/files/gemSpec_OID_V3.10.0.pdf)",
"version": "0.11.25",
"version": "0.12.0",
"url": "https://gematik.de/fhir/directory/CodeSystem/PractitionerProfessionOID",
"concept": [
{
Expand Down Expand Up @@ -115,7 +115,7 @@
},
{
"code": "1.2.276.0.76.4.237",
"display": "Augenoptiker/-in und Optometrist/-in"
"display": "Augenoptiker/-in"
},
{
"code": "1.2.276.0.76.4.238",
Expand Down Expand Up @@ -147,20 +147,44 @@
},
{
"code": "1.2.276.0.76.4.277",
"display": "Ernährungstherapeut/-in"
"display": "Leistungserbringer/-in Ernährungstherapie"
},
{
"code": "1.2.276.0.76.4.305",
"display": "Orthopädieschuhmacher/-in und Orthopädietechniker/-in"
},
{
"code": "1.2.276.0.76.4.308",
"display": "Augenoptiker/-in, Optometrist/-in und Hörakustiker/-in"
"display": "Augenoptiker/-in und Hörakustiker/-in"
},
{
"code": "1.2.276.0.76.4.312",
"display": "Hilfsmittelerbringer/-in (Hinweis: Berufsgruppen der Hilfsmittelerbringer/-innen, die nicht den Gesundheitshandwerken zugeordnet sind)"
},
{
"code": "1.2.276.0.76.4.313",
"display": "Frisör/-in"
},
{
"code": "1.2.276.0.76.4.316",
"display": "Leistungserbringer/-in Soziotherapie"
},
{
"code": "1.2.276.0.76.4.318",
"display": "Leistungserbringer/in Stimm-, Sprech-, Sprach- und Schluck-Therapie"
},
{
"code": "1.2.276.0.76.4.315",
"display": "Masseur/-in und medizinische/-r Bademeister/-in"
},
{
"code": "1.2.276.0.76.4.319",
"display": "Diätassistent/-in"
}
],
"experimental": false,
"publisher": "gematik GmbH",
"date": "2024-10-29",
"caseSensitive": false,
"count": 37
"count": 43
}
2 changes: 1 addition & 1 deletion src/fhir/fsh-generated/resources/CodeSystem-Region.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"id": "Region",
"title": "Codes for regions in german healthcare system.",
"description": "Additionally to german Bundeslander there are 2 sub-provinces \n`Nordrhein` and `Westfalen-Lippe`.",
"version": "0.11.25",
"version": "0.12.0",
"url": "https://gematik.de/fhir/directory/CodeSystem/Region",
"concept": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "VZDHealthCareServiceCharacteristicsCS",
"id": "VZDHealthCareServiceCharacteristicsCS",
"description": "CodeSystem of VZD specific HealthcareService characteristics",
"version": "0.11.25",
"version": "0.12.0",
"url": "https://gematik.de/fhir/directory/CodeSystem/VZDHealthCareServiceCharacteristicsCS",
"concept": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"id": "aerztlicheBerufsvarianten",
"title": "AerztlicheBerufsvarianten",
"description": "AerztlicheBerufsvarianten",
"version": "0.11.25",
"version": "0.12.0",
"url": "urn:oid:1.2.276.0.76.5.493",
"concept": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "PhysicalFeaturesHealthCareServiceCS",
"id": "physicalFeatures",
"description": "CodeSystem of defined physical features",
"version": "0.11.25",
"version": "0.12.0",
"url": "https://gematik.de/fhir/directory/CodeSystem/physicalFeatures",
"concept": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"id": "zahnaerztliche-fachrichtungen-oid-url",
"title": "ZahnaerztlicheFachrichtungen",
"description": "ZahnaerztlicheFachrichtungen",
"version": "0.11.25",
"version": "0.12.0",
"url": "urn:oid:1.2.276.0.76.5.494",
"concept": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"resourceType": "SearchParameter",
"id": "EndpointAddressSP",
"url": "https://gematik.de/fhir/directory/SearchParameter/EndpointAddressSP",
"version": "0.11.25",
"version": "0.12.0",
"status": "active",
"experimental": false,
"publisher": "gematik GmbH",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"resourceType": "SearchParameter",
"id": "EndpointVisibilitySP",
"url": "https://gematik.de/fhir/directory/SearchParameter/EndpointVisibilitySP",
"version": "0.11.25",
"version": "0.12.0",
"status": "active",
"experimental": false,
"publisher": "gematik GmbH",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"resourceType": "SearchParameter",
"id": "HealthcareServiceCoverageAreaPostalCodeSP",
"url": "https://gematik.de/fhir/directory/SearchParameter/HealthcareServiceCoverageAreaPostalCodeSP",
"version": "0.11.25",
"version": "0.12.0",
"status": "active",
"experimental": false,
"publisher": "gematik GmbH",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"resourceType": "SearchParameter",
"id": "OrganizationAliasSP",
"url": "https://gematik.de/fhir/directory/SearchParameter/OrganizationAliasSP",
"version": "0.11.25",
"version": "0.12.0",
"status": "active",
"experimental": false,
"publisher": "gematik GmbH",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"resourceType": "SearchParameter",
"id": "OrganizationNCPeHCountrySP",
"url": "https://gematik.de/fhir/directory/SearchParameter/OrganizationNCPeHCountrySP",
"version": "0.11.25",
"version": "0.12.0",
"status": "active",
"experimental": false,
"publisher": "gematik GmbH",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"resourceType": "SearchParameter",
"id": "OrganizationTypeDisplaySP",
"url": "https://gematik.de/fhir/directory/SearchParameter/OrganizationTypeDisplaySP",
"version": "0.11.25",
"version": "0.12.0",
"status": "active",
"experimental": false,
"publisher": "gematik GmbH",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"resourceType": "SearchParameter",
"id": "OrganizationVisibilitySP",
"url": "https://gematik.de/fhir/directory/SearchParameter/OrganizationVisibilitySP",
"version": "0.11.25",
"version": "0.12.0",
"status": "active",
"experimental": false,
"publisher": "gematik GmbH",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"resourceType": "SearchParameter",
"id": "PractitionerQualificationSP",
"url": "https://gematik.de/fhir/directory/SearchParameter/PractitionerQualificationSP",
"version": "0.11.25",
"version": "0.12.0",
"status": "active",
"experimental": false,
"publisher": "gematik GmbH",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"resourceType": "StructureDefinition",
"id": "CodingWithCodeAndSystem",
"url": "https://gematik.de/fhir/directory/StructureDefinition/CodingWithCodeAndSystem",
"version": "0.11.25",
"version": "0.12.0",
"name": "CodingWithCodeAndSystem",
"title": "Coding with code and system",
"status": "active",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"resourceType": "StructureDefinition",
"id": "EndpointDirectory",
"url": "https://gematik.de/fhir/directory/StructureDefinition/EndpointDirectory",
"version": "0.11.25",
"version": "0.12.0",
"name": "EndpointDirectory",
"title": "Endpoint in gematik Directory",
"status": "active",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"resourceType": "StructureDefinition",
"id": "EndpointVisibility",
"url": "https://gematik.de/fhir/directory/StructureDefinition/EndpointVisibility",
"version": "0.11.25",
"version": "0.12.0",
"name": "EndpointVisibility",
"title": "EndpointVisibility",
"status": "active",
Expand Down
Loading