{% extends "base.html" %} {% block content %}
Validate a FHIR resource or bundle against a selected Implementation Guide. (ALPHA - TEST Fhir pathing is complex and the logic is WIP, please report anomalies you find in Github issues alongside your sample json REMOVE PHI)
Valid: {{ 'Yes' if validation_report.valid else 'No' }}
{% if validation_report.errors %}Valid: {{ 'Yes' if result.valid else 'No' }}
{% if result.errors %}