This repository has been archived by the owner on Jan 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add XML to JSON transformation for DiGA directory.
- Loading branch information
1 parent
75a9c72
commit 9504c3c
Showing
2 changed files
with
182 additions
and
0 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,134 @@ | ||
{ | ||
"DigaVerzeichnis": [ | ||
{ | ||
"Pzn": 1.2345678E7, | ||
"DigaId": 12345, | ||
"DigaVeId": 1.2345001E7, | ||
"Name": "Tinnitus-Rex", | ||
"Beschreibung": "Hilft gegen Tinnitus", | ||
"Hersteller": { | ||
"Ik": 9.87654321E8, | ||
"Name": "Beispiel AG" | ||
}, | ||
"Indikationen": [ | ||
"X01: Tinnitus", | ||
"X02: Gehör" | ||
], | ||
"Kontraindikationen": [ | ||
"E66: Adipositas" | ||
], | ||
"GruppenNummer": "XY", | ||
"Homepage": "https:\/\/tinnitus-rex.de", | ||
"Details": "https:\/\/diga.bfarm.de\/de\/verzeichnis\/12345", | ||
"Plattformen": [ | ||
{ | ||
"Name": "Apple App Store", | ||
"Link": "https:\/\/apps.apple.com\/de\/app\/tinnitus-rex-beispiel-ag\/id123456789" | ||
}, | ||
{ | ||
"Name": "Google Play Store", | ||
"Link": "https:\/\/play.google.com\/store\/apps\/details?id=de.beispiel-ag.tinnitus-rex" | ||
} | ||
], | ||
"AlterAb": 18, | ||
"AlterBis": 65, | ||
"AnwendungsTage": 7, | ||
"Packungspreis": "1.16", | ||
"Zulassungsbeginn": "2020-10-01", | ||
"GültigAb": "2020-10-01", | ||
"GültigBis": "2021-12-31" | ||
}, | ||
{ | ||
"Pzn": 1.2345678E7, | ||
"DigaId": 12345, | ||
"DigaVeId": 1.2345001E7, | ||
"Name": "Tinnitus-Rex", | ||
"Beschreibung": "Hilft gegen Tinnitus", | ||
"Hersteller": { | ||
"Ik": 9.87654321E8, | ||
"Name": "Beispiel AG" | ||
}, | ||
"Indikationen": [ | ||
"X01: Tinnitus", | ||
"X02: Gehör" | ||
], | ||
"Kontraindikationen": [ | ||
"E66: Adipositas" | ||
], | ||
"Homepage": "https:\/\/tinnitus-rex.de", | ||
"Details": "https:\/\/diga.bfarm.de\/de\/verzeichnis\/12345", | ||
"Plattformen": [ | ||
{ | ||
"Name": "Apple App Store", | ||
"Link": "https:\/\/apps.apple.com\/de\/app\/tinnitus-rex-beispiel-ag\/id123456789" | ||
}, | ||
{ | ||
"Name": "Google Play Store", | ||
"Link": "https:\/\/play.google.com\/store\/apps\/details?id=de.beispiel-ag.tinnitus-rex" | ||
} | ||
], | ||
"AlterAb": 18, | ||
"AlterBis": 65, | ||
"AnwendungsTage": 7, | ||
"Packungspreis": "1.19", | ||
"Zulassungsbeginn": "2020-10-01", | ||
"Zulassungsende": "2021-09-30", | ||
"GültigAb": "2021-01-01" | ||
}, | ||
{ | ||
"Pzn": 1.2345679E7, | ||
"DigaId": 12346, | ||
"DigaVeId": 1.2346001E7, | ||
"Name": "Hans Hinterwand", | ||
"Beschreibung": "Beugt gegen Herzinfarkte vor", | ||
"Hersteller": { | ||
"Ik": 9.87654322E8, | ||
"Name": "Dummy GmbH" | ||
}, | ||
"Indikationen": [ | ||
"X03: Coronare Herzerkrankungen", | ||
"X04: Herz" | ||
], | ||
"Details": "https:\/\/diga.bfarm.de\/de\/verzeichnis\/12346", | ||
"Plattformen": [ | ||
{ | ||
"Name": "Apple App Store", | ||
"Link": "https:\/\/apps.apple.com\/de\/app\/hans-hinterwand-dummy-gmbh\/id123456790" | ||
} | ||
], | ||
"Geschlechter": "M D", | ||
"AlterAb": 18, | ||
"AnwendungsTage": 14, | ||
"Packungspreis": "12.34", | ||
"Zulassungsbeginn": "2020-10-01", | ||
"GültigAb": "2020-10-01" | ||
}, | ||
{ | ||
"Pzn": 1.234568E7, | ||
"DigaId": 12347, | ||
"DigaVeId": 1.2347001E7, | ||
"Name": "SARS-CoV-2 Prophylaxe", | ||
"Beschreibung": "Vermeiden Sie eine Coronainfektion!", | ||
"Hersteller": { | ||
"Ik": 9.87654323E8, | ||
"Name": "Muster und Co." | ||
}, | ||
"Indikationen": [ | ||
"X05: SARS-CoV-2", | ||
"X06: COVID-19", | ||
"X07: Corona" | ||
], | ||
"Details": "https:\/\/diga.bfarm.de\/de\/verzeichnis\/12346", | ||
"Plattformen": [ | ||
{ | ||
"Name": "Web App", | ||
"Link": "https:\/\/no-covid-thanks.com" | ||
} | ||
], | ||
"AnwendungsTage": 21, | ||
"Packungspreis": "123.45", | ||
"Zulassungsbeginn": "2020-10-01", | ||
"GültigAb": "2020-10-01" | ||
} | ||
] | ||
} |
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,48 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<xsl:stylesheet exclude-result-prefixes="dvz" | ||
version="3.0" | ||
xmlns:dvz="https://xml.diga-ready.de/xsd/dvz0/v1" | ||
xmlns="http://www.w3.org/2005/xpath-functions" | ||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> | ||
<xsl:output method="text"/> | ||
<xsl:strip-space elements="*"/> | ||
<xsl:template match="/"> | ||
<xsl:variable name="xml"> | ||
<map> | ||
<xsl:apply-templates select="*"/> | ||
</map> | ||
</xsl:variable> | ||
<xsl:value-of select="xml-to-json($xml, map { 'indent': true() })"/> | ||
</xsl:template> | ||
<xsl:template match="dvz:DigaVerzeichnis | dvz:Indikationen | dvz:Kontraindikationen | dvz:Plattformen"> | ||
<array key="{name()}"> | ||
<xsl:apply-templates select="*"/> | ||
</array> | ||
</xsl:template> | ||
<xsl:template match="dvz:Diga | dvz:Plattform"> | ||
<map> | ||
<xsl:apply-templates select="*"/> | ||
</map> | ||
</xsl:template> | ||
<xsl:template match="dvz:Hersteller"> | ||
<map key="{name()}"> | ||
<xsl:apply-templates select="*"/> | ||
</map> | ||
</xsl:template> | ||
<xsl:template match="dvz:Indikation"> | ||
<string> | ||
<xsl:value-of select="."/> | ||
</string> | ||
</xsl:template> | ||
<xsl:template | ||
match="dvz:Pzn | dvz:DigaId | dvz:DigaVeId | dvz:Ik | dvz:AlterAb | dvz:AlterBis | dvz:AnwendungsTage"> | ||
<number key="{name()}"> | ||
<xsl:value-of select="."/> | ||
</number> | ||
</xsl:template> | ||
<xsl:template match="*"> | ||
<string key="{name()}"> | ||
<xsl:value-of select="."/> | ||
</string> | ||
</xsl:template> | ||
</xsl:stylesheet> |