Skip to content

Commit

Permalink
Merge pull request #372 from gematik/update-deutsche-basisprofile-1.5.0
Browse files Browse the repository at this point in the history
Update Deutsche Basisprofile v1.5.0
  • Loading branch information
alexzautke authored Mar 4, 2024
2 parents 8f315a5 + 8f9c1ea commit 9902e13
Show file tree
Hide file tree
Showing 6 changed files with 66 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,6 @@
"id": "Patient.name:Name.prefix.extension:prefix-qualifier",
"path": "Patient.name.prefix.extension",
"sliceName": "prefix-qualifier",
"max": "1",
"mustSupport": true
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -462,11 +462,6 @@
],
"mustSupport": true
},
{
"id": "Practitioner.gender.extension:Geschlecht-Administrativ.extension",
"path": "Practitioner.gender.extension.extension",
"max": "0"
},
{
"id": "Practitioner.gender.extension:Geschlecht-Administrativ.value[x]",
"path": "Practitioner.gender.extension.value[x]",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,38 @@
"publisher": "gematik GmbH",
"description": "Dieses Profil ermöglicht die Darstellung eines gesetzlichen Versicherungsverhältnisses in ISiK Szenarien.",
"fhirVersion": "4.0.1",
"mapping": [
{
"identity": "workflow",
"uri": "http://hl7.org/fhir/workflow",
"name": "Workflow Pattern"
},
{
"identity": "rim",
"uri": "http://hl7.org/v3",
"name": "RIM Mapping"
},
{
"identity": "w5",
"uri": "http://hl7.org/fhir/fivews",
"name": "FiveWs Pattern Mapping"
},
{
"identity": "cdanetv4",
"uri": "http://www.cda-adc.ca/en/services/cdanet/",
"name": "Canadian Dental Association eclaims standard"
},
{
"identity": "v2",
"uri": "http://hl7.org/v2",
"name": "HL7 v2 Mapping"
},
{
"identity": "cpha3pharm",
"uri": "http://www.pharmacists.ca/",
"name": "Canadian Pharmacy Associaiton eclaims standard"
}
],
"kind": "resource",
"abstract": false,
"type": "Coverage",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,38 @@
"publisher": "gematik GmbH",
"description": "Dieses Profil ermöglicht Selbstzahler Szenarien in ISiK.",
"fhirVersion": "4.0.1",
"mapping": [
{
"identity": "workflow",
"uri": "http://hl7.org/fhir/workflow",
"name": "Workflow Pattern"
},
{
"identity": "rim",
"uri": "http://hl7.org/v3",
"name": "RIM Mapping"
},
{
"identity": "w5",
"uri": "http://hl7.org/fhir/fivews",
"name": "FiveWs Pattern Mapping"
},
{
"identity": "cdanetv4",
"uri": "http://www.cda-adc.ca/en/services/cdanet/",
"name": "Canadian Dental Association eclaims standard"
},
{
"identity": "v2",
"uri": "http://hl7.org/v2",
"name": "HL7 v2 Mapping"
},
{
"identity": "cpha3pharm",
"uri": "http://www.pharmacists.ca/",
"name": "Canadian Pharmacy Associaiton eclaims standard"
}
],
"kind": "resource",
"abstract": false,
"type": "Coverage",
Expand Down
2 changes: 1 addition & 1 deletion Resources/sushi-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ fhirVersion: 4.0.1
FSHOnly: true
applyExtensionMetadataToRoot: false
dependencies:
de.basisprofil.r4: 1.4.0
de.basisprofil.r4: 1.5.0-ballot
hl7.fhir.r4.core: 4.0.1
hl7.fhir.extensions.r5: 4.0.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"4.0.1"
],
"dependencies": {
"de.basisprofil.r4": "1.4.0"
"de.basisprofil.r4": "1.5.0-ballot"
}
}

0 comments on commit 9902e13

Please sign in to comment.