From 9e2c824db746a63ac0977198b4f625d43d3d9601 Mon Sep 17 00:00:00 2001 From: florianschoffke Date: Mon, 19 Feb 2024 10:29:40 +0100 Subject: [PATCH] remove redundant info --- .github/workflows/main.yml | 4 +- Beispiel_1.xml | 385 ------------------------------------- 2 files changed, 1 insertion(+), 388 deletions(-) delete mode 100644 Beispiel_1.xml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ef8393b6..04b48d00 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -93,9 +93,7 @@ jobs: p="$p/" fi - echo "VALIDATION CALL" - echo "java -jar validator_cli.jar $GITHUB_WORKSPACE/$p*.xml $GITHUB_WORKSPACE/$p*.json -version $FHIR_VERSION $INPUT_JAVA_VALIDATION_OPTIONS $IG_DEPENDENCIES $COMBINED_IG_PARAMETERS" - + java -jar validator_cli.jar $GITHUB_WORKSPACE/$p*.xml $GITHUB_WORKSPACE/$p*.json -version $FHIR_VERSION $INPUT_JAVA_VALIDATION_OPTIONS $IG_DEPENDENCIES $COMBINED_IG_PARAMETERS done diff --git a/Beispiel_1.xml b/Beispiel_1.xml deleted file mode 100644 index f8005205..00000000 --- a/Beispiel_1.xml +++ /dev/null @@ -1,385 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <custodian> - <reference value="Organization/5d3f4ac0-2b44-4d48-b363-e63efa72973b" /> - </custodian> - <section> - <code> - <coding> - <system value="https://fhir.kbv.de/CodeSystem/KBV_CS_ERP_Section_Type" /> - <code value="Prescription" /> - </coding> - </code> - <entry> - <!-- Referenz auf Verordnung (MedicationRequest) --> - <reference value="MedicationRequest/000abe24-f690-481e-9a9f-1cd0eb434e2f" /> - </entry> - </section> - <section> - <code> - <coding> - <system value="https://fhir.kbv.de/CodeSystem/KBV_CS_ERP_Section_Type" /> - <code value="Coverage" /> - </coding> - </code> - <entry> - <!-- Referenz auf Krankenkasse/Kostenträger --> - <reference value="Coverage/1b89236c-ab14-4e92-937e-5af0b59d0cd4" /> - </entry> - </section> - </Composition> - </resource> - </entry> - <entry> - <fullUrl value="http://pvs.praxis.local/fhir/MedicationRequest/000abe24-f690-481e-9a9f-1cd0eb434e2f" /> - <resource> - <MedicationRequest xmlns="http://hl7.org/fhir"> - <!--Beispiel MedicationRequest für eine PZN-Verordnung --> - <id value="000abe24-f690-481e-9a9f-1cd0eb434e2f"/> - <meta> - <profile value="https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_Prescription|1.1.0"/> - </meta> - <extension url="https://fhir.kbv.de/StructureDefinition/KBV_EX_FOR_StatusCoPayment"> - <valueCoding> - <system value="https://fhir.kbv.de/CodeSystem/KBV_CS_FOR_StatusCoPayment"/> - <code value="0"/> - </valueCoding> - </extension> - <extension url="https://fhir.kbv.de/StructureDefinition/KBV_EX_ERP_EmergencyServicesFee"> - <valueBoolean value="false"/> - </extension> - <extension url="https://fhir.kbv.de/StructureDefinition/KBV_EX_ERP_BVG"> - <valueBoolean value="false"/> - </extension> - <extension url="https://fhir.kbv.de/StructureDefinition/KBV_EX_ERP_Multiple_Prescription"> - <extension url="Kennzeichen"> - <valueBoolean value="false"/> - </extension> - </extension> - <status value="active"/> - <intent value="order"/> - <medicationReference> - <reference value="Medication/47076fb4-dc5c-4f75-85f6-b200033b3280"/> - </medicationReference> - <subject> - <reference value="Patient/93866fdc-3e50-4902-a7e9-891b54737b5e"/> - </subject> - <authoredOn value="2022-05-20" /> - <requester> - <reference value="Practitioner/bc329f24-3d65-4286-bf06-b54dd6cad655"/> - </requester> - <insurance> - <reference value="Coverage/1b89236c-ab14-4e92-937e-5af0b59d0cd4"/> - </insurance> - <dosageInstruction> - <extension url="https://fhir.kbv.de/StructureDefinition/KBV_EX_ERP_DosageFlag"> - <valueBoolean value="false"/> - </extension> - </dosageInstruction> - <dispenseRequest> - <quantity> - <value value="1"/> - <system value="http://unitsofmeasure.org"/> - <code value="{Package}"/> - </quantity> - </dispenseRequest> - <substitution> - <allowedBoolean value="true"/> - </substitution> - </MedicationRequest> - </resource> - </entry> - <entry> - <fullUrl value="http://pvs.praxis.local/fhir/Medication/47076fb4-dc5c-4f75-85f6-b200033b3280" /> - <resource> - <Medication xmlns="http://hl7.org/fhir"> - <id value="47076fb4-dc5c-4f75-85f6-b200033b3280"/> - <meta> - <profile value="https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_Medication_PZN|1.1.0"/> - </meta> - <extension url="https://fhir.kbv.de/StructureDefinition/KBV_EX_Base_Medication_Type"> - <valueCodeableConcept> - <coding> - <system value="http://snomed.info/sct"/> - <version value="http://snomed.info/sct/900000000000207008/version/20220331" /> - <code value="763158003" /> - <display value="Medicinal product (product)" /> - </coding> - </valueCodeableConcept> - </extension> - <extension url="https://fhir.kbv.de/StructureDefinition/KBV_EX_ERP_Medication_Category"> - <valueCoding> - <system value="https://fhir.kbv.de/CodeSystem/KBV_CS_ERP_Medication_Category"/> - <code value="00" /> - </valueCoding> - </extension> - <extension url="https://fhir.kbv.de/StructureDefinition/KBV_EX_ERP_Medication_Vaccine"> - <valueBoolean value="false"/> - </extension> - <extension url="http://fhir.de/StructureDefinition/normgroesse"> - <valueCode value="N1"/> - </extension> - <code> - <coding> - <system value="http://fhir.de/CodeSystem/ifa/pzn"/> - <code value="00814665"/> - </coding> - <text value="Januvia® 50 mg 28 Filmtabletten N1, Dieses Zeichen hier sind mehr als die erlaubten 50, die vorgeschrieben sind durch einen Constraint"/> - </code> - <form> - <coding> - <system value="https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_KBV_DARREICHUNGSFORM"/> - <code value="FTA"/> - </coding> - </form> - </Medication> - </resource> - </entry> - <entry> - <fullUrl value="http://pvs.praxis.local/fhir/Patient/93866fdc-3e50-4902-a7e9-891b54737b5e" /> - <resource> - <Patient xmlns="http://hl7.org/fhir"> - <id value="93866fdc-3e50-4902-a7e9-891b54737b5e" /> - <meta> - <profile value="https://fhir.kbv.de/StructureDefinition/KBV_PR_FOR_Patient|1.1.0" /> - </meta> - <identifier> - <type> - <coding> - <system value="http://fhir.de/CodeSystem/identifier-type-de-basis" /> - <code value="GKV" /> - </coding> - </type> - <system value="http://fhir.de/sid/gkv/kvid-10" /> - <value value="K220635158" /> - </identifier> - <name> - <use value="official" /> - <family value="Königsstein"> - <extension url="http://hl7.org/fhir/StructureDefinition/humanname-own-name"> - <valueString value="Königsstein" /> - </extension> - </family> - <given value="Ludger" /> - </name> - <birthDate value="1935-06-22" /> - <address> - <type value="both" /> - <line value="Blumenweg"> - <extension url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName"> - <valueString value="Blumenweg" /> - </extension> - </line> - <city value="Esens" /> - <postalCode value="26427" /> - <country value="D" /> - </address> - </Patient> - </resource> - </entry> - <entry> - <fullUrl value="http://pvs.praxis.local/fhir/Practitioner/bc329f24-3d65-4286-bf06-b54dd6cad655" /> - <resource> - <Practitioner xmlns="http://hl7.org/fhir"> - <id value="bc329f24-3d65-4286-bf06-b54dd6cad655" /> - <meta> - <profile value="https://fhir.kbv.de/StructureDefinition/KBV_PR_FOR_Practitioner|1.1.0" /> - </meta> - <identifier> - <type> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/v2-0203" /> - <code value="LANR" /> - </coding> - </type> - <system value="https://fhir.kbv.de/NamingSystem/KBV_NS_Base_ANR" /> - <value value="123456628" /> - </identifier> - <name> - <use value="official" /> - <family value="Freiherr von Müller"> - <extension url="http://hl7.org/fhir/StructureDefinition/humanname-own-prefix"> - <valueString value="von" /> - </extension> - <extension url="http://fhir.de/StructureDefinition/humanname-namenszusatz"> - <valueString value="Freiherr" /> - </extension> - <extension url="http://hl7.org/fhir/StructureDefinition/humanname-own-name"> - <valueString value="Müller" /> - </extension> - </family> - <given value="Paul" /> - <prefix value="Dr. med."> - <extension url="http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier"> - <valueCode value="AC" /> - </extension> - </prefix> - </name> - <qualification> - <code> - <coding> - <system value="https://fhir.kbv.de/CodeSystem/KBV_CS_FOR_Qualification_Type" /> - <code value="00" /> - </coding> - </code> - </qualification> - <qualification> - <code> - <coding> - <system value="https://fhir.kbv.de/CodeSystem/KBV_CS_FOR_Berufsbezeichnung" /> - <code value="Berufsbezeichnung" /> - </coding> - <text value="Facharzt für Innere Medizin: Kardiologie" /> - </code> - </qualification> - </Practitioner> - </resource> - </entry> - <entry> - <fullUrl value="http://pvs.praxis.local/fhir/Organization/5d3f4ac0-2b44-4d48-b363-e63efa72973b" /> - <resource> - <Organization xmlns="http://hl7.org/fhir"> - <id value="5d3f4ac0-2b44-4d48-b363-e63efa72973b" /> - <meta> - <profile value="https://fhir.kbv.de/StructureDefinition/KBV_PR_FOR_Organization|1.1.0" /> - </meta> - <identifier> - <type> - <coding> - <system value="http://terminology.hl7.org/CodeSystem/v2-0203" /> - <code value="BSNR" /> - </coding> - </type> - <system value="https://fhir.kbv.de/NamingSystem/KBV_NS_Base_BSNR" /> - <value value="721111100" /> - </identifier> - <name value="MVZ" /> - <telecom> - <system value="phone" /> - <value value="0301234567" /> - </telecom> - <telecom> - <system value="fax" /> - <value value="030123456789" /> - </telecom> - <telecom> - <system value="email" /> - <value value="mvz@e-mail.de" /> - </telecom> - <address> - <type value="both" /> - <line value="Herbert-Lewin-Platz 2"> - <extension url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber"> - <valueString value="2" /> - </extension> - <extension url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName"> - <valueString value="Herbert-Lewin-Platz" /> - </extension> - </line> - <city value="Berlin" /> - <postalCode value="10623" /> - <country value="D" /> - </address> - </Organization> - </resource> - </entry> - <entry> - <fullUrl value="http://pvs.praxis.local/fhir/Coverage/1b89236c-ab14-4e92-937e-5af0b59d0cd4" /> - <resource> - <Coverage xmlns="http://hl7.org/fhir"> - <id value="1b89236c-ab14-4e92-937e-5af0b59d0cd4" /> - <meta> - <profile value="https://fhir.kbv.de/StructureDefinition/KBV_PR_FOR_Coverage|1.1.0" /> - </meta> - <extension url="http://fhir.de/StructureDefinition/gkv/besondere-personengruppe"> - <valueCoding> - <system value="https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_KBV_PERSONENGRUPPE" /> - <code value="00" /> - </valueCoding> - </extension> - <extension url="http://fhir.de/StructureDefinition/gkv/dmp-kennzeichen"> - <valueCoding> - <system value="https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_KBV_DMP" /> - <code value="05" /> - </valueCoding> - </extension> - <extension url="http://fhir.de/StructureDefinition/gkv/wop"> - <valueCoding> - <system value="https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_ITA_WOP" /> - <code value="17" /> - </valueCoding> - </extension> - <extension url="http://fhir.de/StructureDefinition/gkv/versichertenart"> - <valueCoding> - <system value="https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_KBV_VERSICHERTENSTATUS" /> - <code value="5" /> - </valueCoding> - </extension> - <status value="active" /> - <type> - <coding> - <system value="http://fhir.de/CodeSystem/versicherungsart-de-basis" /> - <code value="GKV" /> - </coding> - </type> - <beneficiary> - <reference value="Patient/93866fdc-3e50-4902-a7e9-891b54737b5e" /> - </beneficiary> - <payor> - <identifier> - <system value="http://fhir.de/sid/arge-ik/iknr" /> - <value value="109719018" /> - </identifier> - <display value="AOK Nordost" /> - </payor> - </Coverage> - </resource> - </entry> -</Bundle>