Skip to content
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
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
],
"dependencies": {
"hl7.fhir.r4.core": "4.0.1",
"de.basisprofil.r4": "1.5.3",
"de.gematik.ti": "1.1.0"
"de.basisprofil.r4": "1.5.4",
"de.gematik.terminology": "1.0.7",
"de.gematik.ti": "1.1.1",
"kbv.basis": "1.7.0",
"kbv.all.st": "1.24.0",
"kbv.ita.for": "1.2.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@
"fshType": "Profile",
"fshFile": "profiles/VSDMPatient.fsh",
"startLine": 1,
"endLine": 204
"endLine": 183
},
{
"outputFile": "StructureDefinition-VSDMPayorOrganization.json",
Expand Down
2 changes: 1 addition & 1 deletion src/fhir/fsh-generated/fsh-index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ StructureDefinition-VSDMHinweisPKV.json VSDMHinw
StructureDefinition-VSDMKostentraegerRolle.json VSDMKostentraegerRolle Extension extensions/VSDMKostentraegerRolle.fsh 1 - 19
StructureDefinition-VSDMKrankenhausleistungenPKV.json VSDMKrankenhausleistungenPKV Extension extensions/VSDMKrankenhausleistungenPKV.fsh 1 - 90
StructureDefinition-VSDMOperationOutcome.json VSDMOperationOutcome Profile profiles/VSDMOperationOutcome.fsh 1 - 79
StructureDefinition-VSDMPatient.json VSDMPatient Profile profiles/VSDMPatient.fsh 1 - 204
StructureDefinition-VSDMPatient.json VSDMPatient Profile profiles/VSDMPatient.fsh 1 - 183
StructureDefinition-VSDMPayorOrganization.json VSDMPayorOrganization Profile profiles/VSDMPayorOrganization.fsh 1 - 48
StructureDefinition-VSDMSozialtarifPKV.json VSDMSozialtarifPKV Extension extensions/VSDMSozialtarifPKV.fsh 1 - 18
StructureDefinition-VSDMVersichertenartPKV.json VSDMVersichertenartPKV Extension extensions/VSDMVersichertenartPKV.fsh 1 - 20
Expand Down
Loading