refactor: ♻️ standerdize filenames
All checks were successful
FHIR IG CI/CD Pipeline / build-ig (push) Successful in 7m3s
FHIR IG CI/CD Pipeline / deploy (push) Successful in 13s

This commit is contained in:
2025-09-30 16:01:05 +06:00
parent 4c5bee4468
commit 532f5dd501
3 changed files with 227 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
//// this code systems for Identifier types
CodeSystem: BangladeshIdentifierType
Id: bangladesh-identifier-type-cs
Title: "Bangladesh Identifier Types"
* ^url = "https://fhir.dghs.gov.bd/core/CodeSystem/bd-identifier-type"
* #NID "National ID"
* #BRN "Birth Registration Number"
* #UID "Unique ID"
ValueSet: BangladeshIdentifierTypeVS
Id: bangladesh-identifier-type-vs
Title: "Bangladesh Identifier Type"
Description: "Bangladesh Standard Identifier type"
* ^url = "https://fhir.dghs.gov.bd/core/ValueSet/bd-identifier-type"
// * 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
////////////// end identifier types