From fe8997aa6f0caad7c9f168c66b6996dd189f7d1e Mon Sep 17 00:00:00 2001 From: Sudo-JHare Date: Mon, 14 Apr 2025 16:16:32 +1000 Subject: [PATCH] Delete templates/cp_view_processed_ig_GOOD.html --- templates/cp_view_processed_ig_GOOD.html | 577 ----------------------- 1 file changed, 577 deletions(-) delete mode 100644 templates/cp_view_processed_ig_GOOD.html diff --git a/templates/cp_view_processed_ig_GOOD.html b/templates/cp_view_processed_ig_GOOD.html deleted file mode 100644 index aeb6017..0000000 --- a/templates/cp_view_processed_ig_GOOD.html +++ /dev/null @@ -1,577 +0,0 @@ -{% extends "base.html" %} - -{% block content %} -
- FHIRFLARE Ig Toolkit -

{{ title }}

-
-

- View details of the processed FHIR Implementation Guide. -

- -
-
- -
-
-

{{ title }}

- Back to Package List -
- - {% if processed_ig %} -
-
Package Details
-
-
-
Package Name
-
{{ processed_ig.package_name }}
-
Package Version
-
{{ processed_ig.version }}
-
Processed At
-
{{ processed_ig.processed_date.strftime('%Y-%m-%d %H:%M:%S UTC') }}
-
-
-
- - {% if config.DISPLAY_PROFILE_RELATIONSHIPS %} -
-
Profile Relationships
-
-
Complies With
- {% if complies_with_profiles %} -
    - {% for profile in complies_with_profiles %} -
  • {{ profile }}
  • - {% endfor %} -
- {% else %} -

No profiles declared as compatible.

- {% endif %} - -
Required Dependent Profiles (Must Also Validate Against)
- {% if imposed_profiles %} -
    - {% for profile in imposed_profiles %} -
  • {{ profile }}
  • - {% endfor %} -
- {% else %} -

No imposed profiles.

- {% endif %} -
-
- {% endif %} - -
-
Resource Types Found / Defined
-
- {% if profile_list or base_list %} -

- - MS = Contains Must Support Elements
- Optional MS Ext = Optional Extension with Must Support Sub-Elements -
-

- {% if profile_list %} -

Examples = Examples will be displayed when selecting profile Types if contained in the IG

-
Profiles Defined ({{ profile_list|length }}):
- - {% else %} -

No profiles defined.

- {% endif %} - {% if base_list %} -
Base Resource Types Referenced ({{ base_list|length }}):
- - {% else %} -

No base resource types referenced.

- {% endif %} - {% else %} -

No resource type information extracted or stored.

- {% endif %} -
-
- - - - - - - {% else %} - - {% endif %} -
- - - - -{% endblock %} \ No newline at end of file