Compare commits
17 Commits
a5fbd82834
...
v0.2.0
| Author | SHA1 | Date | |
|---|---|---|---|
| 18c7029f91 | |||
| 0b3ed58124 | |||
| ea9714686d | |||
| 96c7f1038e | |||
| debd34938f | |||
| 6f9ef8f32c | |||
| 9f903f8971 | |||
| e96406dd66 | |||
| 7c70cbd667 | |||
| 441ba94e45 | |||
| 56353fb6f0 | |||
| 7bfa246e8e | |||
| 575386df1b | |||
| 96448cd6f6 | |||
| 1c19dd476c | |||
| 334dc16c70 | |||
| 41ba52b5e8 |
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.
|
||||||
|
|
||||||
|
---
|
||||||
2
ig.ini
2
ig.ini
@@ -1,7 +1,7 @@
|
|||||||
[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/myig.xml
|
ig = input/bd.fhir.core.xml
|
||||||
#template = fhir.base.template#current
|
#template = fhir.base.template#current
|
||||||
template = #bd-national-template
|
template = #bd-national-template
|
||||||
#template = D:\Git\templates\ig-template-base
|
#template = D:\Git\templates\ig-template-base
|
||||||
|
|||||||
@@ -78,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"/>
|
||||||
@@ -153,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"/>
|
||||||
@@ -177,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>
|
||||||
@@ -5,4 +5,4 @@ Title: "ICD 11"
|
|||||||
Description: "Condition coded with ICD-11"
|
Description: "Condition coded with ICD-11"
|
||||||
|
|
||||||
* code 1..1 MS
|
* code 1..1 MS
|
||||||
* code from http://id.who.int/icd/release/11/mms (preferred)
|
* code from BDConditionICD11VS (preferred)
|
||||||
|
|||||||
@@ -4,6 +4,8 @@ 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 GeoCodes CodeSystem"
|
Title: "Bangladesh GeoCodes CodeSystem"
|
||||||
Description: "Bangladesh GeoCodes"
|
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 GeoCodes"
|
|||||||
* #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,9 +1,12 @@
|
|||||||
//// 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"
|
||||||
@@ -11,10 +14,10 @@ Title: "Bangladesh Identifier Types"
|
|||||||
|
|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
|
|||||||
@@ -4,6 +4,8 @@ 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
|
||||||
|
|||||||
@@ -4,6 +4,8 @@ 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"
|
||||||
|
|||||||
@@ -4,6 +4,8 @@ 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"
|
||||||
|
|||||||
@@ -10,4 +10,4 @@ Description: "Nationality of the patient based on Bangladesh country list."
|
|||||||
|
|
||||||
// Only one value, bound to your ValueSet
|
// Only one value, bound to your ValueSet
|
||||||
* value[x] only CodeableConcept
|
* value[x] only CodeableConcept
|
||||||
* valueCodeableConcept from https://fhir.dghs.gov.bd/core/ValueSet/bd-country-list (required)
|
* 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)
|
||||||
|
|
||||||
|
|||||||
@@ -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,7 +11,6 @@ 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)
|
||||||
@@ -26,7 +23,7 @@ Description: "Bangladesh Immunization Profile"
|
|||||||
* 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"
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ Patient profile for Bangladesh.
|
|||||||
* 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"
|
||||||
@@ -61,7 +61,7 @@ Patient profile for Bangladesh.
|
|||||||
|
|
||||||
* 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"
|
||||||
@@ -69,7 +69,7 @@ Patient profile for Bangladesh.
|
|||||||
|
|
||||||
* identifier[UHID].system = "http://dghs.gov.bd/identifier/uhid"
|
* identifier[UHID].system = "http://dghs.gov.bd/identifier/uhid"
|
||||||
* identifier[UHID].type.coding.code = #UHID
|
* identifier[UHID].type.coding.code = #UHID
|
||||||
* identifier[UHID].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[UHID].type from BangladeshIdentifierTypeVS (extensible)
|
* identifier[UHID].type from BangladeshIdentifierTypeVS (extensible)
|
||||||
* identifier[UHID].type.text = "Organization identifier"
|
* identifier[UHID].type.text = "Organization identifier"
|
||||||
|
|
||||||
@@ -96,7 +96,7 @@ Patient profile for Bangladesh.
|
|||||||
|
|
||||||
// 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
|
||||||
|
|||||||
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"
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
ValueSet: BDImmunizationReactionValueSet
|
ValueSet: BDImmunizationReactionValueSet
|
||||||
Id: bd-immunization-reaction-vs
|
Id: bd-immunization-reaction-valueset
|
||||||
Title: "Bangladesh Immunization Reaction Value Set"
|
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"
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
ValueSet: BDImmunizationRouteVS
|
ValueSet: BDImmunizationRouteVS
|
||||||
Id: bd-immunization-route-vs
|
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"
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
ValueSet: BDImmunizationSiteVS
|
ValueSet: BDImmunizationSiteVS
|
||||||
Id: bd-immunization-site-vs
|
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"
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
ValueSet: BDLanguageVS
|
ValueSet: BDLanguageVS
|
||||||
Id: bd-language-vs
|
Id: bd-language-valueset
|
||||||
Title: "Allowed Languages"
|
Title: "Allowed Languages"
|
||||||
Description: "Only English and Bengali are allowed"
|
Description: "Only English and Bengali are allowed"
|
||||||
* http://hl7.org/fhir/ValueSet/languages#en "English"
|
* urn:ietf:bcp:47#en "English"
|
||||||
* http://hl7.org/fhir/ValueSet/languages#bn "Bengali"
|
* urn:ietf:bcp:47#bn "Bengali"
|
||||||
|
|
||||||
|
* ^url = "https://fhir.dghs.gov.bd/core/ValueSet/bd-language-valueset"
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
ValueSet: BDVaccineVS
|
ValueSet: BDVaccineVS
|
||||||
Id: bd-vaccine-vs
|
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"
|
||||||
|
|||||||
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 |
@@ -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,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>
|
||||||
|
|
||||||
|
|||||||
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