DAV-ABDA / eRezept-Referenzvalidator

eRezept-Referenzvalidator auf Basis des HAPI-FHIR-Validators
Apache License 2.0
20 stars 8 forks source link

Whitelist: DAV-PR-ERP-AbgabedatenBundle v1.0.3 - DAV-CS-ERP-CompositionTypes#ERezeptAbgabedaten #18

Open G-T-GFI opened 2 years ago

G-T-GFI commented 2 years ago

Folgende Meldung sollte in dem Filter aufgenommen werden:

Referenzvalidator: v0.9.5
Profil: http://fhir.abda.de/eRezeptAbgabedaten/StructureDefinition/DAV-PR-ERP-AbgabedatenBundle
Version: 1.0.3
Fehlermeldung: Keiner der angegebenen Codes ist im Valueset http://hl7.org/fhir/ValueSet/doc-typecodes (http://hl7.org/fhir/ValueSet/doc-typecodes, und es wird empfohlen, einen Code aus dieserm Valueset zu verwenden) (Codes = http://fhir.abda.de/eRezeptAbgabedaten/CodeSystem/DAV-CS-ERP-CompositionTypes#ERezeptAbgabedaten)
Pfad: Bundle.entry[0].resource.ofType(Composition).type

Beispiel:


<fhir:Composition>
    <fhir:id value="xxxxxxxx"></fhir:id>
    <fhir:meta>
        <fhir:profile value="http://fhir.abda.de/eRezeptAbgabedaten/StructureDefinition/DAV-PR-ERP-AbgabedatenComposition|1.0.3">
        </fhir:profile>
    </fhir:meta>
    <fhir:status value="final">
    </fhir:status>
    <fhir:type>
        <fhir:coding>
            <fhir:system value="http://fhir.abda.de/eRezeptAbgabedaten/CodeSystem/DAV-CS-ERP-CompositionTypes">
            </fhir:system>
            <fhir:code value="ERezeptAbgabedaten">
            </fhir:code>
        </fhir:coding>
    </fhir:type>
.```
ABDA-FHIR commented 2 years ago

Hallo,

leider ist es uns nicht möglich die Meldung zu reproduzieren. Könnten Sie uns bitte die/eine gesamte Testdatei zukommen lassen?

Viele Grüße Das ABDA/DAV FHIR-Team