BD-Core-FHIR-IG/input/fsh/codeSystems/codeSystem.fsh
Md Khairul Islam 4c8e55383f
Some checks failed
Deploy on production / deploy (push) Failing after 7s
Merge branch 'main' of https://git.dghs.gov.bd/gitadmin/BD-Core-FHIR-IG
2025-09-29 10:09:18 +06:00

21 lines
753 B
GLSL

//// 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