Skip to content

Commit

Permalink
Merge pull request #138 from gematik/feat/add-sp-add-plz-coverage
Browse files Browse the repository at this point in the history
Suchparameter, Verfügbarkeitsanfrage, coverageArea PLZ
  • Loading branch information
gem-uhe authored Oct 11, 2024
2 parents 35f4009 + 3fd6b89 commit f6e3623
Show file tree
Hide file tree
Showing 61 changed files with 588 additions and 138 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 2024-10-11 - Version 0.11.17
- feat: added SearchParameter: OrganizationTypeDisplaySP, EndpointAddressSP, OrganizationVisibilitySP, PractitionerQualificationSP, EndpointVisibilitySP, HealthcareServiceCoverageAreaPostalCodeSP
- feat: added serviceCoveragePostalCode Extension on HealthcareServiceDirectory.coverageArea
- feat: added #eRP-availability "Apotheke Verfügbarkeitsanfrage" to EndpointDirectoryConnectionType

## 2024-09-24 - Version 0.11.16
- fix: added missing PhysicalFeaturesHealthCareServiceCS

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "de.gematik.fhir.directory",
"version": "6",
"version": "0.11.17",
"author": "gematik GmbH",
"description": "Package Release des gematik FHIR Directory",
"fhirVersions": [
Expand Down
118 changes: 87 additions & 31 deletions src/fhir/fsh-generated/fsh-index.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"fshType": "CodeSystem",
"fshFile": "codesystems/EndpointDirectoryConnectionType.fsh",
"startLine": 1,
"endLine": 21
"endLine": 22
},
{
"outputFile": "CodeSystem-EndpointDirectoryPayloadType.json",
Expand All @@ -20,8 +20,8 @@
"fshName": "EndpointVisibilityCS",
"fshType": "CodeSystem",
"fshFile": "profiles/Extension.fsh",
"startLine": 48,
"endLine": 53
"startLine": 57,
"endLine": 62
},
{
"outputFile": "CodeSystem-HealthcareServiceSpecialtyCS.json",
Expand All @@ -44,8 +44,8 @@
"fshName": "OpeningTimeQualifierCS",
"fshType": "CodeSystem",
"fshFile": "profiles/Extension.fsh",
"startLine": 79,
"endLine": 83
"startLine": 88,
"endLine": 93
},
{
"outputFile": "CodeSystem-OrganizationProfessionOID.json",
Expand All @@ -68,8 +68,8 @@
"fshName": "OrganizationVisibilityCS",
"fshType": "CodeSystem",
"fshFile": "profiles/Extension.fsh",
"startLine": 24,
"endLine": 29
"startLine": 33,
"endLine": 38
},
{
"outputFile": "CodeSystem-Origin.json",
Expand Down Expand Up @@ -156,24 +156,24 @@
"fshName": "PharmacyEndpointErpReservationExample",
"fshType": "Instance",
"fshFile": "examples/PharmacyExample.fsh",
"startLine": 108,
"endLine": 118
"startLine": 114,
"endLine": 124
},
{
"outputFile": "Endpoint-PharmacyEndpointOnlineAppointmentBookingExample.json",
"fshName": "PharmacyEndpointOnlineAppointmentBookingExample",
"fshType": "Instance",
"fshFile": "examples/PharmacyExample.fsh",
"startLine": 120,
"endLine": 130
"startLine": 126,
"endLine": 136
},
{
"outputFile": "Endpoint-PharmacyEndpointTIMExample.json",
"fshName": "PharmacyEndpointTIMExample",
"fshType": "Instance",
"fshFile": "examples/PharmacyExample.fsh",
"startLine": 96,
"endLine": 106
"startLine": 102,
"endLine": 112
},
{
"outputFile": "HealthcareService-HealthcareServiceExample.json",
Expand All @@ -189,7 +189,7 @@
"fshType": "Instance",
"fshFile": "examples/PharmacyExample.fsh",
"startLine": 23,
"endLine": 75
"endLine": 81
},
{
"outputFile": "Location-LocationExample.json",
Expand All @@ -204,8 +204,8 @@
"fshName": "PharmacyLocationExample",
"fshType": "Instance",
"fshFile": "examples/PharmacyExample.fsh",
"startLine": 77,
"endLine": 94
"startLine": 83,
"endLine": 100
},
{
"outputFile": "Organization-OrganizationExample.json",
Expand Down Expand Up @@ -255,6 +255,54 @@
"startLine": 29,
"endLine": 36
},
{
"outputFile": "SearchParameter-EndpointAddressSP.json",
"fshName": "EndpointAddressSP",
"fshType": "Instance",
"fshFile": "searchParameter.fsh",
"startLine": 13,
"endLine": 22
},
{
"outputFile": "SearchParameter-EndpointVisibilitySP.json",
"fshName": "EndpointVisibilitySP",
"fshType": "Instance",
"fshFile": "searchParameter.fsh",
"startLine": 46,
"endLine": 55
},
{
"outputFile": "SearchParameter-HealthcareServiceCoverageAreaPostalCodeSP.json",
"fshName": "HealthcareServiceCoverageAreaPostalCodeSP",
"fshType": "Instance",
"fshFile": "searchParameter.fsh",
"startLine": 57,
"endLine": 66
},
{
"outputFile": "SearchParameter-OrganizationTypeDisplaySP.json",
"fshName": "OrganizationTypeDisplaySP",
"fshType": "Instance",
"fshFile": "searchParameter.fsh",
"startLine": 1,
"endLine": 11
},
{
"outputFile": "SearchParameter-OrganizationVisibilitySP.json",
"fshName": "OrganizationVisibilitySP",
"fshType": "Instance",
"fshFile": "searchParameter.fsh",
"startLine": 24,
"endLine": 33
},
{
"outputFile": "SearchParameter-PractitionerQualificationSP.json",
"fshName": "PractitionerQualificationSP",
"fshType": "Instance",
"fshFile": "searchParameter.fsh",
"startLine": 35,
"endLine": 44
},
{
"outputFile": "StructureDefinition-EndpointDirectory.json",
"fshName": "EndpointDirectory",
Expand All @@ -268,16 +316,16 @@
"fshName": "EndpointVisibility",
"fshType": "Extension",
"fshFile": "profiles/Extension.fsh",
"startLine": 38,
"endLine": 46
"startLine": 47,
"endLine": 55
},
{
"outputFile": "StructureDefinition-HealthcareServiceDirectory.json",
"fshName": "HealthcareServiceDirectory",
"fshType": "Profile",
"fshFile": "profiles/HealthcareServiceDirectory.fsh",
"startLine": 1,
"endLine": 58
"endLine": 60
},
{
"outputFile": "StructureDefinition-LocationDirectory.json",
Expand All @@ -300,16 +348,16 @@
"fshName": "OrganizationVisibility",
"fshType": "Extension",
"fshFile": "profiles/Extension.fsh",
"startLine": 14,
"endLine": 22
"startLine": 23,
"endLine": 31
},
{
"outputFile": "StructureDefinition-PhysicalFeaturesAdditionalNoteEX.json",
"fshName": "PhysicalFeaturesAdditionalNoteEX",
"fshType": "Extension",
"fshFile": "profiles/Extension.fsh",
"startLine": 91,
"endLine": 98
"startLine": 102,
"endLine": 109
},
{
"outputFile": "StructureDefinition-PractitionerDirectory.json",
Expand All @@ -335,13 +383,21 @@
"startLine": 1,
"endLine": 12
},
{
"outputFile": "StructureDefinition-ServiceCoveragePostalCode.json",
"fshName": "ServiceCoveragePostalCode",
"fshType": "Extension",
"fshFile": "profiles/Extension.fsh",
"startLine": 14,
"endLine": 21
},
{
"outputFile": "StructureDefinition-SpecialOpeningTimesEX.json",
"fshName": "SpecialOpeningTimesEX",
"fshType": "Extension",
"fshFile": "profiles/Extension.fsh",
"startLine": 62,
"endLine": 77
"startLine": 71,
"endLine": 86
},
{
"outputFile": "ValueSet-AddressStateVS.json",
Expand Down Expand Up @@ -372,8 +428,8 @@
"fshName": "EndpointVisibilityVS",
"fshType": "ValueSet",
"fshFile": "profiles/Extension.fsh",
"startLine": 55,
"endLine": 60
"startLine": 64,
"endLine": 69
},
{
"outputFile": "ValueSet-HealthcareServiceTypeVS.json",
Expand All @@ -396,8 +452,8 @@
"fshName": "OpeningTimeQualifierVS",
"fshType": "ValueSet",
"fshFile": "profiles/Extension.fsh",
"startLine": 85,
"endLine": 89
"startLine": 95,
"endLine": 100
},
{
"outputFile": "ValueSet-OrganizationProfessionOIDTypeVS.json",
Expand All @@ -420,8 +476,8 @@
"fshName": "OrganizationVisibilityVS",
"fshType": "ValueSet",
"fshFile": "profiles/Extension.fsh",
"startLine": 31,
"endLine": 36
"startLine": 40,
"endLine": 45
},
{
"outputFile": "ValueSet-OriginVS.json",
Expand Down
Loading

0 comments on commit f6e3623

Please sign in to comment.