{% extends "base.html" %} {% block title %}Validate{% endblock %} {% block main %}

Validate a resource

{% if oo %}

{{ 'Valid' if ok else 'Invalid' }}

{% for i in oo.issue %}{% endfor %}
{{ i.severity }}{{ i.code }}{{ i.diagnostics }}{% if i.expression %} {{ i.expression|join(', ') }}{% endif %}
{% else %}

Structural validation uses the R4(B) models; IG/profile conformance uses the HL7 validator when configured.

{% endif %}
{% endblock %}