pub fn parse_view_definition(json: Value) -> Result<SofViewDefinition, SofError>Expand description
Parses a JSON value into a SofViewDefinition using the newest enabled
FHIR version.
Use parse_view_definition_for_version to pick a specific version (for
example when matching the FHIR version of an inline Bundle parameter).