{% extends "base.html" %} {% block title %}{{ rtype }}/{{ rid }}{% endblock %} {% block main %}

{{ rtype }}/{{ rid }} {{ res|display }}

Current version ({{ res.meta.versionId }})

{{ res|pretty }}

Open raw FHIR {% if rtype == 'Patient' %} ยท $everything{% endif %}

{% if actions %}

Workflows

{% for wf, param in actions %} {{ wf.title }} {% endfor %}
{% endif %}

Referenced by ({{ refs|length }})

{% for t, i in refs %}{% else %}{% endfor %}
{{ t }}{{ i }}
Nothing references this resource.

History

{% for h in history %}{% endfor %}
v{{ h.version }}{{ h.method }}{{ h.last_updated }} {% if h.json %}
view
{{ h.json|pretty }}
{% endif %}
{% endblock %}