diff --git a/input/resources/Binary-PatientNonValid.json b/input/resources/Binary-PatientNonValid.json new file mode 100644 index 0000000..92c15b6 --- /dev/null +++ b/input/resources/Binary-PatientNonValid.json @@ -0,0 +1,4 @@ +{ + "resourceType" : "Patient", + "gender" : "non-binary" +} \ No newline at end of file diff --git a/sushi-config.yaml b/sushi-config.yaml index 64055d4..dc3bdec 100644 --- a/sushi-config.yaml +++ b/sushi-config.yaml @@ -55,3 +55,11 @@ parameters: display-warnings: true path-resource: - input/resources + +resources: + Binary/PatientNonValid: + extension: + - url: http://hl7.org/fhir/tools/StructureDefinition/implementationguide-resource-format + valueCode: application/fhir+json + name: Test FHIR Patient resource invalid embedded in Binary + description: Test FHIR Patient resource invalid embeeded in Binary