Skip to content

Commit

Permalink
invalid patient in binary
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveregger committed Jun 13, 2024
1 parent ec4238d commit 53c44d1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions input/resources/Binary-PatientNonValid.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"resourceType" : "Patient",
"gender" : "non-binary"
}
8 changes: 8 additions & 0 deletions sushi-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 53c44d1

Please sign in to comment.