Compare commits
62 Commits
23586826bb
...
v0.2.0
| Author | SHA1 | Date | |
|---|---|---|---|
| 18c7029f91 | |||
| 0b3ed58124 | |||
| ea9714686d | |||
| 96c7f1038e | |||
| debd34938f | |||
| 6f9ef8f32c | |||
| 9f903f8971 | |||
| e96406dd66 | |||
| 7c70cbd667 | |||
| 441ba94e45 | |||
| 56353fb6f0 | |||
| 7bfa246e8e | |||
| 575386df1b | |||
| 96448cd6f6 | |||
| 1c19dd476c | |||
| 334dc16c70 | |||
| 41ba52b5e8 | |||
| a5fbd82834 | |||
| 8137b9d6f1 | |||
| 5840b58bca | |||
| ee5e028591 | |||
| 532f5dd501 | |||
| 4c5bee4468 | |||
| 634e7e28eb | |||
| 2b5009d4f5 | |||
| f029d7c962 | |||
| f273edb121 | |||
| f6ea094d5e | |||
| 9f0019a1da | |||
| c8437dd2e1 | |||
| c691d0e46b | |||
| 32d5756d7d | |||
|
|
1a667c5f9a | ||
|
|
a3e60adc5e | ||
| 56c68be788 | |||
| e2dafa0160 | |||
| b955d14708 | |||
|
|
299009f6c9 | ||
|
|
4de0a829dc | ||
| c3983aa607 | |||
| 59b22811a2 | |||
|
|
fb43708aeb | ||
|
|
ce894013c5 | ||
|
|
1db5c0edf7 | ||
|
|
2df304d85e | ||
|
|
077877ec80 | ||
| def389e7fc | |||
|
|
67d74244b3 | ||
| 03e2f6d659 | |||
|
|
581e3a70ba | ||
|
|
455fd529c4 | ||
|
|
18d97f8d16 | ||
|
|
8ddb780c4e | ||
| 6564996858 | |||
| cc8b5fb0d0 | |||
| 5bd5bdced4 | |||
| 94b28ce78f | |||
| 6c6e2ed120 | |||
| 804668dca5 | |||
| d2b35feca7 | |||
| f3a7939168 | |||
| 95f596780c |
23
CHANGELOG.md
Normal file
23
CHANGELOG.md
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
# Changelog
|
||||||
|
|
||||||
|
|
||||||
|
## [0.2.0] – 2025-10-02
|
||||||
|
**First official draft release of BD-Core-FHIR-IG**
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- **BDPatientProfile** with Bangladesh-specific identifier and address extensions.
|
||||||
|
- **BDPractitionerProfile** to capture practitioner details.
|
||||||
|
- **Identifier CodeSystem and ValueSet** including:
|
||||||
|
- National ID (NID)
|
||||||
|
- Birth Registration Number (BRN)
|
||||||
|
- Unique Health ID (UHID)
|
||||||
|
- **Bangladesh Address profile** with Division, District, Upazila, and Union levels.
|
||||||
|
- Initial **examples** for Patient and Practitioner resources.
|
||||||
|
- Configured **bd.fhir.core.xml** with canonical URL `https://fhir.dghs.gov.bd/core`.
|
||||||
|
|
||||||
|
### Notes
|
||||||
|
- This is a **pre-release draft**.
|
||||||
|
- Backward compatibility is **not guaranteed** until `1.0.0`.
|
||||||
|
- Future drafts may adjust slicing rules, bindings, and extensions.
|
||||||
|
|
||||||
|
---
|
||||||
@@ -39,3 +39,4 @@ EXPOSE 80
|
|||||||
# CMD ["nginx", "-g", "daemon off;"]
|
# CMD ["nginx", "-g", "daemon off;"]
|
||||||
|
|
||||||
CMD ["nginx", "-g", "daemon off;", "-c", "/etc/nginx/nginx.conf"]
|
CMD ["nginx", "-g", "daemon off;", "-c", "/etc/nginx/nginx.conf"]
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -7,7 +7,7 @@ h5:before{color:silver;counter-increment:detail;content:var(--heading-prefix) ".
|
|||||||
h6:before{color:silver;counter-increment:more-detail;content:var(--heading-prefix) "." counter(sub-section) "." counter(composite) "." counter(detail) "." counter(more-detail)" ";}
|
h6:before{color:silver;counter-increment:more-detail;content:var(--heading-prefix) "." counter(sub-section) "." counter(composite) "." counter(detail) "." counter(more-detail)" ";}
|
||||||
</style>
|
</style>
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
<p id="publish-box">Bangladesh Core FHIR Implementation Guide - Published by Ministry of Health and Family Welfare (v0.2.0). See the <a href="https://fhir.dghs.gov.bd/core/history.html">Directory of published versions</a></p>
|
<p id="publish-box">Bangladesh Core FHIR Implementation Guide - Published by Ministry of Health and Family Welfare. See the <a href="https://fhir.dghs.gov.bd/core/history.html">Directory of published versions</a></p>
|
||||||
<h2>{{site.data.pages[page.path].title | escape_once}}</h2>
|
<h2>{{site.data.pages[page.path].title | escape_once}}</h2>
|
||||||
{% assign path = page.path | split: '.html' %}
|
{% assign path = page.path | split: '.html' %}
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ h5:before{color:silver;counter-increment:detail;content:var(--heading-prefix) ".
|
|||||||
h6:before{color:silver;counter-increment:more-detail;content:var(--heading-prefix) "." counter(sub-section) "." counter(composite) "." counter(detail) "." counter(more-detail)" ";}
|
h6:before{color:silver;counter-increment:more-detail;content:var(--heading-prefix) "." counter(sub-section) "." counter(composite) "." counter(detail) "." counter(more-detail)" ";}
|
||||||
</style>
|
</style>
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
<p id="publish-box">Bangladesh Core FHIR Implementation Guide - Published by Ministry of Health and Family Welfare (v0.2.0). See the <a href="https://fhir.dghs.gov.bd/core/history.html">Directory of published versions</a></p>
|
<p id="publish-box">Bangladesh Core FHIR Implementation Guide - Published by Ministry of Health and Family Welfare. See the <a href="https://fhir.dghs.gov.bd/core/history.html">Directory of published versions</a></p>
|
||||||
<h2>{{site.data.pages[page.path].title | escape_once}}</h2>
|
<h2>{{site.data.pages[page.path].title | escape_once}}</h2>
|
||||||
{% if page.path == 'index.html' %}
|
{% if page.path == 'index.html' %}
|
||||||
{% include fragment-igTable.html %}
|
{% include fragment-igTable.html %}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
---
|
---
|
||||||
{% include fragment-pagebegin.html %}
|
{% include fragment-pagebegin.html %}
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
<p id="publish-box">Bangladesh Core FHIR Implementation Guide - Published by Ministry of Health and Family Welfare (v0.2.0). See the <a href="https://fhir.dghs.gov.bd/core/history.html">Directory of published versions</a></p>
|
<p id="publish-box">Bangladesh Core FHIR Implementation Guide - Published by Ministry of Health and Family Welfare. See the <a href="https://fhir.dghs.gov.bd/core/history.html">Directory of published versions</a></p>
|
||||||
{% include fragment-base-navtabs.html type='{{[type]}}' id='{{[id]}}' active='testing' %}
|
{% include fragment-base-navtabs.html type='{{[type]}}' id='{{[id]}}' active='testing' %}
|
||||||
<a name="root"> </a>
|
<a name="root"> </a>
|
||||||
<h2 id="root">{{[type]}}: {{site.data.pages[page.path].title | escape_once}}
|
<h2 id="root">{{[type]}}: {{site.data.pages[page.path].title | escape_once}}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
---
|
---
|
||||||
{% include fragment-pagebegin.html %}
|
{% include fragment-pagebegin.html %}
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
<p id="publish-box">Bangladesh Core FHIR Implementation Guide - Published by Ministry of Health and Family Welfare (v0.2.0). See the <a href="https://fhir.dghs.gov.bd/core/history.html">Directory of published versions</a></p>
|
<p id="publish-box">Bangladesh Core FHIR Implementation Guide - Published by Ministry of Health and Family Welfare. See the <a href="https://fhir.dghs.gov.bd/core/history.html">Directory of published versions</a></p>
|
||||||
{% include fragment-base-navtabs.html type='{{[type]}}' id='{{[id]}}' active='content' %}
|
{% include fragment-base-navtabs.html type='{{[type]}}' id='{{[id]}}' active='content' %}
|
||||||
<a name="root"> </a>
|
<a name="root"> </a>
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
{% include fragment-pagebegin.html %}
|
{% include fragment-pagebegin.html %}
|
||||||
|
|
||||||
<div style="counter-reset: section 10" class="col-12">
|
<div style="counter-reset: section 10" class="col-12">
|
||||||
<p id="publish-box">Bangladesh Core FHIR Implementation Guide - Published by Ministry of Health and Family Welfare (v0.2.0). See the <a href="https://fhir.dghs.gov.bd/core/history.html">Directory of published versions</a></p>
|
<p id="publish-box">Bangladesh Core FHIR Implementation Guide - Published by Ministry of Health and Family Welfare. See the <a href="https://fhir.dghs.gov.bd/core/history.html">Directory of published versions</a></p>
|
||||||
{% include fragment-base-navtabs.html type='{{[type]}}' id='{{[id]}}' active='history' %}
|
{% include fragment-base-navtabs.html type='{{[type]}}' id='{{[id]}}' active='history' %}
|
||||||
|
|
||||||
<a name="root"> </a>
|
<a name="root"> </a>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
---
|
---
|
||||||
{% include fragment-pagebegin.html %}
|
{% include fragment-pagebegin.html %}
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
<p id="publish-box">Bangladesh Core FHIR Implementation Guide - Published by Ministry of Health and Family Welfare (v0.2.0). See the <a href="https://fhir.dghs.gov.bd/core/history.html">Directory of published versions</a></p>
|
<p id="publish-box">Bangladesh Core FHIR Implementation Guide - Published by Ministry of Health and Family Welfare. See the <a href="https://fhir.dghs.gov.bd/core/history.html">Directory of published versions</a></p>
|
||||||
{% include fragment-base-navtabs.html type='{{[type]}}' id='{{[id]}}' active='content' %}
|
{% include fragment-base-navtabs.html type='{{[type]}}' id='{{[id]}}' active='content' %}
|
||||||
<a name="root"> </a>
|
<a name="root"> </a>
|
||||||
<h2 id="root">CodeSystem: {{site.data.pages[page.path].title | escape_once}}
|
<h2 id="root">CodeSystem: {{site.data.pages[page.path].title | escape_once}}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
---
|
---
|
||||||
{% include fragment-pagebegin.html %}
|
{% include fragment-pagebegin.html %}
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
<p id="publish-box">Bangladesh Core FHIR Implementation Guide - Published by Ministry of Health and Family Welfare (v0.2.0). See the <a href="https://fhir.dghs.gov.bd/core/history.html">Directory of published versions</a></p>
|
<p id="publish-box">Bangladesh Core FHIR Implementation Guide - Published by Ministry of Health and Family Welfare. See the <a href="https://fhir.dghs.gov.bd/core/history.html">Directory of published versions</a></p>
|
||||||
{% include fragment-base-navtabs.html type='{{[type]}}' id='{{[id]}}' active='content' %}
|
{% include fragment-base-navtabs.html type='{{[type]}}' id='{{[id]}}' active='content' %}
|
||||||
<a name="root"> </a>
|
<a name="root"> </a>
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
---
|
---
|
||||||
{% include fragment-pagebegin.html %}
|
{% include fragment-pagebegin.html %}
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
<p id="publish-box">Bangladesh Core FHIR Implementation Guide - Published by Ministry of Health and Family Welfare (v0.2.0). See the <a href="https://fhir.dghs.gov.bd/core/history.html">Directory of published versions</a></p>
|
<p id="publish-box">Bangladesh Core FHIR Implementation Guide - Published by Ministry of Health and Family Welfare. See the <a href="https://fhir.dghs.gov.bd/core/history.html">Directory of published versions</a></p>
|
||||||
{% include fragment-profile-navtabs.html type='{{[type]}}' id='{{[id]}}' active='content' %}
|
{% include fragment-profile-navtabs.html type='{{[type]}}' id='{{[id]}}' active='content' %}
|
||||||
<a name="root"> </a>
|
<a name="root"> </a>
|
||||||
<h2 id="root">Extension: {{site.data.pages[page.path].title | escape_once}}
|
<h2 id="root">Extension: {{site.data.pages[page.path].title | escape_once}}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
---
|
---
|
||||||
{% include fragment-pagebegin.html %}
|
{% include fragment-pagebegin.html %}
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
<p id="publish-box">Bangladesh Core FHIR Implementation Guide - Published by Ministry of Health and Family Welfare (v0.2.0). See the <a href="https://fhir.dghs.gov.bd/core/history.html">Directory of published versions</a></p>
|
<p id="publish-box">Bangladesh Core FHIR Implementation Guide - Published by Ministry of Health and Family Welfare. See the <a href="https://fhir.dghs.gov.bd/core/history.html">Directory of published versions</a></p>
|
||||||
|
|
||||||
{% include fragment-base-navtabs.html type='{{[type]}}' id='{{[id]}}' active='content' %}
|
{% include fragment-base-navtabs.html type='{{[type]}}' id='{{[id]}}' active='content' %}
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
{% include fragment-pagebegin.html %}
|
{% include fragment-pagebegin.html %}
|
||||||
<div style="counter-reset: section {{section}}" class="col-12">
|
<div style="counter-reset: section {{section}}" class="col-12">
|
||||||
<p id="publish-box">Bangladesh Core FHIR Implementation Guide - Published by Ministry of Health and Family Welfare (v0.2.0). See the <a href="https://fhir.dghs.gov.bd/core/history.html">Directory of published versions</a></p>
|
<p id="publish-box">Bangladesh Core FHIR Implementation Guide - Published by Ministry of Health and Family Welfare. See the <a href="https://fhir.dghs.gov.bd/core/history.html">Directory of published versions</a></p>
|
||||||
{% include fragment-base-navtabs.html type='{{[type]}}' id='{{[id]}}' active='{{[fmt]}}' %}
|
{% include fragment-base-navtabs.html type='{{[type]}}' id='{{[id]}}' active='{{[fmt]}}' %}
|
||||||
|
|
||||||
<a name="root"> </a>
|
<a name="root"> </a>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
{% include fragment-pagebegin.html %}
|
{% include fragment-pagebegin.html %}
|
||||||
<div style="counter-reset: section 4" class="col-12">
|
<div style="counter-reset: section 4" class="col-12">
|
||||||
<p id="publish-box">Bangladesh Core FHIR Implementation Guide - Published by Ministry of Health and Family Welfare (v0.2.0). See the <a href="https://fhir.dghs.gov.bd/core/history.html">Directory of published versions</a></p>
|
<p id="publish-box">Bangladesh Core FHIR Implementation Guide - Published by Ministry of Health and Family Welfare. See the <a href="https://fhir.dghs.gov.bd/core/history.html">Directory of published versions</a></p>
|
||||||
{% include fragment-profile-navtabs.html type='{{[type]}}' id='{{[id]}}' active='definition' %}
|
{% include fragment-profile-navtabs.html type='{{[type]}}' id='{{[id]}}' active='definition' %}
|
||||||
|
|
||||||
<a name="root"> </a>
|
<a name="root"> </a>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
{% include fragment-pagebegin.html %}
|
{% include fragment-pagebegin.html %}
|
||||||
<div style="counter-reset: section 6" class="col-12">
|
<div style="counter-reset: section 6" class="col-12">
|
||||||
<p id="publish-box">Bangladesh Core FHIR Implementation Guide - Published by Ministry of Health and Family Welfare (v0.2.0). See the <a href="https://fhir.dghs.gov.bd/core/history.html">Directory of published versions</a></p>
|
<p id="publish-box">Bangladesh Core FHIR Implementation Guide - Published by Ministry of Health and Family Welfare. See the <a href="https://fhir.dghs.gov.bd/core/history.html">Directory of published versions</a></p>
|
||||||
{% include fragment-profile-navtabs.html type='{{[type]}}' id='{{[id]}}' active='example' %}
|
{% include fragment-profile-navtabs.html type='{{[type]}}' id='{{[id]}}' active='example' %}
|
||||||
|
|
||||||
<a name="root"> </a>
|
<a name="root"> </a>
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
{% include fragment-pagebegin.html %}
|
{% include fragment-pagebegin.html %}
|
||||||
<div style="counter-reset: section {{section}}" class="col-12">
|
<div style="counter-reset: section {{section}}" class="col-12">
|
||||||
<p id="publish-box">Bangladesh Core FHIR Implementation Guide - Published by Ministry of Health and Family Welfare (v0.2.0). See the <a href="https://fhir.dghs.gov.bd/core/history.html">Directory of published versions</a></p>
|
<p id="publish-box">Bangladesh Core FHIR Implementation Guide - Published by Ministry of Health and Family Welfare. See the <a href="https://fhir.dghs.gov.bd/core/history.html">Directory of published versions</a></p>
|
||||||
{% include fragment-profile-navtabs.html type='{{[type]}}' id='{{[id]}}' active=format %}
|
{% include fragment-profile-navtabs.html type='{{[type]}}' id='{{[id]}}' active=format %}
|
||||||
|
|
||||||
<a name="root"> </a>
|
<a name="root"> </a>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
{% include fragment-pagebegin.html %}
|
{% include fragment-pagebegin.html %}
|
||||||
|
|
||||||
<div style="counter-reset: section 10" class="col-12">
|
<div style="counter-reset: section 10" class="col-12">
|
||||||
<p id="publish-box">Bangladesh Core FHIR Implementation Guide - Published by Ministry of Health and Family Welfare (v0.2.0). See the <a href="https://fhir.dghs.gov.bd/core/history.html">Directory of published versions</a></p>
|
<p id="publish-box">Bangladesh Core FHIR Implementation Guide - Published by Ministry of Health and Family Welfare. See the <a href="https://fhir.dghs.gov.bd/core/history.html">Directory of published versions</a></p>
|
||||||
{% include fragment-profile-navtabs.html type='{{[type]}}' id='{{[id]}}' active='history' %}
|
{% include fragment-profile-navtabs.html type='{{[type]}}' id='{{[id]}}' active='history' %}
|
||||||
|
|
||||||
<a name="root"> </a>
|
<a name="root"> </a>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
{% include fragment-pagebegin.html %}
|
{% include fragment-pagebegin.html %}
|
||||||
<div style="counter-reset: section 5" class="col-12">
|
<div style="counter-reset: section 5" class="col-12">
|
||||||
<p id="publish-box">Bangladesh Core FHIR Implementation Guide - Published by Ministry of Health and Family Welfare (v0.2.0). See the <a href="https://fhir.dghs.gov.bd/core/history.html">Directory of published versions</a></p>
|
<p id="publish-box">Bangladesh Core FHIR Implementation Guide - Published by Ministry of Health and Family Welfare. See the <a href="https://fhir.dghs.gov.bd/core/history.html">Directory of published versions</a></p>
|
||||||
{% include fragment-profile-navtabs.html type='{{[type]}}' id='{{[id]}}' active='mapping' %}
|
{% include fragment-profile-navtabs.html type='{{[type]}}' id='{{[id]}}' active='mapping' %}
|
||||||
|
|
||||||
<a name="root"> </a>
|
<a name="root"> </a>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
{% include fragment-pagebegin.html %}
|
{% include fragment-pagebegin.html %}
|
||||||
<div style="counter-reset: section 6" class="col-12">
|
<div style="counter-reset: section 6" class="col-12">
|
||||||
<p id="publish-box">Bangladesh Core FHIR Implementation Guide - Published by Ministry of Health and Family Welfare (v0.2.0). See the <a href="https://fhir.dghs.gov.bd/core/history.html">Directory of published versions</a></p>
|
<p id="publish-box">Bangladesh Core FHIR Implementation Guide - Published by Ministry of Health and Family Welfare. See the <a href="https://fhir.dghs.gov.bd/core/history.html">Directory of published versions</a></p>
|
||||||
{% include fragment-profile-navtabs.html type='{{[type]}}' id='{{[id]}}' active='testing' %}
|
{% include fragment-profile-navtabs.html type='{{[type]}}' id='{{[id]}}' active='testing' %}
|
||||||
|
|
||||||
<a name="root"> </a>
|
<a name="root"> </a>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
{% include fragment-pagebegin.html %}
|
{% include fragment-pagebegin.html %}
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
<p id="publish-box">Bangladesh Core FHIR Implementation Guide - Published by Ministry of Health and Family Welfare (v0.2.0). See the <a href="https://fhir.dghs.gov.bd/core/history.html">Directory of published versions</a></p>
|
<p id="publish-box">Bangladesh Core FHIR Implementation Guide - Published by Ministry of Health and Family Welfare. See the <a href="https://fhir.dghs.gov.bd/core/history.html">Directory of published versions</a></p>
|
||||||
{% include fragment-profile-navtabs.html type='{{[type]}}' id='{{[id]}}' active='content' %}
|
{% include fragment-profile-navtabs.html type='{{[type]}}' id='{{[id]}}' active='content' %}
|
||||||
|
|
||||||
<a name="root"> </a>
|
<a name="root"> </a>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
---
|
---
|
||||||
{% include fragment-pagebegin.html %}
|
{% include fragment-pagebegin.html %}
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
<p id="publish-box">Bangladesh Core FHIR Implementation Guide - Published by Ministry of Health and Family Welfare (v0.2.0). See the <a href="https://fhir.dghs.gov.bd/core/history.html">Directory of published versions</a></p>
|
<p id="publish-box">Bangladesh Core FHIR Implementation Guide - Published by Ministry of Health and Family Welfare. See the <a href="https://fhir.dghs.gov.bd/core/history.html">Directory of published versions</a></p>
|
||||||
{% include fragment-base-navtabs.html type='{{[type]}}' id='{{[id]}}' active='content' %}
|
{% include fragment-base-navtabs.html type='{{[type]}}' id='{{[id]}}' active='content' %}
|
||||||
<a name="root"> </a>
|
<a name="root"> </a>
|
||||||
<h2 id="root">ValueSet: {{site.data.pages[page.path].title | escape_once}}
|
<h2 id="root">ValueSet: {{site.data.pages[page.path].title | escape_once}}
|
||||||
|
|||||||
9
ig.ini
9
ig.ini
@@ -1,9 +1,11 @@
|
|||||||
[IG]
|
[IG]
|
||||||
# ini file for the Implementation Guide publisher
|
# ini file for the Implementation Guide publisher
|
||||||
# see comments below for instructions
|
# see comments below for instructions
|
||||||
|
ig = input/bd.fhir.core.xml
|
||||||
ig = input/myig.xml
|
#template = fhir.base.template#current
|
||||||
template = #bd-national-template
|
template = #bd-national-template
|
||||||
|
#template = D:\Git\templates\ig-template-base
|
||||||
|
#template = #local-template
|
||||||
|
|
||||||
##########################
|
##########################
|
||||||
### ig.ini parameters: ###
|
### ig.ini parameters: ###
|
||||||
@@ -43,6 +45,3 @@ examples:
|
|||||||
|
|
||||||
# for more documentation on implementation guides and templates, see the FHIR Guidance ImplementationGuide
|
# for more documentation on implementation guides and templates, see the FHIR Guidance ImplementationGuide
|
||||||
# http://build.fhir.org/ig/FHIR/ig-guidance
|
# http://build.fhir.org/ig/FHIR/ig-guidance
|
||||||
output = /var/www/html
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -57,91 +57,8 @@
|
|||||||
<reference>
|
<reference>
|
||||||
<reference value="StructureDefinition/bd-patient"/>
|
<reference value="StructureDefinition/bd-patient"/>
|
||||||
</reference>
|
</reference>
|
||||||
<description value="Overriding description because we can"/>
|
<description value="Banlgladesh Patient Profile"/>
|
||||||
</resource>
|
</resource>
|
||||||
<resource>
|
|
||||||
<reference>
|
|
||||||
<reference value="StructureDefinition/bd-logical"/>
|
|
||||||
</reference>
|
|
||||||
<description value="Logical Model"/>
|
|
||||||
</resource>
|
|
||||||
<resource>
|
|
||||||
<reference>
|
|
||||||
<reference value="Library/example-sql"/>
|
|
||||||
</reference>
|
|
||||||
<description value="A test example"/>
|
|
||||||
</resource>
|
|
||||||
<resource>
|
|
||||||
<reference>
|
|
||||||
<reference value="Library/example-image"/>
|
|
||||||
</reference>
|
|
||||||
<description value="A test image example"/>
|
|
||||||
</resource>
|
|
||||||
<!--<resource>
|
|
||||||
<reference>
|
|
||||||
<reference value="bd-logicalModel/AS"/>
|
|
||||||
</reference>
|
|
||||||
</resource> -->
|
|
||||||
<resource>
|
|
||||||
<extension url="http://hl7.org/fhir/tools/StructureDefinition/ig-example-actor">
|
|
||||||
<valueCanonical value="https://fhir.dghs.gov.bd/core/ActorDefinition/example"/>
|
|
||||||
</extension>
|
|
||||||
<reference>
|
|
||||||
<reference value="Patient/example"/>
|
|
||||||
</reference>
|
|
||||||
<name value="Simple patient example"/>
|
|
||||||
<description value="A simple example showing how examples are defined and referenced"/>
|
|
||||||
<exampleCanonical value="https://fhir.dghs.gov.bd/core/StructureDefinition/bd-patient"/>
|
|
||||||
</resource>
|
|
||||||
<resource>
|
|
||||||
<reference>
|
|
||||||
<reference value="Observation/example"/>
|
|
||||||
</reference>
|
|
||||||
<name value="Observation patient example"/>
|
|
||||||
<description value="Example showing slicing"/>
|
|
||||||
<exampleCanonical value="https://fhir.dghs.gov.bd/core/StructureDefinition/bd-observation"/>
|
|
||||||
</resource>
|
|
||||||
<resource>
|
|
||||||
<reference>
|
|
||||||
<reference value="Binary/example"/>
|
|
||||||
</reference>
|
|
||||||
<name value="Example binary"/>
|
|
||||||
<description value="Example showing binary content"/>
|
|
||||||
</resource>
|
|
||||||
<resource>
|
|
||||||
<extension url="http://hl7.org/fhir/StructureDefinition/implementationguide-resource-format">
|
|
||||||
<valueCode value="application/xml"/>
|
|
||||||
</extension>
|
|
||||||
<reference>
|
|
||||||
<reference value="Binary/logical-example"/>
|
|
||||||
</reference>
|
|
||||||
<name value="Example of Logical Model"/>
|
|
||||||
<description value="Example showing example content for a logical model"/>
|
|
||||||
<exampleCanonical value="https://fhir.dghs.gov.bd/core/StructureDefinition/bd-logical"/>
|
|
||||||
</resource>
|
|
||||||
<resource>
|
|
||||||
<extension url="http://hl7.org/fhir/StructureDefinition/implementationguide-resource-format">
|
|
||||||
<valueCode value="image/jpeg"/>
|
|
||||||
</extension>
|
|
||||||
<reference>
|
|
||||||
<reference value="Binary/image-example"/>
|
|
||||||
</reference>
|
|
||||||
<name value="Example of Binary Image"/>
|
|
||||||
<description value="Example showing example content for an image"/>
|
|
||||||
</resource>
|
|
||||||
<resource>
|
|
||||||
<reference>
|
|
||||||
<reference value="ValueSet/valueset-no-codesystem"/>
|
|
||||||
</reference>
|
|
||||||
<name value="Value set for no code system"/>
|
|
||||||
</resource>
|
|
||||||
<!-- <resource>
|
|
||||||
<reference>
|
|
||||||
<reference value="Library/example"/>
|
|
||||||
</reference>
|
|
||||||
<name value="Simple library example"/>
|
|
||||||
<description value="A simple example showing how library is pre-loaded"/>
|
|
||||||
</resource> -->
|
|
||||||
<page>
|
<page>
|
||||||
<!-- The root will always be toc.html - the template will force it if you don't do it -->
|
<!-- The root will always be toc.html - the template will force it if you don't do it -->
|
||||||
<nameUrl value="toc.html"/>
|
<nameUrl value="toc.html"/>
|
||||||
@@ -161,9 +78,6 @@
|
|||||||
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
|
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
|
||||||
<valueCode value="trial-use"/>
|
<valueCode value="trial-use"/>
|
||||||
</extension>
|
</extension>
|
||||||
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
|
|
||||||
<valueInteger value="3"/>
|
|
||||||
</extension>
|
|
||||||
<nameUrl value="spec.html"/>
|
<nameUrl value="spec.html"/>
|
||||||
<title value="Detailed BD-Core-FHIR Specification"/>
|
<title value="Detailed BD-Core-FHIR Specification"/>
|
||||||
<generation value="markdown"/>
|
<generation value="markdown"/>
|
||||||
@@ -236,10 +150,6 @@
|
|||||||
<code value="excludemap"/>
|
<code value="excludemap"/>
|
||||||
<value value="true"/>
|
<value value="true"/>
|
||||||
</parameter>-->
|
</parameter>-->
|
||||||
<parameter>
|
|
||||||
<code value="showsource"/>
|
|
||||||
<value value="true"/>
|
|
||||||
</parameter>
|
|
||||||
<parameter>
|
<parameter>
|
||||||
<code value="i18n-default-lang"/>
|
<code value="i18n-default-lang"/>
|
||||||
<value value="en"/>
|
<value value="en"/>
|
||||||
@@ -260,9 +170,5 @@
|
|||||||
<code value="translation-sources"/>
|
<code value="translation-sources"/>
|
||||||
<value value="input/translations-fr"/>
|
<value value="input/translations-fr"/>
|
||||||
</parameter>
|
</parameter>
|
||||||
<parameter>
|
|
||||||
<code value="fcp-approved-specification"/>
|
|
||||||
<value value="false"/>
|
|
||||||
</parameter>
|
|
||||||
</definition>
|
</definition>
|
||||||
</ImplementationGuide>
|
</ImplementationGuide>
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
{
|
|
||||||
"options":[
|
|
||||||
"EnableAnnotations",
|
|
||||||
"EnableLocators",
|
|
||||||
"DisableListDemotion",
|
|
||||||
"DisableListPromotion"
|
|
||||||
|
|
||||||
],
|
|
||||||
"formats":[
|
|
||||||
"XML",
|
|
||||||
"JSON"
|
|
||||||
],
|
|
||||||
"validateUnits":true,
|
|
||||||
"verifyOnly":false,
|
|
||||||
"errorLevel":"Info",
|
|
||||||
"signatureLevel":"None"
|
|
||||||
}
|
|
||||||
@@ -1,45 +0,0 @@
|
|||||||
library example version '1.0.0'
|
|
||||||
|
|
||||||
using FHIR version '4.0.1'
|
|
||||||
|
|
||||||
include fhir.cqf.common.FHIRHelpers version '4.0.1'
|
|
||||||
|
|
||||||
codesystem "Observation Category Codes": 'http://terminology.hl7.org/CodeSystem/observation-category'
|
|
||||||
|
|
||||||
valueset "Encounter Inpatient": 'http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.666.5.307'
|
|
||||||
valueset "Emergency Department Visit": 'http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.117.1.7.1.292'
|
|
||||||
valueset "Telephone Evaluation": 'http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.464.1003.101.12.1082'
|
|
||||||
valueset "Telephone Management": 'http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.464.1003.101.12.1053'
|
|
||||||
|
|
||||||
valueset "COVID-19 Screening Result": 'TBD'
|
|
||||||
|
|
||||||
code "Laboratory Observation Category": 'laboratory' from "Observation Category Codes"
|
|
||||||
|
|
||||||
parameter "Measurement Period" Interval<DateTime>
|
|
||||||
|
|
||||||
context Patient
|
|
||||||
|
|
||||||
define "Inpatient, Emergency, or Telephone Evaluation or Management Encounter":
|
|
||||||
(
|
|
||||||
[Encounter: "Encounter Inpatient"]
|
|
||||||
union [Encounter: "Emergency Department Visit"]
|
|
||||||
union [Encounter: "Telephone Evaluation"]
|
|
||||||
union [Encounter: "Telephone Management"]
|
|
||||||
) Encounter
|
|
||||||
where Encounter.status = 'finished'
|
|
||||||
and Encounter.period during "Measurement Period"
|
|
||||||
|
|
||||||
define "Initial Population":
|
|
||||||
exists ("Inpatient, Emergency, or Telephone Evaluation or Management Encounter")
|
|
||||||
|
|
||||||
define "Denominator":
|
|
||||||
true
|
|
||||||
|
|
||||||
define "COVID-19 Communicable Disease Screening":
|
|
||||||
[Observation: "COVID-19 Screening Result"] Result
|
|
||||||
where exists (Result.category C where C ~ "Laboratory Observation Category")
|
|
||||||
and Result.status in { 'final', 'amended', 'corrected' }
|
|
||||||
and Result.effective during "Measurement Period"
|
|
||||||
|
|
||||||
define "Numerator":
|
|
||||||
exists ("COVID-19 Communicable Disease Screening")
|
|
||||||
Binary file not shown.
@@ -1,3 +0,0 @@
|
|||||||
library notincluded
|
|
||||||
|
|
||||||
// Example library that doesn't get included, so results in a missed warning
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
{
|
|
||||||
"resourceType" : "Binary",
|
|
||||||
"id" : "example",
|
|
||||||
"data" : "ig-loader-example.pdf"
|
|
||||||
}
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 30 KiB |
@@ -1,4 +0,0 @@
|
|||||||
<MyLogical xmlns="http://example.org/logical">
|
|
||||||
<element1 value="1"/>
|
|
||||||
<element2 value="This is a string">Text</element2>
|
|
||||||
</MyLogical>
|
|
||||||
@@ -1,26 +0,0 @@
|
|||||||
{
|
|
||||||
"resourceType" : "Library",
|
|
||||||
"id": "example",
|
|
||||||
"url" : "http://somewhere.org/fhir/uv/myig/Library/example",
|
|
||||||
"version" : "1.0.0",
|
|
||||||
"name": "Example",
|
|
||||||
"title": "Example CQL Library",
|
|
||||||
"status" : "draft",
|
|
||||||
"experimental": true,
|
|
||||||
"description": "Some example library",
|
|
||||||
"type" : {
|
|
||||||
"coding" : [{
|
|
||||||
"system" : "http://terminology.hl7.org/CodeSystem/library-type",
|
|
||||||
"code" : "logic-library"
|
|
||||||
}]
|
|
||||||
},
|
|
||||||
"subjectCodeableConcept": {
|
|
||||||
"coding": [{
|
|
||||||
"system": "http://hl7.org/fhir/resource-types",
|
|
||||||
"code": "Patient"
|
|
||||||
}]
|
|
||||||
},
|
|
||||||
"content" : [{
|
|
||||||
"id" : "ig-loader-example.cql"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
@@ -1,69 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!--
|
|
||||||
|
|
||||||
test comment for display
|
|
||||||
|
|
||||||
-->
|
|
||||||
|
|
||||||
<Observation xmlns="http://hl7.org/fhir" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../input-cache/schemas/R4/fhir-single.xsd">
|
|
||||||
<id value="example"/>
|
|
||||||
<meta>
|
|
||||||
<profile value="http://somewhere.org/fhir/uv/myig/StructureDefinition/myObservation"/>
|
|
||||||
</meta>
|
|
||||||
<status value="final"/>
|
|
||||||
<subject>
|
|
||||||
<reference value="http://somewhere.else.org/pas/server/Patient/example"/>
|
|
||||||
</subject>
|
|
||||||
<code>
|
|
||||||
<coding>
|
|
||||||
<system value="http://somewhere.org/fhir/uv/myig/CodeSystem/cs-fake"/>
|
|
||||||
<code value="01"/>
|
|
||||||
<display value="CS1"/>
|
|
||||||
</coding>
|
|
||||||
<coding>
|
|
||||||
<system value="http://somewhere.org/fhir/uv/myig/CodeSystem/cs-fake"/>
|
|
||||||
<code value="01"/>
|
|
||||||
<display value="CS2"/>
|
|
||||||
</coding>
|
|
||||||
<coding>
|
|
||||||
<system value="http://somewhere.org/fhir/uv/myig/CodeSystem/cs-fake"/>
|
|
||||||
<code value="01"/>
|
|
||||||
<display value="VS1"/>
|
|
||||||
</coding>
|
|
||||||
<coding>
|
|
||||||
<system value="http://loinc.org"/>
|
|
||||||
<code value="85354-9"/>
|
|
||||||
</coding>
|
|
||||||
<coding>
|
|
||||||
<system value="http://somewhere.org/fhir/uv/myig/CodeSystem/cs-fake"/>
|
|
||||||
<code value="01"/>
|
|
||||||
<display value="VS2"/>
|
|
||||||
</coding>
|
|
||||||
</code>
|
|
||||||
<component>
|
|
||||||
<code>
|
|
||||||
<coding>
|
|
||||||
<system value="http://loinc.org"/>
|
|
||||||
<code value="8480-6"/>
|
|
||||||
</coding>
|
|
||||||
</code>
|
|
||||||
<valueQuantity>
|
|
||||||
<value value="1"/>
|
|
||||||
<system value="http://unitsofmeasure.org"/>
|
|
||||||
<code value="mm[Hg]"/>
|
|
||||||
</valueQuantity>
|
|
||||||
</component>
|
|
||||||
<component>
|
|
||||||
<code>
|
|
||||||
<coding>
|
|
||||||
<system value="http://loinc.org"/>
|
|
||||||
<code value="8462-4"/>
|
|
||||||
</coding>
|
|
||||||
</code>
|
|
||||||
<valueQuantity>
|
|
||||||
<value value="1"/>
|
|
||||||
<system value="http://unitsofmeasure.org"/>
|
|
||||||
<code value="mm[Hg]"/>
|
|
||||||
</valueQuantity>
|
|
||||||
</component>
|
|
||||||
</Observation>
|
|
||||||
@@ -1,45 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!--
|
|
||||||
|
|
||||||
test comment for display
|
|
||||||
|
|
||||||
-->
|
|
||||||
|
|
||||||
<Patient xmlns="http://hl7.org/fhir" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../input-cache/schemas/R4/fhir-single.xsd">
|
|
||||||
<id value="example"/>
|
|
||||||
<meta>
|
|
||||||
<profile value="http://somewhere.org/fhir/uv/myig/StructureDefinition/mypatient"/>
|
|
||||||
</meta>
|
|
||||||
<extension url="http://somewhere.org/fhir/uv/myig/StructureDefinition/ext-myExtension">
|
|
||||||
<valueBoolean value="false"/>
|
|
||||||
</extension>
|
|
||||||
<name>
|
|
||||||
<use value="usual"/>
|
|
||||||
<family value="Smith"/>
|
|
||||||
<given value="Jack"/>
|
|
||||||
</name>
|
|
||||||
<name>
|
|
||||||
<use value="official"/>
|
|
||||||
<family value="Smith"/>
|
|
||||||
<given value="John"/>
|
|
||||||
<given value="Jacob"/>
|
|
||||||
<given value="Jingleheimer"/>
|
|
||||||
<period>
|
|
||||||
<end value="2001-01-01"/>
|
|
||||||
</period>
|
|
||||||
</name>
|
|
||||||
<name>
|
|
||||||
<use value="official"/>
|
|
||||||
<family value="Smith"/>
|
|
||||||
<given value="John"/>
|
|
||||||
<given value="Jacob"/>
|
|
||||||
<given value="Jingleheimer"/>
|
|
||||||
<period>
|
|
||||||
<start value="2001-01-01"/>
|
|
||||||
</period>
|
|
||||||
</name>
|
|
||||||
<birthDate value="2018-09-07"/>
|
|
||||||
<maritalStatus>
|
|
||||||
<text value="Married"/>
|
|
||||||
</maritalStatus>
|
|
||||||
</Patient>
|
|
||||||
8
input/fsh/BDConditionProfile.fsh
Normal file
8
input/fsh/BDConditionProfile.fsh
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
Profile: BDConditionProfile
|
||||||
|
Parent: Condition
|
||||||
|
Id: bd-condition
|
||||||
|
Title: "ICD 11"
|
||||||
|
Description: "Condition coded with ICD-11"
|
||||||
|
|
||||||
|
* code 1..1 MS
|
||||||
|
* code from BDConditionICD11VS (preferred)
|
||||||
@@ -1,9 +1,11 @@
|
|||||||
CodeSystem: BDImmunizationReactionCodeSystem
|
CodeSystem: BDImmunizationReactionCS
|
||||||
Id: bd-immunization-reaction
|
Id: bd-immunization-reaction
|
||||||
Title: "Bangladesh Immunization Reaction Code System"
|
Title: "Bangladesh Immunization Reaction Code System"
|
||||||
Description: "Codes for adverse reactions after vaccination in Bangladesh."
|
Description: "Codes for adverse reactions after vaccination in Bangladesh."
|
||||||
* ^url = "https://fhir.dghs.gov.bd/core/CodeSystem/bd-immunization-reaction"
|
* ^url = "https://fhir.dghs.gov.bd/core/CodeSystem/bd-immunization-reaction"
|
||||||
* ^status = #active
|
* ^status = #active
|
||||||
|
* ^caseSensitive = true
|
||||||
|
* ^experimental = false
|
||||||
* ^content = #complete
|
* ^content = #complete
|
||||||
|
|
||||||
* #NONE "No Reaction"
|
* #NONE "No Reaction"
|
||||||
@@ -6,6 +6,8 @@ Id: bd-blood-groups
|
|||||||
Title: "Bangladesh Blood Group CodeSystem"
|
Title: "Bangladesh Blood Group CodeSystem"
|
||||||
Description: "Blood group codes according to CCDS guideline"
|
Description: "Blood group codes according to CCDS guideline"
|
||||||
* ^url = "https://fhir.dghs.gov.bd/core/CodeSystem/bd-blood-groups"
|
* ^url = "https://fhir.dghs.gov.bd/core/CodeSystem/bd-blood-groups"
|
||||||
|
* ^caseSensitive = true
|
||||||
|
* ^experimental = false
|
||||||
* ^content = #complete
|
* ^content = #complete
|
||||||
* #1 "O Positive"
|
* #1 "O Positive"
|
||||||
* #2 "O Negative"
|
* #2 "O Negative"
|
||||||
@@ -20,7 +22,7 @@ Description: "Blood group codes according to CCDS guideline"
|
|||||||
// ValueSet for BD Blood Groups
|
// ValueSet for BD Blood Groups
|
||||||
// ---------------------------
|
// ---------------------------
|
||||||
ValueSet: BDBloodGroupVS
|
ValueSet: BDBloodGroupVS
|
||||||
Id: bd-blood-group-vs
|
Id: bd-blood-group-valueset
|
||||||
Title: "Bangladesh Blood Group ValueSet"
|
Title: "Bangladesh Blood Group ValueSet"
|
||||||
Description: "Blood group value set according to CCDS guideline"
|
Description: "Blood group value set according to CCDS guideline"
|
||||||
* include codes from system BDBloodGroupCS
|
* include codes from system BDBloodGroupCS
|
||||||
|
|||||||
@@ -1,7 +1,9 @@
|
|||||||
CodeSystem: BDCountryListCS
|
CodeSystem: BDCountryListCS
|
||||||
Id: bd-country-list-cs
|
Id: bd-country-list
|
||||||
Title: "Nationality List"
|
Title: "Nationality List"
|
||||||
* ^url = "https://fhir.dghs.gov.bd/core/CodeSystem/bd-country-list"
|
* ^url = "https://fhir.dghs.gov.bd/core/CodeSystem/bd-country-list"
|
||||||
|
* ^caseSensitive = true
|
||||||
|
* ^experimental = false
|
||||||
|
|
||||||
* #4 "Afghan"
|
* #4 "Afghan"
|
||||||
* #8 "Albanian"
|
* #8 "Albanian"
|
||||||
@@ -194,8 +196,8 @@ Title: "Nationality List"
|
|||||||
|
|
||||||
|
|
||||||
ValueSet: BDCountryListVS
|
ValueSet: BDCountryListVS
|
||||||
Id: bd-country-list-vs
|
Id: bd-country-list-valueset
|
||||||
Title: "Nationality ValueSet"
|
Title: "Nationality ValueSet"
|
||||||
Description: "Nationality value set"
|
Description: "Nationality value set"
|
||||||
* ^url = "https://fhir.dghs.gov.bd/core/ValueSet/bd-country-list"
|
* ^url = "https://fhir.dghs.gov.bd/core/ValueSet/bd-country-list-valueset"
|
||||||
* include codes from system https://fhir.dghs.gov.bd/core/CodeSystem/bd-country-list
|
* include codes from system https://fhir.dghs.gov.bd/core/CodeSystem/bd-country-list
|
||||||
@@ -1,8 +1,10 @@
|
|||||||
CodeSystem: BDGeoCodesCS
|
CodeSystem: BDGeoCodesCS
|
||||||
Id: bd-geocodes-cs
|
Id: bd-geocodes
|
||||||
Title: "Bangladesh Address Codes"
|
Title: "Bangladesh GeoCodes CodeSystem"
|
||||||
Description: "Bangladesh Address Codes"
|
Description: "Bangladesh GeoCodes"
|
||||||
* ^url = "https://fhir.dghs.gov.bd/core/CodeSystem/bd-geocodes"
|
* ^url = "https://fhir.dghs.gov.bd/core/CodeSystem/bd-geocodes"
|
||||||
|
* ^caseSensitive = true
|
||||||
|
* ^experimental = false
|
||||||
// DIvisions
|
// DIvisions
|
||||||
* #30 "Dhaka"
|
* #30 "Dhaka"
|
||||||
* #20 "Chattogram"
|
* #20 "Chattogram"
|
||||||
@@ -1601,10 +1603,10 @@ Description: "Bangladesh Address Codes"
|
|||||||
* #4589009077 "Sreebardi Pourasabha"
|
* #4589009077 "Sreebardi Pourasabha"
|
||||||
|
|
||||||
ValueSet: BDDivisionsVS
|
ValueSet: BDDivisionsVS
|
||||||
Id: bd-division-code-vs
|
Id: bd-division-code-valueset
|
||||||
Title: "Bangladesh Division ValueSet"
|
Title: "Bangladesh Division ValueSet"
|
||||||
Description: "Bangladesh Division Codes (only two-digit codes)"
|
Description: "Bangladesh Division Codes (only two-digit codes)"
|
||||||
* ^url = "https://fhir.dghs.gov.bd/core/ValueSet/bd-divisions"
|
* ^url = "https://fhir.dghs.gov.bd/core/ValueSet/bd-division-code-valueset"
|
||||||
|
|
||||||
// include only codes that are exactly 2 digits
|
// include only codes that are exactly 2 digits
|
||||||
* include codes from system https://fhir.dghs.gov.bd/core/CodeSystem/bd-geocodes
|
* include codes from system https://fhir.dghs.gov.bd/core/CodeSystem/bd-geocodes
|
||||||
@@ -1612,10 +1614,10 @@ Description: "Bangladesh Division Codes (only two-digit codes)"
|
|||||||
|
|
||||||
|
|
||||||
ValueSet: BDDistrictsVS
|
ValueSet: BDDistrictsVS
|
||||||
Id: bd-district-code-vs
|
Id: bd-district-code-valueset
|
||||||
Title: "Bangladesh district ValueSet"
|
Title: "Bangladesh district ValueSet"
|
||||||
Description: "Bangladesh district Codes (only two-digit codes)"
|
Description: "Bangladesh district Codes (only two-digit codes)"
|
||||||
* ^url = "https://fhir.dghs.gov.bd/core/ValueSet/bd-districts"
|
* ^url = "https://fhir.dghs.gov.bd/core/ValueSet/bd-district-code-valueset"
|
||||||
|
|
||||||
// include only codes that are exactly 4 digits
|
// include only codes that are exactly 4 digits
|
||||||
* include codes from system https://fhir.dghs.gov.bd/core/CodeSystem/bd-geocodes
|
* include codes from system https://fhir.dghs.gov.bd/core/CodeSystem/bd-geocodes
|
||||||
@@ -1623,10 +1625,10 @@ Description: "Bangladesh district Codes (only two-digit codes)"
|
|||||||
|
|
||||||
|
|
||||||
ValueSet: BDCityCorporationsVS
|
ValueSet: BDCityCorporationsVS
|
||||||
Id: bd-city-corporations-code-vs
|
Id: bd-city-corporation-code-valueset
|
||||||
Title: "Bangladesh City Corperation ValueSet"
|
Title: "Bangladesh City Corperation ValueSet"
|
||||||
Description: "Bangladesh City Corperation Codes (only two-digit codes)"
|
Description: "Bangladesh City Corperation Codes (only two-digit codes)"
|
||||||
* ^url = "https://fhir.dghs.gov.bd/core/ValueSet/bd-city-corporations"
|
* ^url = "https://fhir.dghs.gov.bd/core/ValueSet/bd-city-corporation-code-valueset"
|
||||||
|
|
||||||
// include only codes that are exactly 6 digits
|
// include only codes that are exactly 6 digits
|
||||||
* include codes from system https://fhir.dghs.gov.bd/core/CodeSystem/bd-geocodes
|
* include codes from system https://fhir.dghs.gov.bd/core/CodeSystem/bd-geocodes
|
||||||
@@ -1634,20 +1636,20 @@ Description: "Bangladesh City Corperation Codes (only two-digit codes)"
|
|||||||
|
|
||||||
|
|
||||||
ValueSet: BDUpazillasVS
|
ValueSet: BDUpazillasVS
|
||||||
Id: bd-upazillas-code-vs
|
Id: bd-upazilla-code-valueset
|
||||||
Title: "Bangladesh Upazila ValueSet"
|
Title: "Bangladesh Upazila ValueSet"
|
||||||
Description: "Bangladesh Upazila Codes (only two-digit codes)"
|
Description: "Bangladesh Upazila Codes (only two-digit codes)"
|
||||||
* ^url = "https://fhir.dghs.gov.bd/core/ValueSet/bd-upazillas"
|
* ^url = "https://fhir.dghs.gov.bd/core/ValueSet/bd-upazilla-code-valueset"
|
||||||
|
|
||||||
// include only codes that are exactly 8 digits
|
// include only codes that are exactly 8 digits
|
||||||
* include codes from system https://fhir.dghs.gov.bd/core/CodeSystem/bd-geocodes
|
* include codes from system https://fhir.dghs.gov.bd/core/CodeSystem/bd-geocodes
|
||||||
where code regex "^[0-9]{8}$"
|
where code regex "^[0-9]{8}$"
|
||||||
|
|
||||||
ValueSet: BDMunicipalitiesVS
|
ValueSet: BDMunicipalitiesVS
|
||||||
Id: bd-municipalities-code-vs
|
Id: bd-municipalities-code-valueset
|
||||||
Title: "Bangladesh Municipalities ValueSet"
|
Title: "Bangladesh Municipalities ValueSet"
|
||||||
Description: "Bangladesh Municipalities Codes (only two-digit codes)"
|
Description: "Bangladesh Municipalities Codes (only two-digit codes)"
|
||||||
* ^url = "https://fhir.dghs.gov.bd/core/ValueSet/bd-municipalities"
|
* ^url = "https://fhir.dghs.gov.bd/core/ValueSet/bd-municipalities-code-valueset"
|
||||||
|
|
||||||
// include only codes that are exactly 10 digits
|
// include only codes that are exactly 10 digits
|
||||||
* include codes from system https://fhir.dghs.gov.bd/core/CodeSystem/bd-geocodes
|
* include codes from system https://fhir.dghs.gov.bd/core/CodeSystem/bd-geocodes
|
||||||
|
|||||||
@@ -1,20 +1,23 @@
|
|||||||
//// this code systems for Identifier types
|
//// this code systems for Identifier types
|
||||||
|
|
||||||
CodeSystem: BangladeshIdentifierType
|
CodeSystem: BangladeshIdentifierType
|
||||||
Id: bangladesh-identifier-type-cs
|
Id: bd-identifier-type
|
||||||
Title: "Bangladesh Identifier Types"
|
Title: "Bangladesh Identifier Types"
|
||||||
|
Description: "Codes identifying the type of identifiers used in Bangladesh."
|
||||||
* ^url = "https://fhir.dghs.gov.bd/core/CodeSystem/bd-identifier-type"
|
* ^url = "https://fhir.dghs.gov.bd/core/CodeSystem/bd-identifier-type"
|
||||||
|
* ^caseSensitive = true
|
||||||
|
* ^experimental = false
|
||||||
|
|
||||||
* #NID "National ID"
|
* #NID "National ID"
|
||||||
* #BRN "Birth Registration Number"
|
* #BRN "Birth Registration Number"
|
||||||
* #UID "Unique ID"
|
* #UHID "Unique Health ID"
|
||||||
|
|
||||||
|
|
||||||
ValueSet: BangladeshIdentifierTypeVS
|
ValueSet: BangladeshIdentifierTypeVS
|
||||||
Id: bangladesh-identifier-type-vs
|
Id: bd-identifier-type-valueset
|
||||||
Title: "Bangladesh Identifier Type"
|
Title: "Bangladesh Identifier Type"
|
||||||
Description: "Bangladesh Standard Identifier type"
|
Description: "Bangladesh Standard Identifier type"
|
||||||
* ^url = "https://fhir.dghs.gov.bd/core/ValueSet/bd-identifier-type"
|
* ^url = "https://fhir.dghs.gov.bd/core/ValueSet/bd-identifier-type-valueset"
|
||||||
// * include codes from valueset http://hl7.org/fhir/ValueSet/identifier-type /// use name or uri
|
// * include codes from valueset http://hl7.org/fhir/ValueSet/identifier-type /// use name or uri
|
||||||
* include codes from system https://fhir.dghs.gov.bd/core/CodeSystem/bd-identifier-type
|
* include codes from system https://fhir.dghs.gov.bd/core/CodeSystem/bd-identifier-type
|
||||||
|
|
||||||
@@ -1,9 +1,11 @@
|
|||||||
CodeSystem: BDImmunizationSiteCodeSystem
|
CodeSystem: BDImmunizationSiteCS
|
||||||
Id: bd-immunization-site
|
Id: bd-immunization-site
|
||||||
Title: "Bangladesh Immunization Site Code System"
|
Title: "Bangladesh Immunization Site Code System"
|
||||||
Description: "Codes for anatomical site of vaccine administration in Bangladesh."
|
Description: "Codes for anatomical site of vaccine administration in Bangladesh."
|
||||||
* ^url = "https://fhir.dghs.gov.bd/core/CodeSystem/bd-immunization-site"
|
* ^url = "https://fhir.dghs.gov.bd/core/CodeSystem/bd-immunization-site"
|
||||||
* ^status = #active
|
* ^status = #active
|
||||||
|
* ^caseSensitive = true
|
||||||
|
* ^experimental = false
|
||||||
* ^content = #complete
|
* ^content = #complete
|
||||||
|
|
||||||
* #LA "Left Arm"
|
* #LA "Left Arm"
|
||||||
@@ -1,8 +1,10 @@
|
|||||||
CodeSystem: BDMedicationCodeSystem
|
CodeSystem: BDMedicationCodeSystem
|
||||||
Id: bd-medication-cs
|
Id: bd-medication-code
|
||||||
Title: "Bangladesh Medication Codes"
|
Title: "Bangladesh Medication Codes"
|
||||||
Description: "Bangladesh Medication Codes"
|
Description: "Bangladesh Medication Codes"
|
||||||
* ^url = "https://fhir.dghs.gov.bd/core/CodeSystem/bd-medication-code"
|
* ^url = "https://fhir.dghs.gov.bd/core/CodeSystem/bd-medication-code"
|
||||||
|
* ^caseSensitive = true
|
||||||
|
* ^experimental = false
|
||||||
// DGDA DAR Code "Brand Name"
|
// DGDA DAR Code "Brand Name"
|
||||||
* #394-0010-030 "Tubutol" "Ethambutol"
|
* #394-0010-030 "Tubutol" "Ethambutol"
|
||||||
* #394-0011-030 "AFDCDT-2" "Isoniazid + Rifampicin"
|
* #394-0011-030 "AFDCDT-2" "Isoniazid + Rifampicin"
|
||||||
@@ -16,7 +18,7 @@ Description: "Bangladesh Medication Codes"
|
|||||||
// ValueSet for BD Medication
|
// ValueSet for BD Medication
|
||||||
// ---------------------------
|
// ---------------------------
|
||||||
ValueSet: BDMedicationVS
|
ValueSet: BDMedicationVS
|
||||||
Id: bd-medication-vs
|
Id: bd-medication-valueset
|
||||||
Title: "Bangladesh Medication ValueSet"
|
Title: "Bangladesh Medication ValueSet"
|
||||||
Description: "Bangladesh Medication ValueSet"
|
Description: "Bangladesh Medication ValueSet"
|
||||||
* include codes from system BDMedicationCodeSystem
|
* include codes from system BDMedicationCodeSystem
|
||||||
|
|||||||
@@ -34,8 +34,8 @@ Description: "Medication dose form codes according to CCDS guideline"
|
|||||||
// ValueSet for BD Medication Dose Forms
|
// ValueSet for BD Medication Dose Forms
|
||||||
// ---------------------------
|
// ---------------------------
|
||||||
ValueSet: BDMedicationDoseFormVS
|
ValueSet: BDMedicationDoseFormVS
|
||||||
Id: bd-dose-form-vs
|
Id: bd-dose-form-valueset
|
||||||
Title: "Bangladesh Medication Dose Form ValueSet"
|
Title: "Bangladesh Medication Dose Form ValueSet"
|
||||||
Description: "Medication dose form value set according to CCDS guideline"
|
Description: "Medication dose form value set according to CCDS guideline"
|
||||||
* ^url = "https://fhir.dghs.gov.bd/core/ValueSet/bd-dose-form-vs"
|
* ^url = "https://fhir.dghs.gov.bd/core/ValueSet/bd-dose-form-valueset"
|
||||||
* include codes from system BDMedicationDoseForm
|
* include codes from system BDMedicationDoseForm
|
||||||
@@ -1,6 +1,7 @@
|
|||||||
CodeSystem: BDOccupationsCS
|
CodeSystem: BDOccupationsCS
|
||||||
Id: bangladesh-occupations-cs
|
Id: bd-occupations
|
||||||
Title: "Bangladesh Occupations"
|
Title: "Bangladesh Occupations"
|
||||||
|
Description: "Occupations code system according to CCDS guideline"
|
||||||
* ^url = "https://fhir.dghs.gov.bd/core/CodeSystem/bd-occupations"
|
* ^url = "https://fhir.dghs.gov.bd/core/CodeSystem/bd-occupations"
|
||||||
|
|
||||||
* #1 "Physical Scientists & Related Technicians" "ভৌত বিজ্ঞানী ও এতদসংক্রান্ত টেকনিশিয়ান"
|
* #1 "Physical Scientists & Related Technicians" "ভৌত বিজ্ঞানী ও এতদসংক্রান্ত টেকনিশিয়ান"
|
||||||
@@ -76,8 +77,8 @@ Title: "Bangladesh Occupations"
|
|||||||
* #92 "Printers and Related Workers" "মুদ্রণকাজ"
|
* #92 "Printers and Related Workers" "মুদ্রণকাজ"
|
||||||
|
|
||||||
ValueSet: BDOccupationsVS
|
ValueSet: BDOccupationsVS
|
||||||
Id: bd-occupations-vs
|
Id: bd-occupations-valueset
|
||||||
Title: "Bangladesh Occupations ValueSet"
|
Title: "Bangladesh Occupations ValueSet"
|
||||||
Description: "Occupations value set according to CCDS guideline"
|
Description: "Occupations value set according to CCDS guideline"
|
||||||
* ^url = "https://fhir.dghs.gov.bd/core/ValueSet/bd-occupations"
|
* ^url = "https://fhir.dghs.gov.bd/core/ValueSet/bd-occupations-valueset"
|
||||||
* include codes from system https://fhir.dghs.gov.bd/core/CodeSystem/bd-occupations
|
* include codes from system https://fhir.dghs.gov.bd/core/CodeSystem/bd-occupations
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
//codeSystems/bd-regions.fsh
|
//codeSystems/bd-regions.fsh
|
||||||
CodeSystem: BDReligionsCS
|
CodeSystem: BDReligionsCS
|
||||||
Id: bangladesh-religions-cs
|
Id: bd-religions
|
||||||
Title: "Bangladesh Religions"
|
Title: "Bangladesh Religions"
|
||||||
* ^url = "https://fhir.dghs.gov.bd/core/CodeSystem/bd-religions"
|
* ^url = "https://fhir.dghs.gov.bd/core/CodeSystem/bd-religions"
|
||||||
|
|
||||||
@@ -13,8 +13,8 @@ Title: "Bangladesh Religions"
|
|||||||
* #0 "Other (specify)" "Other religion (to be specified in free text)"
|
* #0 "Other (specify)" "Other religion (to be specified in free text)"
|
||||||
|
|
||||||
ValueSet: BDReligionsVS
|
ValueSet: BDReligionsVS
|
||||||
Id: bd-religions-vs
|
Id: bd-religions-valueset
|
||||||
Title: "Bangladesh Religions ValueSet"
|
Title: "Bangladesh Religions ValueSet"
|
||||||
Description: "Religions value set according to CCDS guideline"
|
Description: "Religions value set according to CCDS guideline"
|
||||||
* ^url = "https://fhir.dghs.gov.bd/core/ValueSet/bd-religions"
|
* ^url = "https://fhir.dghs.gov.bd/core/ValueSet/bd-religions-valueset"
|
||||||
* include codes from system https://fhir.dghs.gov.bd/core/CodeSystem/bd-religions
|
* include codes from system https://fhir.dghs.gov.bd/core/CodeSystem/bd-religions
|
||||||
@@ -1,9 +1,11 @@
|
|||||||
CodeSystem: BDVaccineCodeSystem
|
CodeSystem: BDVaccineCS
|
||||||
Id: bd-vaccine-code
|
Id: bd-vaccine-code
|
||||||
Title: "Bangladesh Vaccine Code System"
|
Title: "Bangladesh Vaccine Code System"
|
||||||
Description: "Vaccine codes used in Bangladesh EPI and immunization program."
|
Description: "Vaccine codes used in Bangladesh EPI and immunization program."
|
||||||
* ^url = "https://fhir.dghs.gov.bd/core/CodeSystem/bd-vaccine-code"
|
* ^url = "https://fhir.dghs.gov.bd/core/CodeSystem/bd-vaccine-code"
|
||||||
* ^status = #active
|
* ^status = #active
|
||||||
|
* ^caseSensitive = true
|
||||||
|
* ^experimental = false
|
||||||
* ^content = #complete
|
* ^content = #complete
|
||||||
|
|
||||||
* #BCG "BCG Vaccine"
|
* #BCG "BCG Vaccine"
|
||||||
@@ -1,9 +1,11 @@
|
|||||||
CodeSystem: BDImmunizationRouteCodeSystem
|
CodeSystem: BDImmunizationRouteCS
|
||||||
Id: bd-immunization-route
|
Id: bd-immunization-route
|
||||||
Title: "Bangladesh Immunization Route Code System"
|
Title: "Bangladesh Immunization Route Code System"
|
||||||
Description: "Codes for routes of vaccine administration in Bangladesh."
|
Description: "Codes for routes of vaccine administration in Bangladesh."
|
||||||
* ^url = "https://fhir.dghs.gov.bd/core/CodeSystem/bd-immunization-route"
|
* ^url = "https://fhir.dghs.gov.bd/core/CodeSystem/bd-immunization-route"
|
||||||
* ^status = #active
|
* ^status = #active
|
||||||
|
* ^caseSensitive = true
|
||||||
|
* ^experimental = false
|
||||||
* ^content = #complete
|
* ^content = #complete
|
||||||
|
|
||||||
* #IM "Intramuscular"
|
* #IM "Intramuscular"
|
||||||
@@ -1,32 +0,0 @@
|
|||||||
|
|
||||||
Profile: BDEncounterProfile
|
|
||||||
Id: bd-encounter
|
|
||||||
Parent: Encounter
|
|
||||||
Title: "Encounter Profile for Bangladesh"
|
|
||||||
Description: "Profile of Encounter Bangladesh Standard"
|
|
||||||
|
|
||||||
* identifier 1..*
|
|
||||||
|
|
||||||
* status 1..1 MS
|
|
||||||
* status from BDEncounterStatusSubsetVS
|
|
||||||
|
|
||||||
* class 1..1 MS
|
|
||||||
* class from BDEncounterClassSubsetVS
|
|
||||||
|
|
||||||
* subject 1..1 MS
|
|
||||||
//* subject from https://fhir.dghs.gov.bd/core/StructureDefinition/bd-patient
|
|
||||||
|
|
||||||
* basedOn 0..1 MS
|
|
||||||
|
|
||||||
* partOf 0..1 MS
|
|
||||||
|
|
||||||
* serviceProvider 1..1 MS
|
|
||||||
|
|
||||||
* participant 1..* MS
|
|
||||||
* participant.period 1..1 MS
|
|
||||||
|
|
||||||
* diagnosis 0..* MS
|
|
||||||
|
|
||||||
//* admission 0..* MS
|
|
||||||
//* admission.dischargeDisposition 0..1 MS
|
|
||||||
//* encounter.admission.dischargeDisposition 0..1
|
|
||||||
@@ -7,4 +7,4 @@ Context: Patient
|
|||||||
|
|
||||||
// Religion using standard HL7 extension
|
// Religion using standard HL7 extension
|
||||||
* extension contains http://hl7.org/fhir/StructureDefinition/language named language 1..1
|
* extension contains http://hl7.org/fhir/StructureDefinition/language named language 1..1
|
||||||
* extension[language].valueCode from LanguageValueSet
|
* extension[language].valueCode from BDLanguageVS
|
||||||
@@ -1,4 +1,13 @@
|
|||||||
Extension: Nationality
|
Extension: Nationality
|
||||||
Id: nationality
|
Id: nationality
|
||||||
Title: "patient Nationality"
|
Title: "Patient Nationality"
|
||||||
Description: "Nationality"
|
Description: "Nationality of the patient based on Bangladesh country list."
|
||||||
|
* ^url = "https://fhir.dghs.gov.bd/core/StructureDefinition/nationality"
|
||||||
|
|
||||||
|
// Define where this extension can be used
|
||||||
|
* ^context[0].type = #element
|
||||||
|
* ^context[0].expression = "Patient"
|
||||||
|
|
||||||
|
// Only one value, bound to your ValueSet
|
||||||
|
* value[x] only CodeableConcept
|
||||||
|
* valueCodeableConcept from https://fhir.dghs.gov.bd/core/ValueSet/bd-country-list-valueset (required)
|
||||||
@@ -7,5 +7,5 @@ Context: Patient
|
|||||||
|
|
||||||
// occupation using standard HL7 extension
|
// occupation using standard HL7 extension
|
||||||
* value[x] only string
|
* value[x] only string
|
||||||
* value[x] from https://fhir.dghs.gov.bd/core/ValueSet/bd-occupations (required)
|
* value[x] from https://fhir.dghs.gov.bd/core/ValueSet/bd-occupations-valueset (required)
|
||||||
|
|
||||||
|
|||||||
37
input/fsh/profile/BDEncounter.fsh
Normal file
37
input/fsh/profile/BDEncounter.fsh
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
|
||||||
|
Profile: BDEncounterProfile
|
||||||
|
Id: bd-encounter
|
||||||
|
Parent: Encounter
|
||||||
|
Title: "Encounter Profile for Bangladesh"
|
||||||
|
Description: "Profile of Encounter Bangladesh Standard"
|
||||||
|
|
||||||
|
* identifier 1..*
|
||||||
|
|
||||||
|
* status 1..1
|
||||||
|
* status from BDEncounterStatusSubsetVS
|
||||||
|
* status ^short = "Encounter status in BD"
|
||||||
|
* status ^definition = "Status of patient encounter (planned, in-progress, finished, cancelled)"
|
||||||
|
|
||||||
|
* class 1..1
|
||||||
|
* class from BDEncounterClassSubsetVS
|
||||||
|
|
||||||
|
* subject 1..1
|
||||||
|
//* subject from https://fhir.dghs.gov.bd/core/StructureDefinition/bd-patient
|
||||||
|
|
||||||
|
* basedOn 0..1 MS
|
||||||
|
//* basedOn only Reference (CarePlan or DeviceRequest or MedicationRequest or ServiceRequest)
|
||||||
|
|
||||||
|
* partOf 0..1 MS
|
||||||
|
|
||||||
|
* serviceProvider 1..1
|
||||||
|
|
||||||
|
* participant 1..*
|
||||||
|
* participant.period 1..1
|
||||||
|
|
||||||
|
* diagnosis 0..* MS
|
||||||
|
* diagnosis.condition only Reference(BDConditionProfile)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
* hospitalization.dischargeDisposition 0..1 MS
|
||||||
@@ -1,5 +1,3 @@
|
|||||||
|
|
||||||
|
|
||||||
// @Name: Profile
|
// @Name: Profile
|
||||||
// @Description: Immunization Profile of the Bangladeshi Patient.
|
// @Description: Immunization Profile of the Bangladeshi Patient.
|
||||||
Profile: BDImmunizationProfile
|
Profile: BDImmunizationProfile
|
||||||
@@ -13,20 +11,19 @@ Description: "Bangladesh Immunization Profile"
|
|||||||
* identifier 1..*
|
* identifier 1..*
|
||||||
* identifier ^short = "Unique identifier"
|
* identifier ^short = "Unique identifier"
|
||||||
* identifier ^definition = "Unique identifier for the vaccination event"
|
* identifier ^definition = "Unique identifier for the vaccination event"
|
||||||
* ^url = "https://fhir.dghs.gov.bd/core/identifier/bd-immunization"
|
|
||||||
|
|
||||||
* reasonReference 0..*
|
* reasonReference 0..*
|
||||||
* reasonReference only Reference(Condition or Observation or DiagnosticReport)
|
* reasonReference only Reference(Condition or Observation or DiagnosticReport)
|
||||||
|
|
||||||
* vaccineCode 1..1
|
* vaccineCode 1..1
|
||||||
* vaccineCode from BDVaccineValueSet (required)
|
* vaccineCode from BDVaccineVS (required)
|
||||||
|
|
||||||
//* ^url = "https://fhir.dghs.gov.bd/core/StructureDefinition/bd-medication"
|
//* ^url = "https://fhir.dghs.gov.bd/core/StructureDefinition/bd-medication"
|
||||||
|
|
||||||
* manufacturer 0..1
|
* manufacturer 0..1
|
||||||
* manufacturer ^short = "Manufacturer"
|
* manufacturer ^short = "Manufacturer"
|
||||||
* manufacturer ^definition = "Vaccine manufacturer"
|
* manufacturer ^definition = "Vaccine manufacturer"
|
||||||
* ^url = "https://fhir.dghs.gov.bd/core/StructureDefinition/bd-organization"
|
* manufacturer only Reference(BDOrganization)
|
||||||
|
|
||||||
* lotNumber 0..1
|
* lotNumber 0..1
|
||||||
* lotNumber ^short = "Vaccine Lot Number"
|
* lotNumber ^short = "Vaccine Lot Number"
|
||||||
@@ -48,15 +45,15 @@ Description: "Bangladesh Immunization Profile"
|
|||||||
|
|
||||||
* location 0..1
|
* location 0..1
|
||||||
* location ^definition = "Location where vaccine was administered"
|
* location ^definition = "Location where vaccine was administered"
|
||||||
//* location only Reference(Location)
|
* location only Reference(BDLocation)
|
||||||
|
|
||||||
* site 0..1
|
* site 0..1
|
||||||
* site ^definition = "Body site of administration"
|
* site ^definition = "Body site of administration"
|
||||||
* site from BDImmunizationSiteValueSet
|
* site from BDImmunizationSiteVS
|
||||||
|
|
||||||
* route 0..1
|
* route 0..1
|
||||||
* route ^definition = "Route of administration"
|
* route ^definition = "Route of administration"
|
||||||
* route from BDImmunizationRouteValueSet
|
* route from BDImmunizationRouteVS
|
||||||
|
|
||||||
* doseQuantity 0..1
|
* doseQuantity 0..1
|
||||||
* doseQuantity ^definition = "Amount of vaccine administered"
|
* doseQuantity ^definition = "Amount of vaccine administered"
|
||||||
@@ -68,4 +65,7 @@ Description: "Bangladesh Immunization Profile"
|
|||||||
|
|
||||||
* reaction 0..*
|
* reaction 0..*
|
||||||
* reaction ^definition = "Adverse reaction following immunization"
|
* reaction ^definition = "Adverse reaction following immunization"
|
||||||
|
//TODO: change to BDObservation after creating the profile
|
||||||
* reaction.detail only Reference(Observation)
|
* reaction.detail only Reference(Observation)
|
||||||
|
//TODO change to BDObservation after creating the profile
|
||||||
|
* reasonReference only Reference(Condition or Observation or DiagnosticReport)
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
Profile: Location
|
Profile: BDLocation
|
||||||
Id: bd-location
|
Id: bd-location
|
||||||
Parent: Location
|
Parent: Location
|
||||||
Title: "Location of Immunization for Bangladesh"
|
Title: "Location of Immunization for Bangladesh"
|
||||||
Description: "Address for Bangladesh Standard"
|
Description: "Address for Bangladesh Standard"
|
||||||
|
|
||||||
* address 1..1
|
* address 1..1
|
||||||
* address only Reference(BDAddress)
|
* address only BDAddress
|
||||||
@@ -7,17 +7,18 @@ Parent: MedicationRequest
|
|||||||
Title: "Medication Request Profile for Bangladesh-V2"
|
Title: "Medication Request Profile for Bangladesh-V2"
|
||||||
Description: "Profile of MedicationRequest Bangladesh Standard V2"
|
Description: "Profile of MedicationRequest Bangladesh Standard V2"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
* identifier 1..*
|
* identifier 1..*
|
||||||
* medication[x] 1..1 MS
|
* medication[x] 1..1 MS
|
||||||
* medication[x] only Reference(BDMedication) or CodeableConcept
|
* medication[x] only Reference(BDMedication) or CodeableConcept
|
||||||
* subject only Reference(BDPatientProfile)
|
* subject only Reference(BDPatientProfile)
|
||||||
|
|
||||||
// TODO: BDEncounter referencing
|
* encounter 0..1 MS
|
||||||
|
* encounter only Reference(BDEncounterProfile)
|
||||||
|
* encounter ^definition = "The encounter during which this prescription was created."
|
||||||
* authoredOn 1..1
|
* authoredOn 1..1
|
||||||
* requester 1..1
|
* requester 1..1
|
||||||
* reported[x] 1..1
|
|
||||||
|
|
||||||
* requester only Reference(BDPractitioner)
|
* reportedReference only Reference(BDPractitioner or BDOrganization or BDPatientProfile)
|
||||||
* reported[x] only Reference(BDOrganization)
|
* requester only Reference(BDPractitioner or BDOrganization)
|
||||||
|
* priorPrescription only Reference(BDMedicationRequest)
|
||||||
|
* basedOn only Reference(BDMedicationRequest or ServiceRequest or CarePlan or ImmunizationRecommendation)
|
||||||
@@ -7,5 +7,4 @@ Parent: Organization
|
|||||||
Title: "Organization for Bangladesh"
|
Title: "Organization for Bangladesh"
|
||||||
Description: "Organization for Bangladesh Standard"
|
Description: "Organization for Bangladesh Standard"
|
||||||
|
|
||||||
|
|
||||||
* identifier 1..* MS
|
* identifier 1..* MS
|
||||||
@@ -1,42 +1,39 @@
|
|||||||
|
Alias: $translation = http://hl7.org/fhir/StructureDefinition/translation
|
||||||
// @Name: Profile
|
// @Name: Profile
|
||||||
// @Description: Example of a profile of the Patient resource. This example includes a few of the most commonly used constraints and documentation features of FHIR profiles.
|
// @Description: Example of a profile of the Patient resource. This example includes a few of the most commonly used constraints and documentation features of FHIR profiles.
|
||||||
Profile: BDPatientProfile
|
Profile: BDPatientProfile
|
||||||
Id: bd-patient
|
Id: bd-patient
|
||||||
Parent: Patient
|
Parent: Patient
|
||||||
Title: "Patient Profile for Bangladesh-V2"
|
Title: "Patient Profile for Bangladesh"
|
||||||
Description: "Profile of Patient Bangladesh Standard V2"
|
Description: """
|
||||||
|
Patient profile for Bangladesh.
|
||||||
|
- Identifiers: NID, BRN, UHID
|
||||||
|
- Name must be provided in both Bangla and English.
|
||||||
|
- SHALL have at least one RelatedPerson with relationship = father or mother, and that RelatedPerson SHALL include both a name and an identifier.
|
||||||
|
"""
|
||||||
|
|
||||||
// ----- Begin rules:
|
// ----- Begin rules:
|
||||||
|
// Require exactly one HumanName
|
||||||
|
* name 1..1 MS
|
||||||
|
* name.use 1..1
|
||||||
|
* name.use = #official (exactly)
|
||||||
|
|
||||||
// Require two names total
|
// Require a text element
|
||||||
* name 2..*
|
* name.text 1..1 MS
|
||||||
|
|
||||||
// Declare slicing on name by use
|
// Require translation extensions on text
|
||||||
* name ^slicing.discriminator.type = #value
|
* name.text.extension 2..* MS
|
||||||
* name ^slicing.discriminator.path = "use"
|
* name.text.extension contains
|
||||||
* name ^slicing.rules = #open
|
$translation named nameEn 1..1 MS and
|
||||||
* name ^slicing.ordered = false
|
$translation named nameBn 1..1 MS
|
||||||
* name ^slicing.description = "Slice name by use (official for English, usual for Bangla)"
|
|
||||||
|
|
||||||
// Define slices
|
// Constraints on English name
|
||||||
* name contains
|
* name.text.extension[nameEn].extension[lang].valueCode = #en (exactly)
|
||||||
nameEnglish 1..1 MS and
|
* name.text.extension[nameEn].extension[content] 1..1 MS
|
||||||
nameBangla 1..1 MS
|
|
||||||
|
|
||||||
// English (official)
|
|
||||||
* name[nameEnglish].use = #official
|
|
||||||
* name[nameEnglish].given 0..*
|
|
||||||
* name[nameEnglish].family 0..1
|
|
||||||
* name[nameEnglish] ^short = "Legal name (English/Romanized)"
|
|
||||||
* name[nameEnglish] ^definition = "Official name as registered in government documents."
|
|
||||||
|
|
||||||
// Bangla (usual)
|
|
||||||
* name[nameBangla].use = #usual
|
|
||||||
* name[nameBangla].given 0..*
|
|
||||||
* name[nameBangla].family 0..1
|
|
||||||
* name[nameBangla] ^short = "নাম (বাংলা)"
|
|
||||||
* name[nameBangla] ^definition = "Patient's name written in Bengali script."
|
|
||||||
|
|
||||||
|
// Constraints on Bangla name
|
||||||
|
* name.text.extension[nameBn].extension[lang].valueCode = #bn (exactly)
|
||||||
|
* name.text.extension[nameBn].extension[content] 1..1 MS
|
||||||
|
|
||||||
//////////////////////
|
//////////////////////
|
||||||
|
|
||||||
@@ -49,12 +46,12 @@ Description: "Profile of Patient Bangladesh Standard V2"
|
|||||||
* identifier contains
|
* identifier contains
|
||||||
NID 0..1 and
|
NID 0..1 and
|
||||||
BRN 0..1 and
|
BRN 0..1 and
|
||||||
UID 0..1
|
UHID 0..1
|
||||||
|
|
||||||
* identifier[NID].system = "http://dghs.gov.bd/identifier/nid"
|
* identifier[NID].system = "http://dghs.gov.bd/identifier/nid"
|
||||||
* identifier[NID].type.coding.code = #NID
|
* identifier[NID].type.coding.code = #NID
|
||||||
// * identifier[NID].type.coding.system = "http://terminology.hl7.org/CodeSystem/v2-0203"
|
// * identifier[NID].type.coding.system = "http://terminology.hl7.org/CodeSystem/v2-0203"
|
||||||
* identifier[NID].type.coding.system = "https://fhir.dghs.gov.bd/core/ValueSet/bd-identifier-type"
|
* identifier[NID].type.coding.system = "https://fhir.dghs.gov.bd/core/ValueSet/bd-identifier-type-valueset"
|
||||||
* identifier[NID].type from BangladeshIdentifierTypeVS (extensible)
|
* identifier[NID].type from BangladeshIdentifierTypeVS (extensible)
|
||||||
* identifier[NID].type.text = "Organization identifier"
|
* identifier[NID].type.text = "Organization identifier"
|
||||||
// * identifier[NID].value = "Personal identifier National ID"
|
// * identifier[NID].value = "Personal identifier National ID"
|
||||||
@@ -64,18 +61,17 @@ Description: "Profile of Patient Bangladesh Standard V2"
|
|||||||
|
|
||||||
* identifier[BRN].system = "http://dghs.gov.bd/identifier/brn"
|
* identifier[BRN].system = "http://dghs.gov.bd/identifier/brn"
|
||||||
* identifier[BRN].type.coding.code = #BRN
|
* identifier[BRN].type.coding.code = #BRN
|
||||||
* identifier[BRN].type.coding.system = "https://fhir.dghs.gov.bd/core/ValueSet/bd-identifier-type"
|
* identifier[BRN].type.coding.system = "https://fhir.dghs.gov.bd/core/ValueSet/bd-identifier-type-valueset"
|
||||||
* identifier[BRN].type from BangladeshIdentifierTypeVS (extensible)
|
* identifier[BRN].type from BangladeshIdentifierTypeVS (extensible)
|
||||||
* identifier[BRN].type.text = "Organization identifier"
|
* identifier[BRN].type.text = "Organization identifier"
|
||||||
// * identifier[BRN].value = "Personal identifier Birth Registration"
|
// * identifier[BRN].value = "Personal identifier Birth Registration"
|
||||||
|
|
||||||
|
|
||||||
* identifier[UID].system = "http://dghs.gov.bd/identifier/uid"
|
* identifier[UHID].system = "http://dghs.gov.bd/identifier/uhid"
|
||||||
* identifier[UID].type.coding.code = #UID
|
* identifier[UHID].type.coding.code = #UHID
|
||||||
* identifier[UID].type.coding.system = "https://fhir.dghs.gov.bd/core/ValueSet/bd-identifier-type"
|
* identifier[UHID].type.coding.system = "https://fhir.dghs.gov.bd/core/ValueSet/bd-identifier-type-valueset"
|
||||||
* identifier[UID].type from BangladeshIdentifierTypeVS (extensible)
|
* identifier[UHID].type from BangladeshIdentifierTypeVS (extensible)
|
||||||
* identifier[UID].type.text = "Organization identifier"
|
* identifier[UHID].type.text = "Organization identifier"
|
||||||
// * identifier[UID].value = "Personal identifier"
|
|
||||||
|
|
||||||
|
|
||||||
// Mark elements as MustSupport
|
// Mark elements as MustSupport
|
||||||
@@ -100,22 +96,7 @@ Description: "Profile of Patient Bangladesh Standard V2"
|
|||||||
|
|
||||||
// Religion using standard HL7 extension
|
// Religion using standard HL7 extension
|
||||||
* extension contains http://hl7.org/fhir/StructureDefinition/patient-religion named religion 0..1
|
* extension contains http://hl7.org/fhir/StructureDefinition/patient-religion named religion 0..1
|
||||||
* extension[religion].valueCodeableConcept from https://fhir.dghs.gov.bd/core/ValueSet/bd-religions
|
* extension[religion].valueCodeableConcept from https://fhir.dghs.gov.bd/core/ValueSet/bd-religions-valueset
|
||||||
|
|
||||||
* address 1..* MS
|
* address 1..* MS
|
||||||
* address only BDAddress
|
* address only BDAddress
|
||||||
|
|
||||||
* name only BDHumanName
|
|
||||||
|
|
||||||
Profile: BDHumanName
|
|
||||||
Id: bd-human-name
|
|
||||||
Parent: HumanName
|
|
||||||
Title: "BD Human Name"
|
|
||||||
Description: "Profile to represent human names in Bangladesh"
|
|
||||||
|
|
||||||
* extension contains http://hl7.org/fhir/StructureDefinition/language named language
|
|
||||||
0..1
|
|
||||||
* extension[language].valueCode from http://hl7.org/fhir/ValueSet/languages (preferred)
|
|
||||||
|
|
||||||
* extension contains Occupation named occupation 0..1
|
|
||||||
* extension contains nationality named nationality 1..1
|
|
||||||
@@ -7,5 +7,4 @@ Parent: Practitioner
|
|||||||
Title: "Practitioner for Bangladesh"
|
Title: "Practitioner for Bangladesh"
|
||||||
Description: "Practitioner for Bangladesh Standard"
|
Description: "Practitioner for Bangladesh Standard"
|
||||||
|
|
||||||
|
|
||||||
* identifier 1..* MS
|
* identifier 1..* MS
|
||||||
6
input/fsh/valueSets/BDConditionICD11VS.fsh
Normal file
6
input/fsh/valueSets/BDConditionICD11VS.fsh
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
ValueSet: BDConditionICD11VS
|
||||||
|
Id: bd-condition-icd11-valueset
|
||||||
|
Title: "Bangladesh ICD-11 MMS ValueSet"
|
||||||
|
Description: "ValueSet that includes the ICD-11 MMS CodeSystem for Condition.code"
|
||||||
|
* ^url = "https://fhir.dghs.gov.bd/core/ValueSet/bd-condition-icd11-valueset"
|
||||||
|
* include codes from system http://id.who.int/icd/release/11/mms
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
// ---------- ValueSet ----------
|
// ---------- ValueSet ----------
|
||||||
ValueSet: BDEncounterClassSubsetVS
|
ValueSet: BDEncounterClassSubsetVS
|
||||||
Id: bd-encounter-class-subset-vs
|
Id: bd-encounter-class-subset
|
||||||
Title: "BD Encounter Class Subset"
|
Title: "BD Encounter Class Subset"
|
||||||
Description: "Subset of EncounterClass limited to inpatient, ambulatory, and emergency."
|
Description: "Subset of EncounterClass limited to inpatient, ambulatory, and emergency."
|
||||||
* ^url = "https://fhir.dghs.gov.bd/core/ValueSet/bd-encounter-class-subset"
|
* ^url = "https://fhir.dghs.gov.bd/core/ValueSet/bd-encounter-class-subset"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// ---------- ValueSet ----------
|
// ---------- ValueSet ----------
|
||||||
ValueSet: BDEncounterStatusSubsetVS
|
ValueSet: BDEncounterStatusSubsetVS
|
||||||
Id: bd-encounter-status-subset-vs
|
Id: bd-encounter-status-subset
|
||||||
Title: "BD Encounter Status Subset"
|
Title: "BD Encounter Status Subset"
|
||||||
Description: "Subset of EncounterStatus limited to planned, in-progress, finished, and cancelled."
|
Description: "Subset of EncounterStatus limited to planned, in-progress, finished, and cancelled."
|
||||||
* ^url = "https://fhir.dghs.gov.bd/core/ValueSet/bd-encounter-status-subset"
|
* ^url = "https://fhir.dghs.gov.bd/core/ValueSet/bd-encounter-status-subset"
|
||||||
|
|||||||
@@ -4,4 +4,4 @@ Title: "Bangladesh Immunization Reaction Value Set"
|
|||||||
Description: "Allowed vaccine reactions for immunization in Bangladesh."
|
Description: "Allowed vaccine reactions for immunization in Bangladesh."
|
||||||
* ^url = "https://fhir.dghs.gov.bd/core/ValueSet/bd-immunization-reaction-valueset"
|
* ^url = "https://fhir.dghs.gov.bd/core/ValueSet/bd-immunization-reaction-valueset"
|
||||||
* ^status = #active
|
* ^status = #active
|
||||||
* include codes from system BDImmunizationReactionCodeSystem
|
* include codes from system BDImmunizationReactionCS
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
ValueSet: BDImmunizationRouteValueSet
|
ValueSet: BDImmunizationRouteVS
|
||||||
Id: bd-immunization-route-valueset
|
Id: bd-immunization-route-valueset
|
||||||
Title: "Bangladesh Immunization Route Value Set"
|
Title: "Bangladesh Immunization Route Value Set"
|
||||||
Description: "Allowed administration routes for vaccines in Bangladesh."
|
Description: "Allowed administration routes for vaccines in Bangladesh."
|
||||||
* ^url = "https://fhir.dghs.gov.bd/core/ValueSet/bd-immunization-route-valueset"
|
* ^url = "https://fhir.dghs.gov.bd/core/ValueSet/bd-immunization-route-valueset"
|
||||||
* ^status = #active
|
* ^status = #active
|
||||||
* include codes from system BDImmunizationRouteCodeSystem
|
* include codes from system BDImmunizationRouteCS
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
ValueSet: BDImmunizationSiteValueSet
|
ValueSet: BDImmunizationSiteVS
|
||||||
Id: bd-immunization-site-valueset
|
Id: bd-immunization-site-valueset
|
||||||
Title: "Bangladesh Immunization Site Value Set"
|
Title: "Bangladesh Immunization Site Value Set"
|
||||||
Description: "Allowed administration sites for vaccines in Bangladesh."
|
Description: "Allowed administration sites for vaccines in Bangladesh."
|
||||||
* ^url = "https://fhir.dghs.gov.bd/core/ValueSet/bd-immunization-site-valueset"
|
* ^url = "https://fhir.dghs.gov.bd/core/ValueSet/bd-immunization-site-valueset"
|
||||||
* ^status = #active
|
* ^status = #active
|
||||||
* include codes from system BDImmunizationSiteCodeSystem
|
* include codes from system BDImmunizationSiteCS
|
||||||
|
|
||||||
8
input/fsh/valueSets/BDLanguage.fsh
Normal file
8
input/fsh/valueSets/BDLanguage.fsh
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
ValueSet: BDLanguageVS
|
||||||
|
Id: bd-language-valueset
|
||||||
|
Title: "Allowed Languages"
|
||||||
|
Description: "Only English and Bengali are allowed"
|
||||||
|
* urn:ietf:bcp:47#en "English"
|
||||||
|
* urn:ietf:bcp:47#bn "Bengali"
|
||||||
|
|
||||||
|
* ^url = "https://fhir.dghs.gov.bd/core/ValueSet/bd-language-valueset"
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
ValueSet: BDVaccineValueSet
|
ValueSet: BDVaccineVS
|
||||||
Id: bd-vaccine-valueset
|
Id: bd-vaccine-valueset
|
||||||
Title: "Bangladesh Vaccine Value Set"
|
Title: "Bangladesh Vaccine Value Set"
|
||||||
Description: "Allowed vaccines for immunization in Bangladesh."
|
Description: "Allowed vaccines for immunization in Bangladesh."
|
||||||
* ^url = "https://fhir.dghs.gov.bd/core/ValueSet/bd-vaccine-valueset"
|
* ^url = "https://fhir.dghs.gov.bd/core/ValueSet/bd-vaccine-valueset"
|
||||||
* ^status = #active
|
* ^status = #active
|
||||||
* include codes from system BDVaccineCodeSystem
|
* include codes from system BDVaccineCS
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
ValueSet: LanguageValueSet
|
|
||||||
Id: language-valueset
|
|
||||||
Title: "Allowed Languages"
|
|
||||||
Description: "Only English and Bengali are allowed"
|
|
||||||
* http://hl7.org/fhir/ValueSet/languages#en "English"
|
|
||||||
* http://hl7.org/fhir/ValueSet/languages#bn "Bengali"
|
|
||||||
@@ -1,115 +0,0 @@
|
|||||||
|
|
||||||
Profile: BDPatientProfile
|
|
||||||
|
|
||||||
Id: bd-patient
|
|
||||||
Parent: Patient
|
|
||||||
Title: "Bangladesh Patient Profile"
|
|
||||||
Description: "All patient information of BD"
|
|
||||||
|
|
||||||
// ^ url = https://fhir.dghs.gov.bd/core/StructureDefinition/bd-patient
|
|
||||||
|
|
||||||
* identifier 1..*
|
|
||||||
|
|
||||||
* identifier ^slicing.discriminator.type = #value
|
|
||||||
* identifier ^slicing.discriminator.path = "system"
|
|
||||||
* identifier ^slicing.rules = #open
|
|
||||||
* identifier ^slicing.description = "Identifier"
|
|
||||||
* identifier ^slicing.ordered = false
|
|
||||||
|
|
||||||
// nid, brn, uhid, passport, dl, tin
|
|
||||||
// * identifier contains nid 0..1 and brn 0..1 and uhid 0..1 and passport 0..1 and dl 0..1 and tin 0..1
|
|
||||||
|
|
||||||
// * name 2..2
|
|
||||||
|
|
||||||
// * name ^slicing.discriminator.type = #value
|
|
||||||
// * name ^slicing.discriminator.path = ""
|
|
||||||
// * name ^slicing.rules = #open
|
|
||||||
// * name ^slicing.description = "Patient names (Bangla and English required) "
|
|
||||||
// * name ^slicing.ordered = false
|
|
||||||
|
|
||||||
// * name contains
|
|
||||||
// bangla 1..1 and
|
|
||||||
// english 1..1
|
|
||||||
|
|
||||||
// * name[bangla].text = "Full name in Bangla"
|
|
||||||
// //* name[bangla].language = "BN"
|
|
||||||
|
|
||||||
// * name[english].text 1..1
|
|
||||||
|
|
||||||
* name 1..1
|
|
||||||
* name.text 1..1
|
|
||||||
|
|
||||||
* birthDate 1..1
|
|
||||||
//* birthplace 1..1
|
|
||||||
|
|
||||||
* gender 1..1
|
|
||||||
* gender from http://hl7.org/fhir/ValueSet/administrative-gender
|
|
||||||
|
|
||||||
* telecom 0..* MS
|
|
||||||
* telecom.system 1..1
|
|
||||||
* telecom.system from http://hl7.org/fhir/ValueSet/contact-point-system (required)
|
|
||||||
* telecom.value 1..1
|
|
||||||
* telecom.use 0..1
|
|
||||||
* telecom.use from http://hl7.org/fhir/ValueSet/contact-point-use (required)
|
|
||||||
|
|
||||||
* extension contains http://hl7.org/fhir/StructureDefinition/patient-nationality named PatientNationality 1..1
|
|
||||||
|
|
||||||
|
|
||||||
* link 2..*
|
|
||||||
* link ^slicing.discriminator.type = #value
|
|
||||||
* link ^slicing.discriminator.path = "system"
|
|
||||||
* link ^slicing.rules = #open
|
|
||||||
* link ^slicing.description = ""
|
|
||||||
* link ^slicing.ordered = false
|
|
||||||
|
|
||||||
* link contains
|
|
||||||
father 1..1 and
|
|
||||||
mother 1..1
|
|
||||||
|
|
||||||
// * link[father].other.reference 1..1
|
|
||||||
|
|
||||||
|
|
||||||
// * link[father].other.identifier 0..1
|
|
||||||
// definition of identifier
|
|
||||||
|
|
||||||
// TODO
|
|
||||||
// * link[father].other.identifier from BdIdentifierTypeVS (required)
|
|
||||||
|
|
||||||
// * link[father].other.relationship 1..1
|
|
||||||
// definition of relationship
|
|
||||||
|
|
||||||
// * link[mother].other only Reference(RelatedPerson)
|
|
||||||
// * link[mother].other.reference 1..1
|
|
||||||
|
|
||||||
// * link[mother].other.identifier 0..1
|
|
||||||
// TODO
|
|
||||||
// * link[mother].other.identifier from BdIdentifierTypeVS (required)
|
|
||||||
|
|
||||||
Profile: RelatedPersonMother
|
|
||||||
Id: relatedperson-mother
|
|
||||||
Parent: RelatedPerson
|
|
||||||
Title: "RelatedPerson Mother Profile"
|
|
||||||
Description: "Profile for RelatedPerson representing the mother"
|
|
||||||
* relationship.coding.code = #MTH
|
|
||||||
* identifier 1..1
|
|
||||||
|
|
||||||
// TODO
|
|
||||||
// * identifier includes codes from system BdIdentifierTypeVs# (required)
|
|
||||||
// * identifier from BdIdentifierTypeVs# (required)
|
|
||||||
|
|
||||||
|
|
||||||
Profile: RelatedPersonFather
|
|
||||||
Id: relatedperson-father
|
|
||||||
Parent: RelatedPerson
|
|
||||||
Title: "RelatedPerson Father Profile"
|
|
||||||
Description: "Profile for RelatedPerson representing the father"
|
|
||||||
* relationship.coding.code = #FTH
|
|
||||||
* identifier 1..1
|
|
||||||
|
|
||||||
// TODO
|
|
||||||
// * includes codes from system BdIdentifierTypeVs# (required)
|
|
||||||
|
|
||||||
|
|
||||||
//Address
|
|
||||||
* address 1..* MS
|
|
||||||
* address only BDAddress
|
|
||||||
@@ -1,48 +0,0 @@
|
|||||||
{
|
|
||||||
"resourceType" : "Bundle",
|
|
||||||
"id" : "h1",
|
|
||||||
"type" : "collection",
|
|
||||||
"entry" : [
|
|
||||||
{
|
|
||||||
"fullUrl" : "http://somewhere.org/fhir/uv/myig/Provenance/h1-1",
|
|
||||||
"resource" : {
|
|
||||||
"resourceType" : "Provenance",
|
|
||||||
"id" : "h1-1",
|
|
||||||
"target" : [ { "reference" : "StructureDefinition/myObservation" } ],
|
|
||||||
"occurredDateTime" : "2015-11-30",
|
|
||||||
"recorded" : "2020-01-01T00:00:00.000Z",
|
|
||||||
"reason" : [
|
|
||||||
{
|
|
||||||
"text" : "Add \"conductible\" property to ActRelationshipType and ParticipationType codes.for ContextConduction RIM Change. And create Concept domain CodeSystem and ValueSet for ContextConductionStyle"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"activity" : {
|
|
||||||
"coding" : [{
|
|
||||||
"system" : "http://terminology.hl7.org/CodeSystem/v3-DataOperation",
|
|
||||||
"code" : "UPDATE"
|
|
||||||
}]
|
|
||||||
},
|
|
||||||
"agent" : [
|
|
||||||
{
|
|
||||||
"type" : {
|
|
||||||
"coding" : [{
|
|
||||||
"system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
|
|
||||||
"code" : "author"
|
|
||||||
}]
|
|
||||||
},
|
|
||||||
"who" : { "display" : "Rob Hausam" }
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type" : {
|
|
||||||
"coding" : [{
|
|
||||||
"system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
|
|
||||||
"code" : "verifier"
|
|
||||||
}]
|
|
||||||
},
|
|
||||||
"who" : { "display" : "Vocab" }
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 35 KiB |
BIN
input/images/bd-core-architecture.png
Normal file
BIN
input/images/bd-core-architecture.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 347 KiB |
@@ -1,20 +0,0 @@
|
|||||||
<StructureDefinition xmlns="http://hl7.org/fhir">
|
|
||||||
<id value="bd-patient"/>
|
|
||||||
<url value="https://fhir.dghs.gov.bd/core/StructureDefinition/bd-patient"/>
|
|
||||||
<name value="BDPatient"/>
|
|
||||||
<title value="Bangladesh Patient Profile"/>
|
|
||||||
<status value="draft"/>
|
|
||||||
<fhirVersion value="4.0.1"/>
|
|
||||||
<kind value="resource"/>
|
|
||||||
<abstract value="false"/>
|
|
||||||
<type value="Patient"/>
|
|
||||||
<baseDefinition value="http://hl7.org/fhir/StructureDefinition/Patient"/>
|
|
||||||
<derivation value="constraint"/>
|
|
||||||
<differential>
|
|
||||||
<!-- Example: constrain identifier system -->
|
|
||||||
<element id="Patient.identifier.system">
|
|
||||||
<path value="Patient.identifier.system"/>
|
|
||||||
<fixedUri value="https://fhir.dghs.gov.bd/core/identifier"/>
|
|
||||||
</element>
|
|
||||||
</differential>
|
|
||||||
</StructureDefinition>
|
|
||||||
@@ -38,4 +38,6 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
<li><a href="https://pdb.shrlive.dghs.gov.bd">SHR Dashboard</a></li>
|
||||||
|
<li><a href="https://en.info.shr.dghs.gov.bd">Learn More</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
@@ -1,2 +0,0 @@
|
|||||||
### Introduction
|
|
||||||
Introductory guidance on myExtension
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
### Notes
|
|
||||||
Usage notes on myExtension
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
<div xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../input-cache/schemas/R5/fhir-single.xsd">
|
|
||||||
<p>
|
|
||||||
Introductory guidance on the patient profile
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
<div xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../input-cache/schemas/R5/fhir-single.xsd">
|
|
||||||
<p>
|
|
||||||
Usage notes on the patient profile
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
@@ -1,10 +1,34 @@
|
|||||||
<div xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../input-cache/schemas/R5/fhir-single.xsd">
|
<div xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../input-cache/schemas/R5/fhir-single.xsd">
|
||||||
<h3>Heading 1</h3>
|
|
||||||
<p>
|
<p>
|
||||||
Some text
|
The Bangladesh Core FHIR Implementation Guide defines national base
|
||||||
|
profiles, code systems, and value sets to ensure interoperability across
|
||||||
|
digital health systems under DGHS and MoHFW.
|
||||||
</p>
|
</p>
|
||||||
<h3>Heading 2</h3>
|
|
||||||
|
<h3>Motivation</h3>
|
||||||
<p>
|
<p>
|
||||||
<img height="600" src="anImage.png" alt="A sample image"/>
|
Bangladesh has multiple health information systems developed over the
|
||||||
|
years, including DHIS2, multiple hospital automation systems, field automation systems, and HRIS. These systems use different data
|
||||||
|
standards, which makes interoperability difficult. This guide aligns
|
||||||
|
national systems with HL7® FHIR® R4 to ensure semantic consistency and
|
||||||
|
facilitate integration with global initiatives.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<h3>Scope</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Patient identity management (UHID, NID, BRN)</li>
|
||||||
|
<li>Health facility and organization registry</li>
|
||||||
|
<li>Immunization, laboratory, and condition profiles</li>
|
||||||
|
<li>Terminology services (ICD-11, SNOMED subsets, local CodeSystems)</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3>National Digital Health Architecture</h3>
|
||||||
|
<p>
|
||||||
|
The following diagram shows how FHIR-based services are integrated into
|
||||||
|
Bangladesh's national digital health architecture:
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
<img src="bd-core-architecture.png" alt="Bangladesh Digital Health Architecture" style="max-width:100%; height:auto"/>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -3,31 +3,24 @@
|
|||||||
<a name="intro"> </a>
|
<a name="intro"> </a>
|
||||||
<h3>Introduction</h3>
|
<h3>Introduction</h3>
|
||||||
<p>
|
<p>
|
||||||
What is this IG about (in patient/non-expert friendly terms).
|
The Bangladesh Core FHIR Implementation Guide (BD-Core-FHIR-IG) is part of the Bangladesh Digital Health Blueprint. It defines how health information should be exchanged across systems in Bangladesh in a safe, standardized, and interoperable way.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
By adopting international FHIR standards, this guide helps ensure that patient data can flow smoothly between hospitals, clinics, and national programs, while also enabling future cross-border health information exchange.
|
||||||
</p>
|
</p>
|
||||||
<a name="technical"> </a>
|
<a name="technical"> </a>
|
||||||
<h3>Technical Overview</h3>
|
<h3>Technical Overview</h3>
|
||||||
<p>
|
<p>
|
||||||
Additional detail/context setting for those who have significant background in the domain. (Try to make as understandable as you can, but
|
This guide provides national FHIR profiles, value sets, and terminology bindings that software developers and system implementers must use when designing digital health applications for Bangladesh. Using these standards ensures consistency, reduces duplication, and supports patient-centered care.
|
||||||
set important context).
|
|
||||||
</p>
|
</p>
|
||||||
<a name="walkthrough"> </a>
|
<a name="walkthrough"> </a>
|
||||||
<p>
|
<p>
|
||||||
The main sections of this IG are:
|
The main sections of this IG are:
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li><a href="background.html">Background</a> - Context and rationale for the IG</li>
|
||||||
<a href="background.html">Background</a> - provides business context for the implementation guide and information that implementers should be
|
<li><a href="spec.html">Detailed Specification</a> - Profiles, value sets, and conformance requirements</li>
|
||||||
familiar with before reading the remainder of the IG. There could be multiple pages for this.
|
<li><a href="fragments.html">Fragments</a> - Guidance about how to embed fragments in an IG</li>
|
||||||
</li>
|
<li><a href="downloads.html">Downloads</a> - Allows downloading a copy of this implementation guide and other useful information</li>
|
||||||
<li>
|
|
||||||
<a href="spec.html">Detailed Specification</a> - The actual stuff implementers are expected to do. (Could be multiple pages for this.)
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="fragments.html">Fragments</a> - Guidance about how to embed fragments in an IG
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="downloads.html">Downloads</a> - Allows downloading a copy of this implementation guide and other useful information
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
{
|
|
||||||
"resourceType" : "ActorDefinition",
|
|
||||||
"id" : "example",
|
|
||||||
"extension" : [{
|
|
||||||
"url" : "http://hl7.org/fhir/tools/StructureDefinition/ig-actor-example-url",
|
|
||||||
"valueUrl" : "http://somewhere.else.org/pas/server"
|
|
||||||
}],
|
|
||||||
"url" : "http://somewhere.org/fhir/uv/myig/ActorDefinition/example",
|
|
||||||
"name" : "ExampleServer",
|
|
||||||
"title" : "Example Server",
|
|
||||||
"status" : "active",
|
|
||||||
"date" : "2021-11-02T14:31:30.239Z",
|
|
||||||
"description" : "Client Actor",
|
|
||||||
"type" : "system"
|
|
||||||
}
|
|
||||||
File diff suppressed because one or more lines are too long
@@ -1,39 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<StructureDefinition xmlns="http://hl7.org/fhir">
|
|
||||||
<id value="bd-logical"/>
|
|
||||||
<extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-namespace">
|
|
||||||
<valueUri value="http://example.org/logical"/>
|
|
||||||
</extension>
|
|
||||||
<url value="https://fhir.dghs.gov.bd/core/StructureDefinition/bd-logical"/>
|
|
||||||
<name value="BDLogical"/>
|
|
||||||
<title value="Bangladesh Logical Model"/>
|
|
||||||
<status value="draft"/>
|
|
||||||
<description value="A profile showing the use of Logical Models to author profiles"/>
|
|
||||||
<fhirVersion value="4.0.0"/>
|
|
||||||
<kind value="logical"/>
|
|
||||||
<abstract value="false"/>
|
|
||||||
<type value="bd-logical"/>
|
|
||||||
<baseDefinition value="http://hl7.org/fhir/StructureDefinition/Element"/>
|
|
||||||
<derivation value="specialization"/>
|
|
||||||
<differential>
|
|
||||||
<element id="bd-logical">
|
|
||||||
<path value="bd-logical"/>
|
|
||||||
</element>
|
|
||||||
<element id="bd-logical.element1">
|
|
||||||
<path value="bd-logical.element1"/>
|
|
||||||
<min value="0"/>
|
|
||||||
<max value="1"/>
|
|
||||||
<type>
|
|
||||||
<code value="integer"/>
|
|
||||||
</type>
|
|
||||||
</element>
|
|
||||||
<element id="bd-logical.element2">
|
|
||||||
<path value="bd-logical.element2"/>
|
|
||||||
<min value="0"/>
|
|
||||||
<max value="1"/>
|
|
||||||
<type>
|
|
||||||
<code value="string"/>
|
|
||||||
</type>
|
|
||||||
</element>
|
|
||||||
</differential>
|
|
||||||
</StructureDefinition>
|
|
||||||
@@ -1,20 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<CodeSystem xmlns="http://hl7.org/fhir" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../input-cache/schemas/R4/fhir-single.xsd">
|
|
||||||
<id value="cs-fake"/>
|
|
||||||
<url value="http://somewhere.org/fhir/uv/myig/CodeSystem/cs-fake"/>
|
|
||||||
<name value="CodeSystemFake"/>
|
|
||||||
<title value="CodeSystem fake"/>
|
|
||||||
<status value="draft"/>
|
|
||||||
<experimental value="true"/>
|
|
||||||
<date value="2015-06-22"/>
|
|
||||||
<description value="A fake code system"/>
|
|
||||||
<caseSensitive value="true"/>
|
|
||||||
<content value="complete"/>
|
|
||||||
<concept>
|
|
||||||
<code value="01"/>
|
|
||||||
<display value="CS1"/>
|
|
||||||
<designation>
|
|
||||||
<value value="CS2"/>
|
|
||||||
</designation>
|
|
||||||
</concept>
|
|
||||||
</CodeSystem>
|
|
||||||
File diff suppressed because one or more lines are too long
@@ -1,20 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<Library xmlns="http://hl7.org/fhir" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../input-cache/schemas/R4/fhir-single.xsd">
|
|
||||||
<url value="https://fhir.dghs.gov.bd/core/Library/example-sql"/>
|
|
||||||
<version value="1.0.0"/>
|
|
||||||
<name value="ExampleLibrary"/>
|
|
||||||
<title value="Example Library"/>
|
|
||||||
<status value="draft"/>
|
|
||||||
<experimental value="true"/>
|
|
||||||
<type>
|
|
||||||
<coding>
|
|
||||||
<system value="http://terminology.hl7.org/CodeSystem/library-type"/>
|
|
||||||
<code value="asset-collection"/>
|
|
||||||
</coding>
|
|
||||||
</type>
|
|
||||||
<date value="2020-05-15T00:00:00.000+10:00"/>
|
|
||||||
<content>
|
|
||||||
<contentType value="text/x-sql"/>
|
|
||||||
<data value="U0VMRUNUIEN1c3RvbWVycy5DdXN0b21lck5hbWUsIE9yZGVycy5PcmRlcklEDQpGUk9NIEN1c3RvbWVycw0KTEVGVCBKT0lOIE9yZGVycw0KT04gQ3VzdG9tZXJzLkN1c3RvbWVySUQ9T3JkZXJzLkN1c3RvbWVySUQNCk9SREVSIEJZIEN1c3RvbWVycy5DdXN0b21lck5hbWU7DQo="/>
|
|
||||||
</content>
|
|
||||||
</Library>
|
|
||||||
@@ -1,396 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<StructureDefinition xmlns="http://hl7.org/fhir" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../input-cache/schemas/R4/fhir-single.xsd">
|
|
||||||
<id value="myObservation"/>
|
|
||||||
<url value="http://somewhere.org/fhir/uv/myig/StructureDefinition/myObservation"/>
|
|
||||||
<identifier>
|
|
||||||
<type>
|
|
||||||
<coding>
|
|
||||||
<system value="http://example.org/some-id-type-system"/>
|
|
||||||
<code value="foo"/>
|
|
||||||
</coding>
|
|
||||||
<text value="Some OID"/>
|
|
||||||
</type>
|
|
||||||
<value value="0.1.2.3.1"/>
|
|
||||||
</identifier>
|
|
||||||
<identifier>
|
|
||||||
<type>
|
|
||||||
<coding>
|
|
||||||
<system value="http://example.org/some-id-type-system"/>
|
|
||||||
<code value="foo"/>
|
|
||||||
</coding>
|
|
||||||
<coding>
|
|
||||||
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
|
|
||||||
<code value="AM"/>
|
|
||||||
<display value="American Express"/>
|
|
||||||
</coding>
|
|
||||||
</type>
|
|
||||||
<value value="0.1.2.3.2"/>
|
|
||||||
</identifier>
|
|
||||||
<identifier>
|
|
||||||
<type>
|
|
||||||
<coding>
|
|
||||||
<system value="http://example.org/some-id-type-system"/>
|
|
||||||
<code value="ACSN"/>
|
|
||||||
</coding>
|
|
||||||
</type>
|
|
||||||
<value value="0.1.2.3.3"/>
|
|
||||||
</identifier>
|
|
||||||
<identifier>
|
|
||||||
<type>
|
|
||||||
<coding>
|
|
||||||
<system value="http://example.org/some-id-type-system"/>
|
|
||||||
<code value="123"/>
|
|
||||||
</coding>
|
|
||||||
</type>
|
|
||||||
<value value="0.1.2.3.4"/>
|
|
||||||
</identifier>
|
|
||||||
<identifier>
|
|
||||||
<use value="official"/>
|
|
||||||
</identifier>
|
|
||||||
<identifier>
|
|
||||||
<value value="0.1.2.3.5"/>
|
|
||||||
</identifier>
|
|
||||||
<name value="MyObservation"/>
|
|
||||||
<title value="My Observation Profile"/>
|
|
||||||
<status value="draft"/>
|
|
||||||
<experimental value="true"/>
|
|
||||||
<publisher value="Publisher for this artifact"/>
|
|
||||||
<contact>
|
|
||||||
<telecom>
|
|
||||||
<!-- Contact for publisher of this artifact -->
|
|
||||||
<system value="url"/>
|
|
||||||
<value value="http://example.org/some-organization"/>
|
|
||||||
</telecom>
|
|
||||||
</contact>
|
|
||||||
<description value="A profile showing the use of XML to author profiles"/>
|
|
||||||
<useContext>
|
|
||||||
<code>
|
|
||||||
<system value="http://terminology.hl7.org/CodeSystem/usage-context-type"/>
|
|
||||||
<code value="gender"/>
|
|
||||||
<display value="Gender"/>
|
|
||||||
</code>
|
|
||||||
<valueCodeableConcept>
|
|
||||||
<coding>
|
|
||||||
<system value="http://hl7.org/fhir/administrative-gender"/>
|
|
||||||
<code value="female"/>
|
|
||||||
<display value="Female"/>
|
|
||||||
</coding>
|
|
||||||
</valueCodeableConcept>
|
|
||||||
</useContext>
|
|
||||||
<useContext>
|
|
||||||
<code>
|
|
||||||
<system value="http://terminology.hl7.org/CodeSystem/usage-context-type"/>
|
|
||||||
<code value="age"/>
|
|
||||||
<display value="Age Range"/>
|
|
||||||
</code>
|
|
||||||
<valueQuantity>
|
|
||||||
<value value="2"/>
|
|
||||||
<unit value="months"/>
|
|
||||||
<system value="http://unitsofmeasure.org"/>
|
|
||||||
<code value="mo"/>
|
|
||||||
</valueQuantity>
|
|
||||||
</useContext>
|
|
||||||
<useContext>
|
|
||||||
<code>
|
|
||||||
<system value="http://terminology.hl7.org/CodeSystem/usage-context-type"/>
|
|
||||||
<code value="age"/>
|
|
||||||
<display value="Age Range"/>
|
|
||||||
</code>
|
|
||||||
<valueQuantity>
|
|
||||||
<value value="3"/>
|
|
||||||
<system value="http://unitsofmeasure.org"/>
|
|
||||||
<code value="mo"/>
|
|
||||||
</valueQuantity>
|
|
||||||
</useContext>
|
|
||||||
<useContext>
|
|
||||||
<code>
|
|
||||||
<system value="http://terminology.hl7.org/CodeSystem/usage-context-type"/>
|
|
||||||
<code value="age"/>
|
|
||||||
<display value="Age Range"/>
|
|
||||||
</code>
|
|
||||||
<valueQuantity>
|
|
||||||
<value value="4"/>
|
|
||||||
</valueQuantity>
|
|
||||||
</useContext>
|
|
||||||
<useContext>
|
|
||||||
<code>
|
|
||||||
<system value="http://terminology.hl7.org/CodeSystem/usage-context-type"/>
|
|
||||||
<code value="age"/>
|
|
||||||
<display value="Age Range"/>
|
|
||||||
</code>
|
|
||||||
<valueRange>
|
|
||||||
<high>
|
|
||||||
<value value="1"/>
|
|
||||||
<unit value="months"/>
|
|
||||||
</high>
|
|
||||||
</valueRange>
|
|
||||||
</useContext>
|
|
||||||
<useContext>
|
|
||||||
<code>
|
|
||||||
<system value="http://terminology.hl7.org/CodeSystem/usage-context-type"/>
|
|
||||||
<code value="age"/>
|
|
||||||
<display value="Age Range"/>
|
|
||||||
</code>
|
|
||||||
<valueRange>
|
|
||||||
<low>
|
|
||||||
<value value="2"/>
|
|
||||||
<unit value="years"/>
|
|
||||||
</low>
|
|
||||||
<high>
|
|
||||||
<value value="5"/>
|
|
||||||
<unit value="years"/>
|
|
||||||
</high>
|
|
||||||
</valueRange>
|
|
||||||
</useContext>
|
|
||||||
<useContext>
|
|
||||||
<code>
|
|
||||||
<system value="http://terminology.hl7.org/CodeSystem/usage-context-type"/>
|
|
||||||
<code value="age"/>
|
|
||||||
<display value="Age Range"/>
|
|
||||||
</code>
|
|
||||||
<valueRange>
|
|
||||||
<low>
|
|
||||||
<value value="10"/>
|
|
||||||
<unit value="years"/>
|
|
||||||
</low>
|
|
||||||
</valueRange>
|
|
||||||
</useContext>
|
|
||||||
<useContext>
|
|
||||||
<code>
|
|
||||||
<system value="http://terminology.hl7.org/CodeSystem/usage-context-type"/>
|
|
||||||
<code value="venue"/>
|
|
||||||
<display value="Clinical Venue"/>
|
|
||||||
</code>
|
|
||||||
<valueReference>
|
|
||||||
<reference value="http://example.org/Location/123"/>
|
|
||||||
<display value="Some location"/>
|
|
||||||
</valueReference>
|
|
||||||
</useContext>
|
|
||||||
<useContext>
|
|
||||||
<code>
|
|
||||||
<system value="http://terminology.hl7.org/CodeSystem/usage-context-type"/>
|
|
||||||
<code value="venue"/>
|
|
||||||
<display value="Clinical Venue"/>
|
|
||||||
</code>
|
|
||||||
<valueReference>
|
|
||||||
<display value="Some other location"/>
|
|
||||||
</valueReference>
|
|
||||||
</useContext>
|
|
||||||
<useContext>
|
|
||||||
<code>
|
|
||||||
<system value="http://terminology.hl7.org/CodeSystem/usage-context-type"/>
|
|
||||||
<code value="venue"/>
|
|
||||||
<display value="Clinical Venue"/>
|
|
||||||
</code>
|
|
||||||
<valueReference>
|
|
||||||
<reference value="http://example.org/Location/456"/>
|
|
||||||
</valueReference>
|
|
||||||
</useContext>
|
|
||||||
<useContext>
|
|
||||||
<code>
|
|
||||||
<system value="http://terminology.hl7.org/CodeSystem/usage-context-type"/>
|
|
||||||
<code value="venue"/>
|
|
||||||
<display value="Clinical Venue"/>
|
|
||||||
</code>
|
|
||||||
<valueReference>
|
|
||||||
<identifier>
|
|
||||||
<value value="LOCATION-ABC"/>
|
|
||||||
</identifier>
|
|
||||||
</valueReference>
|
|
||||||
</useContext>
|
|
||||||
<jurisdiction>
|
|
||||||
<coding>
|
|
||||||
<!-- Use this if the IG is country-specific -->
|
|
||||||
<system value="urn:iso:std:iso:3166"/>
|
|
||||||
<code value="US"/>
|
|
||||||
</coding>
|
|
||||||
</jurisdiction>
|
|
||||||
<jurisdiction>
|
|
||||||
<coding>
|
|
||||||
<!-- Use this if the IG is state/province/territory-specific -->
|
|
||||||
<system value="urn:iso:std:iso:3166:-2"/>
|
|
||||||
<code value="CA-QC"/>
|
|
||||||
</coding>
|
|
||||||
</jurisdiction>
|
|
||||||
<jurisdiction>
|
|
||||||
<coding>
|
|
||||||
<!-- Testing a jurisdiction that doesn't have a resolvable flag -->
|
|
||||||
<system value="urn:iso:std:iso:3166:-2"/>
|
|
||||||
<code value="GR-E"/>
|
|
||||||
</coding>
|
|
||||||
</jurisdiction>
|
|
||||||
<jurisdiction>
|
|
||||||
<!-- Use this only if there's no standard code for the jurisdiction -->
|
|
||||||
<text value="The universe"/>
|
|
||||||
</jurisdiction>
|
|
||||||
<purpose value="Explain why this resource is necessary here"/>
|
|
||||||
<copyright value="Explain licensing or other legal limitations on use"/>
|
|
||||||
<keyword>
|
|
||||||
<system value="http://example.org/some-system"/>
|
|
||||||
<code value="01"/>
|
|
||||||
<display value="keyword 1"/>
|
|
||||||
</keyword>
|
|
||||||
<keyword>
|
|
||||||
<system value="http://example.org/some-system"/>
|
|
||||||
<code value="01"/>
|
|
||||||
<display value="keyword 2"/>
|
|
||||||
</keyword>
|
|
||||||
<fhirVersion value="4.0.0"/>
|
|
||||||
<kind value="resource"/>
|
|
||||||
<abstract value="false"/>
|
|
||||||
<type value="Observation"/>
|
|
||||||
<baseDefinition value="http://hl7.org/fhir/StructureDefinition/Observation"/>
|
|
||||||
<derivation value="constraint"/>
|
|
||||||
<differential>
|
|
||||||
<element id="Observation.basedOn">
|
|
||||||
<path value="Observation.basedOn"/>
|
|
||||||
<mustSupport value="true"/>
|
|
||||||
</element>
|
|
||||||
<element id="Observation.partOf">
|
|
||||||
<path value="Observation.partOf"/>
|
|
||||||
<type>
|
|
||||||
<code value="Reference"/>
|
|
||||||
<targetProfile value="http://hl7.org/fhir/StructureDefinition/Procedure">
|
|
||||||
<extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-type-must-support">
|
|
||||||
<valueBoolean value="true"/>
|
|
||||||
</extension>
|
|
||||||
</targetProfile>
|
|
||||||
<targetProfile value="http://hl7.org/fhir/StructureDefinition/Immunization"/>
|
|
||||||
</type>
|
|
||||||
<mustSupport value="true"/>
|
|
||||||
</element>
|
|
||||||
<element id="Observation.code">
|
|
||||||
<path value="Observation.code"/>
|
|
||||||
<patternCodeableConcept>
|
|
||||||
<coding>
|
|
||||||
<system value="http://loinc.org"/>
|
|
||||||
<code value="85354-9"/>
|
|
||||||
</coding>
|
|
||||||
</patternCodeableConcept>
|
|
||||||
<binding>
|
|
||||||
<strength value="required"/>
|
|
||||||
<valueSet value="http://somewhere.org/fhir/uv/myig/ValueSet/valueset-fake"/>
|
|
||||||
</binding>
|
|
||||||
</element>
|
|
||||||
<element id="Observation.subject">
|
|
||||||
<path value="Observation.subject"/>
|
|
||||||
<type>
|
|
||||||
<code value="Reference"/>
|
|
||||||
<targetProfile value="http://hl7.org/fhir/StructureDefinition/Patient">
|
|
||||||
<!-- this is an error - it is meaningless unless the element itself is must-support -->
|
|
||||||
<extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-type-must-support">
|
|
||||||
<valueBoolean value="true"/>
|
|
||||||
</extension>
|
|
||||||
</targetProfile>
|
|
||||||
</type>
|
|
||||||
<mustSupport value="true"/>
|
|
||||||
</element>
|
|
||||||
<element id="Observation.focus">
|
|
||||||
<path value="Observation.focus"/>
|
|
||||||
<mustSupport value="true"/>
|
|
||||||
</element>
|
|
||||||
<element id="Observation.value[x]">
|
|
||||||
<path value="Observation.value[x]"/>
|
|
||||||
<type>
|
|
||||||
<extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-type-must-support">
|
|
||||||
<valueBoolean value="true"/>
|
|
||||||
</extension>
|
|
||||||
<code value="Quantity"/>
|
|
||||||
</type>
|
|
||||||
<type>
|
|
||||||
<code value="CodeableConcept"/>
|
|
||||||
</type>
|
|
||||||
<mustSupport value="true"/>
|
|
||||||
</element>
|
|
||||||
<element id="Observation.component">
|
|
||||||
<path value="Observation.component"/>
|
|
||||||
<slicing>
|
|
||||||
<discriminator>
|
|
||||||
<type value="pattern"/>
|
|
||||||
<path value="code"/>
|
|
||||||
</discriminator>
|
|
||||||
<ordered value="false"/>
|
|
||||||
<rules value="open"/>
|
|
||||||
</slicing>
|
|
||||||
<min value="2"/>
|
|
||||||
<max value="*"/>
|
|
||||||
</element>
|
|
||||||
<element id="Observation.component:Systolic">
|
|
||||||
<path value="Observation.component"/>
|
|
||||||
<sliceName value="Systolic"/>
|
|
||||||
<min value="1"/>
|
|
||||||
<max value="1"/>
|
|
||||||
</element>
|
|
||||||
<element id="Observation.component:Systolic.code">
|
|
||||||
<path value="Observation.component.code"/>
|
|
||||||
<short value="Systolic pressure"/>
|
|
||||||
<patternCodeableConcept>
|
|
||||||
<coding>
|
|
||||||
<system value="http://loinc.org"/>
|
|
||||||
<code value="8480-6"/>
|
|
||||||
</coding>
|
|
||||||
</patternCodeableConcept>
|
|
||||||
</element>
|
|
||||||
<element id="Observation.component:Systolic.value[x]">
|
|
||||||
<path value="Observation.component.valueQuantity"/>
|
|
||||||
<type>
|
|
||||||
<code value="Quantity"/>
|
|
||||||
</type>
|
|
||||||
</element>
|
|
||||||
<element id="Observation.component:Systolic.value[x]:valueQuantity.value">
|
|
||||||
<path value="Observation.component.valueQuantity.value"/>
|
|
||||||
<min value="1"/>
|
|
||||||
<mustSupport value="true"/>
|
|
||||||
</element>
|
|
||||||
<element id="Observation.component:Systolic.value[x]:valueQuantity.system">
|
|
||||||
<path value="Observation.component.valueQuantity.system"/>
|
|
||||||
<min value="1"/>
|
|
||||||
<fixedUri value="http://unitsofmeasure.org"/>
|
|
||||||
<mustSupport value="true"/>
|
|
||||||
</element>
|
|
||||||
<element id="Observation.component:Systolic.value[x]:valueQuantity.code">
|
|
||||||
<path value="Observation.component.valueQuantity.code"/>
|
|
||||||
<min value="1"/>
|
|
||||||
<fixedCode value="mm[Hg]"/>
|
|
||||||
<mustSupport value="true"/>
|
|
||||||
</element>
|
|
||||||
<element id="Observation.component:Diastolic">
|
|
||||||
<path value="Observation.component"/>
|
|
||||||
<sliceName value="Diastolic"/>
|
|
||||||
<min value="1"/>
|
|
||||||
<max value="1"/>
|
|
||||||
</element>
|
|
||||||
<element id="Observation.component:Diastolic.code">
|
|
||||||
<path value="Observation.component.code"/>
|
|
||||||
<patternCodeableConcept>
|
|
||||||
<coding>
|
|
||||||
<system value="http://loinc.org"/>
|
|
||||||
<code value="8462-4"/>
|
|
||||||
</coding>
|
|
||||||
</patternCodeableConcept>
|
|
||||||
</element>
|
|
||||||
<element id="Observation.component:Diastolic.value[x]:valueQuantity">
|
|
||||||
<path value="Observation.component.valueQuantity"/>
|
|
||||||
<type>
|
|
||||||
<code value="Quantity"/>
|
|
||||||
</type>
|
|
||||||
</element>
|
|
||||||
<element id="Observation.component:Diastolic.value[x]:valueQuantity.value">
|
|
||||||
<path value="Observation.component.valueQuantity.value"/>
|
|
||||||
<min value="1"/>
|
|
||||||
<mustSupport value="true"/>
|
|
||||||
</element>
|
|
||||||
<element id="Observation.component:Diastolic.value[x]:valueQuantity.system">
|
|
||||||
<path value="Observation.component.valueQuantity.system"/>
|
|
||||||
<min value="1"/>
|
|
||||||
<fixedUri value="http://unitsofmeasure.org"/>
|
|
||||||
<mustSupport value="true"/>
|
|
||||||
</element>
|
|
||||||
<element id="Observation.component:Diastolic.value[x]:valueQuantity.code">
|
|
||||||
<path value="Observation.component.valueQuantity.code"/>
|
|
||||||
<min value="1"/>
|
|
||||||
<fixedCode value="mm[Hg]"/>
|
|
||||||
<mustSupport value="true"/>
|
|
||||||
</element>
|
|
||||||
</differential>
|
|
||||||
</StructureDefinition>
|
|
||||||
@@ -1,153 +0,0 @@
|
|||||||
{
|
|
||||||
"resourceType" : "Questionnaire",
|
|
||||||
"id" : "example",
|
|
||||||
"url" : "http://somewhere.org/fhir/uv/myig/Questionnaire/example",
|
|
||||||
"title": "Cancer Quality Forum Questionnaire 2012",
|
|
||||||
"status": "draft",
|
|
||||||
"subjectType": [
|
|
||||||
"Patient"
|
|
||||||
],
|
|
||||||
"date": "2012-01",
|
|
||||||
"item": [
|
|
||||||
{
|
|
||||||
"linkId": "1",
|
|
||||||
"code": [
|
|
||||||
{
|
|
||||||
"system": "http://example.org/system/code/sections",
|
|
||||||
"code": "COMORBIDITY"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"type": "group",
|
|
||||||
"item": [
|
|
||||||
{
|
|
||||||
"linkId": "1.1",
|
|
||||||
"code": [
|
|
||||||
{
|
|
||||||
"system": "http://example.org/system/code/questions",
|
|
||||||
"code": "COMORB"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"prefix": "1",
|
|
||||||
"type": "choice",
|
|
||||||
"answerValueSet": "http://hl7.org/fhir/ValueSet/yesnodontknow",
|
|
||||||
"item": [
|
|
||||||
{
|
|
||||||
"linkId": "1.1.1",
|
|
||||||
"code": [
|
|
||||||
{
|
|
||||||
"system": "http://example.org/system/code/sections",
|
|
||||||
"code": "CARDIAL"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"type": "group",
|
|
||||||
"enableWhen": [
|
|
||||||
{
|
|
||||||
"question": "1.1",
|
|
||||||
"operator": "=",
|
|
||||||
"answerCoding": {
|
|
||||||
"system": "http://terminology.hl7.org/CodeSystem/v2-0136",
|
|
||||||
"code": "Y"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"item": [
|
|
||||||
{
|
|
||||||
"linkId": "1.1.1.1",
|
|
||||||
"code": [
|
|
||||||
{
|
|
||||||
"system": "http://example.org/system/code/questions",
|
|
||||||
"code": "COMORBCAR"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"prefix": "1.1",
|
|
||||||
"type": "choice",
|
|
||||||
"answerValueSet": "http://hl7.org/fhir/ValueSet/yesnodontknow",
|
|
||||||
"item": [
|
|
||||||
{
|
|
||||||
"linkId": "1.1.1.1.1",
|
|
||||||
"code": [
|
|
||||||
{
|
|
||||||
"system": "http://example.org/system/code/questions",
|
|
||||||
"code": "COMCAR00",
|
|
||||||
"display": "Angina Pectoris"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"system": "http://snomed.info/sct",
|
|
||||||
"code": "194828000",
|
|
||||||
"display": "Angina (disorder)"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"prefix": "1.1.1",
|
|
||||||
"type": "choice",
|
|
||||||
"answerValueSet": "http://hl7.org/fhir/ValueSet/yesnodontknow"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"linkId": "1.1.1.1.2",
|
|
||||||
"code": [
|
|
||||||
{
|
|
||||||
"system": "http://snomed.info/sct",
|
|
||||||
"code": "22298006",
|
|
||||||
"display": "Myocardial infarction (disorder)"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"prefix": "1.1.2",
|
|
||||||
"type": "choice",
|
|
||||||
"answerValueSet": "http://hl7.org/fhir/ValueSet/yesnodontknow"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"linkId": "1.1.1.2",
|
|
||||||
"code": [
|
|
||||||
{
|
|
||||||
"system": "http://example.org/system/code/questions",
|
|
||||||
"code": "COMORBVAS"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"prefix": "1.2",
|
|
||||||
"type": "choice",
|
|
||||||
"answerValueSet": "http://hl7.org/fhir/ValueSet/yesnodontknow"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"linkId": "2",
|
|
||||||
"code": [
|
|
||||||
{
|
|
||||||
"system": "http://example.org/system/code/sections",
|
|
||||||
"code": "HISTOPATHOLOGY"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"type": "group",
|
|
||||||
"item": [
|
|
||||||
{
|
|
||||||
"linkId": "2.1",
|
|
||||||
"code": [
|
|
||||||
{
|
|
||||||
"system": "http://example.org/system/code/sections",
|
|
||||||
"code": "ABDOMINAL"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"type": "group",
|
|
||||||
"item": [
|
|
||||||
{
|
|
||||||
"linkId": "2.1.2",
|
|
||||||
"code": [
|
|
||||||
{
|
|
||||||
"system": "http://example.org/system/code/questions",
|
|
||||||
"code": "STADPT",
|
|
||||||
"display": "pT category"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"type": "choice"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -1,23 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<ValueSet xmlns="http://hl7.org/fhir" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../input-cache/schemas/R4/fhir-single.xsd">
|
|
||||||
<id value="valueset-fake"/>
|
|
||||||
<url value="http://somewhere.org/fhir/uv/myig/ValueSet/valueset-fake"/>
|
|
||||||
<name value="ValueSetFake"/>
|
|
||||||
<title value="ValueSet fake"/>
|
|
||||||
<status value="draft"/>
|
|
||||||
<experimental value="true"/>
|
|
||||||
<date value="2015-06-22"/>
|
|
||||||
<description value="A fake value"/>
|
|
||||||
<compose>
|
|
||||||
<include>
|
|
||||||
<system value="http://somewhere.org/fhir/uv/myig/CodeSystem/cs-fake"/>
|
|
||||||
<concept>
|
|
||||||
<code value="01"/>
|
|
||||||
<display value="VS1"/>
|
|
||||||
<designation>
|
|
||||||
<value value="VS2"/>
|
|
||||||
</designation>
|
|
||||||
</concept>
|
|
||||||
</include>
|
|
||||||
</compose>
|
|
||||||
</ValueSet>
|
|
||||||
@@ -1,23 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<ValueSet xmlns="http://hl7.org/fhir" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../input-cache/schemas/R4/fhir-single.xsd">
|
|
||||||
<id value="valueset-no-codesystem"/>
|
|
||||||
<url value="http://somewhere.org/fhir/uv/myig/ValueSet/valueset-no-codesystem"/>
|
|
||||||
<name value="ValueSetWithNoCodeSystem"/>
|
|
||||||
<title value="ValueSet with no code-system"/>
|
|
||||||
<status value="draft"/>
|
|
||||||
<experimental value="true"/>
|
|
||||||
<date value="2015-06-22"/>
|
|
||||||
<description value="A sample value set where there's no known code system"/>
|
|
||||||
<compose>
|
|
||||||
<include>
|
|
||||||
<system value="http://not-a-known-code-system"/>
|
|
||||||
<version value="2.36"/>
|
|
||||||
<concept>
|
|
||||||
<code value="not-known-code"/>
|
|
||||||
</concept>
|
|
||||||
<concept>
|
|
||||||
<code value="not-known-code2"/>
|
|
||||||
</concept>
|
|
||||||
</include>
|
|
||||||
</compose>
|
|
||||||
</ValueSet>
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
# en -> de
|
|
||||||
|
|
||||||
#: CodeableConcept.text
|
|
||||||
#. A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.
|
|
||||||
msgid "Married"
|
|
||||||
msgstr "Verheiratet"
|
|
||||||
|
|
||||||
@@ -1,62 +0,0 @@
|
|||||||
# en -> de
|
|
||||||
|
|
||||||
#: CanonicalResource.title
|
|
||||||
#. A short, descriptive, user-friendly title for the questionnaire.
|
|
||||||
msgid "Cancer Quality Forum Questionnaire 2012"
|
|
||||||
msgstr "dede"
|
|
||||||
|
|
||||||
#: CanonicalResource.publisher
|
|
||||||
#. The name of the organization or individual that published the questionnaire.
|
|
||||||
msgid "HL7 International - [Some] Work Group"
|
|
||||||
msgstr "dede"
|
|
||||||
|
|
||||||
#: Questionnaire.item.prefix
|
|
||||||
#. A short label for a particular group, question or set of display text within the questionnaire used for reference by the individual completing the questionnaire.
|
|
||||||
msgid "1"
|
|
||||||
msgstr "dede"
|
|
||||||
|
|
||||||
#: Questionnaire.item.enableWhen.question
|
|
||||||
#. The linkId for the question whose answer (or lack of answer) governs whether this item is enabled.
|
|
||||||
msgid "1.1"
|
|
||||||
msgstr "dede"
|
|
||||||
|
|
||||||
#: Questionnaire.item.prefix
|
|
||||||
#. A short label for a particular group, question or set of display text within the questionnaire used for reference by the individual completing the questionnaire.
|
|
||||||
msgid "1.1"
|
|
||||||
msgstr "dede"
|
|
||||||
|
|
||||||
#: Coding.display
|
|
||||||
#. A representation of the meaning of the code in the system, following the rules of the system.
|
|
||||||
msgid "Angina Pectoris"
|
|
||||||
msgstr "dede"
|
|
||||||
|
|
||||||
#: Coding.display
|
|
||||||
#. A representation of the meaning of the code in the system, following the rules of the system.
|
|
||||||
msgid "Angina (disorder)"
|
|
||||||
msgstr "dede"
|
|
||||||
|
|
||||||
#: Questionnaire.item.prefix
|
|
||||||
#. A short label for a particular group, question or set of display text within the questionnaire used for reference by the individual completing the questionnaire.
|
|
||||||
msgid "1.1.1"
|
|
||||||
msgstr "dede"
|
|
||||||
|
|
||||||
#: Coding.display
|
|
||||||
#. A representation of the meaning of the code in the system, following the rules of the system.
|
|
||||||
msgid "Myocardial infarction (disorder)"
|
|
||||||
msgstr "dede"
|
|
||||||
|
|
||||||
#: Questionnaire.item.prefix
|
|
||||||
#. A short label for a particular group, question or set of display text within the questionnaire used for reference by the individual completing the questionnaire.
|
|
||||||
msgid "1.1.2"
|
|
||||||
msgstr "dede"
|
|
||||||
|
|
||||||
#: Questionnaire.item.prefix
|
|
||||||
#. A short label for a particular group, question or set of display text within the questionnaire used for reference by the individual completing the questionnaire.
|
|
||||||
msgid "1.2"
|
|
||||||
msgstr "dede"
|
|
||||||
|
|
||||||
#: Coding.display
|
|
||||||
#. A representation of the meaning of the code in the system, following the rules of the system.
|
|
||||||
msgid "pT category"
|
|
||||||
msgstr "dede"
|
|
||||||
|
|
||||||
@@ -1,37 +0,0 @@
|
|||||||
# en -> de
|
|
||||||
|
|
||||||
#: name
|
|
||||||
#. A natural language name identifying the structure definition. This name should be usable as an identifier for the module by machine processing applications such as code generation.
|
|
||||||
msgid "MyExtension"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: title
|
|
||||||
#. A short, descriptive, user-friendly title for the structure definition.
|
|
||||||
msgid "My awesome extension"
|
|
||||||
msgstr "My awesome extension (DE)"
|
|
||||||
|
|
||||||
#: publisher
|
|
||||||
#. The name of the organization or individual responsible for the release and ongoing maintenance of the structure definition.
|
|
||||||
msgid "HL7 International - [Some] Work Group"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: purpose
|
|
||||||
#. Explanation of why this structure definition is needed and why it has been designed as it has.
|
|
||||||
msgid "Why this extension exists."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: Extension/short
|
|
||||||
#. A concise description of what this element means (e.g. for use in autogenerated summaries).
|
|
||||||
msgid "Default short name for extension"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: Extension/definition
|
|
||||||
#. Provides a complete explanation of the meaning of the data element for human readability. For the case of elements derived from existing elements (e.g. constraints), the definition SHALL be consistent with the base definition, but convey the meaning of the element in the particular context of use of the resource. (Note: The text you are reading is specified in ElementDefinition.definition).
|
|
||||||
msgid "What this extension means."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: Extension/comment
|
|
||||||
#. Explanatory notes and implementation guidance about the data element, including notes about how to use the data properly, exceptions to proper use, etc. (Note: The text you are reading is specified in ElementDefinition.comment).
|
|
||||||
msgid "Guidance on using this."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
@@ -1,32 +0,0 @@
|
|||||||
# en -> de
|
|
||||||
|
|
||||||
#: name
|
|
||||||
#. A natural language name identifying the structure definition. This name should be usable as an identifier for the module by machine processing applications such as code generation.
|
|
||||||
msgid "MyObservation"
|
|
||||||
msgstr "XXX"
|
|
||||||
|
|
||||||
#: title
|
|
||||||
#. A short, descriptive, user-friendly title for the structure definition.
|
|
||||||
msgid "My Observation Profile"
|
|
||||||
msgstr "YYY"
|
|
||||||
|
|
||||||
#: publisher
|
|
||||||
#. The name of the organization or individual responsible for the release and ongoing maintenance of the structure definition.
|
|
||||||
msgid "HL7 International - [Some] Work Group"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: purpose
|
|
||||||
#. Explanation of why this structure definition is needed and why it has been designed as it has.
|
|
||||||
msgid "Explain why this resource is necessary here"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: copyright
|
|
||||||
#. A copyright statement relating to the structure definition and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the structure definition. The short copyright declaration (e.g. (c) '2015+ xyz organization' should be sent in the copyrightLabel element.
|
|
||||||
msgid "Explain licensing or other legal limitations on use"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: Observation.component:Systolic.code/short
|
|
||||||
#. A concise description of what this element means (e.g. for use in autogenerated summaries).
|
|
||||||
msgid "Systolic pressure"
|
|
||||||
msgstr "ZZZZ"
|
|
||||||
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
# en -> fr
|
|
||||||
|
|
||||||
#: CodeableConcept.text
|
|
||||||
#. A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.
|
|
||||||
msgid "Married"
|
|
||||||
msgstr "Marié"
|
|
||||||
|
|
||||||
30
package-feed.xml
Normal file
30
package-feed.xml
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
<rss xmlns:atom="http://www.w3.org/2005/Atom"
|
||||||
|
xmlns:content="http://purl.org/rss/1.0/modules/content/"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:fhir="http://hl7.org/fhir/feed" version="2.0">
|
||||||
|
<channel>
|
||||||
|
<title>Bangladesh Core FHIR Packages</title>
|
||||||
|
<description>New Packages published by DGHS Bangladesh</description>
|
||||||
|
<link>https://git.dghs.gov.bd/gitadmin/BD-Core-FHIR-IG</link>
|
||||||
|
<generator>DGHS Bangladesh FHIR Publication tooling</generator>
|
||||||
|
<lastBuildDate>Thu, 02 Oct 2025 12:00:00 +0000</lastBuildDate>
|
||||||
|
<atom:link href="https://git.dghs.gov.bd/gitadmin/BD-Core-FHIR-IG/src/branch/main/package-feed.xml"
|
||||||
|
rel="self" type="application/rss+xml"/>
|
||||||
|
<pubDate>Thu, 02 Oct 2025 12:00:00 +0000</pubDate>
|
||||||
|
<language>en</language>
|
||||||
|
<ttl>600</ttl>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>bd.fhir.core#0.2.0</title>
|
||||||
|
<description>The first draft release of the Bangladesh Core FHIR Implementation Guide.</description>
|
||||||
|
<link>https://git.dghs.gov.bd/gitadmin/BD-Core-FHIR-IG/releases/download/v0.2.0/bd.fhir.core-0.2.0.tgz</link>
|
||||||
|
<guid isPermaLink="true">https://git.dghs.gov.bd/gitadmin/BD-Core-FHIR-IG/releases/download/v0.2.0/bd.fhir.core-0.2.0.tgz</guid>
|
||||||
|
<dc:creator>DGHS Bangladesh</dc:creator>
|
||||||
|
<fhir:version>4.0.1</fhir:version>
|
||||||
|
<fhir:kind>IG</fhir:kind>
|
||||||
|
<pubDate>Thu, 02 Oct 2025 12:00:00 +0000</pubDate>
|
||||||
|
<fhir:details>Publication run at 02/10/2025 by DGHS Bangladesh using IG Publisher. Source: BD-Core-FHIR-IG repo</fhir:details>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
</channel>
|
||||||
|
</rss>
|
||||||
23
package-list.backup
Normal file
23
package-list.backup
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"package-id": "bd.fhir.core",
|
||||||
|
"title": "Bangladesh Core FHIR Implementation Guide",
|
||||||
|
"canonical": "https://fhir.dghs.gov.bd",
|
||||||
|
"introduction": "The Bangladesh Core FHIR IG defines national base profiles, value sets, and extensions for health data interoperability.",
|
||||||
|
"list": [
|
||||||
|
{
|
||||||
|
"version": "current",
|
||||||
|
"desc": "Continuous Integration Build (latest development version)",
|
||||||
|
"path": "https://fhir.dghs.gov.bd/build",
|
||||||
|
"status": "ci-build",
|
||||||
|
"current": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"version": "v0.2.0",
|
||||||
|
"date": "2025-10-02",
|
||||||
|
"desc": "First draft release of the Bangladesh Core FHIR IG.",
|
||||||
|
"path": "https://fhir.dghs.gov.bd/v0.2.0",
|
||||||
|
"status": "trial-use",
|
||||||
|
"sequence": "STU 1"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -1,20 +0,0 @@
|
|||||||
{
|
|
||||||
"package-id" : "hl7.fhir.uv.myig",
|
|
||||||
"title" : "Your User Friendly Name for MyIG Here",
|
|
||||||
"canonical" : "http://hl7.org/fhir/uv/myig",
|
|
||||||
"introduction" : "The introduction that should appear in the FHIR IG registry",
|
|
||||||
"list" : [{
|
|
||||||
"version" : "current",
|
|
||||||
"desc" : "Continuous Integration Build (latest in version control)",
|
|
||||||
"path" : "http://hl7.org/fhir/ig/HL7/myig",
|
|
||||||
"status" : "ci-build",
|
|
||||||
"current" : true
|
|
||||||
},{
|
|
||||||
"version" : "0.1.0",
|
|
||||||
"date" : "2099-01-01",
|
|
||||||
"desc" : "Initial STU ballot (Mmm yyyy Ballot)",
|
|
||||||
"path" : "http://hl7.org/fhir/yyyyMmm/myig.html",
|
|
||||||
"status" : "ballot",
|
|
||||||
"sequence" : "DSTU 1"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
12
publication-request.backup
Normal file
12
publication-request.backup
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"package-id": "bd.fhir.core",
|
||||||
|
"title": "Bangladesh Core FHIR Implementation Guide",
|
||||||
|
"canonical": "https://fhir.dghs.gov.bd",
|
||||||
|
"version": "0.2.0",
|
||||||
|
"path": "https://fhir.dghs.gov.bd",
|
||||||
|
"status": "trial-use",
|
||||||
|
"sequence": "STU 1",
|
||||||
|
"mode": "milestone",
|
||||||
|
"desc": "First draft release of the Bangladesh Core FHIR IG.",
|
||||||
|
"first": true
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user