Identifier type code systems added

This commit is contained in:
2025-09-27 13:28:01 +06:00
parent 17fc642f86
commit dd67d5f3cf
3 changed files with 31 additions and 0 deletions

View File

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