Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@
* Parse FHIR resource representations into fhir-model objects
*/
public interface FHIRParser {
/**
* Property name for a property that controls whether the parser will ignore or throw an exception on unrecognized elements
*/
@Deprecated
public static final String PROPERTY_IGNORE_UNRECOGNIZED_ELEMENTS = "com.ibm.fhir.model.parser.ignoreUnrecognizedElements";

/**
* Read a resource from the passed InputStream. This method does not close the passed InputStream.
*
Expand Down