Merge branch 'main' of https://git.dghs.gov.bd/gitadmin/BD-Core-FHIR-IG
Some checks failed
Deploy on production / deploy (push) Failing after 2m44s
Some checks failed
Deploy on production / deploy (push) Failing after 2m44s
This commit is contained in:
commit
5030fa651c
@ -1,4 +1,4 @@
|
||||
CodeSystem: bd-country-list
|
||||
CodeSystem: BDCountryListCS
|
||||
Id: bd-country-list-cs
|
||||
Title: "Nationality List"
|
||||
* ^url = "https://fhir.dghs.gov.bd/core/CodeSystem/bd-country-list"
|
||||
@ -193,7 +193,7 @@ Title: "Nationality List"
|
||||
* #716 "Zimbabwean"
|
||||
|
||||
|
||||
ValueSet: bd-country-list
|
||||
ValueSet: BDCountryListVS
|
||||
Id: bd-country-list-vs
|
||||
Title: "Nationality ValueSet"
|
||||
Description: "Nationality value set"
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
CodeSystem: bd-occupations
|
||||
CodeSystem: BDOccupationsCS
|
||||
Id: bangladesh-occupations-cs
|
||||
Title: "Bangladesh Occupations"
|
||||
* ^url = "https://fhir.dghs.gov.bd/core/CodeSystem/bd-occupations"
|
||||
@ -75,7 +75,7 @@ Title: "Bangladesh Occupations"
|
||||
* #91 "Paper and Paperboard Products Workers" "কাগজ ও কাগজের বোর্ড প্রস্তুতকারী "
|
||||
* #92 "Printers and Related Workers" "মুদ্রণকাজ"
|
||||
|
||||
ValueSet: bd-occupations
|
||||
ValueSet: BDOccupationsVS
|
||||
Id: bd-occupations-vs
|
||||
Title: "Bangladesh Occupations ValueSet"
|
||||
Description: "Occupations value set according to CCDS guideline"
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
//codeSystems/bd-regions.fsh
|
||||
CodeSystem: bd-religions
|
||||
CodeSystem: BDReligionsCS
|
||||
Id: bangladesh-religions-cs
|
||||
Title: "Bangladesh Religions"
|
||||
* ^url = "https://fhir.dghs.gov.bd/core/CodeSystem/bd-religions"
|
||||
@ -12,7 +12,7 @@ Title: "Bangladesh Religions"
|
||||
* #9 "Not a believer" "Identifies as not having a religion"
|
||||
* #0 "Other (specify)" "Other religion (to be specified in free text)"
|
||||
|
||||
ValueSet: bd-religions
|
||||
ValueSet: BDReligionsVS
|
||||
Id: bd-religions-vs
|
||||
Title: "Bangladesh Religions ValueSet"
|
||||
Description: "Religions value set according to CCDS guideline"
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
// ---------------------------
|
||||
// Extension Definition
|
||||
// ---------------------------
|
||||
Extension: bdbloodgroup
|
||||
Extension: BDBloodGroup
|
||||
Id: bd-blood-group
|
||||
Title: "Patient Blood Group"
|
||||
Description: "Blood group of the patient according to CCDS guideline"
|
||||
* valueCodeableConcept 1..1
|
||||
* valueCodeableConcept from BDBloodGroupVS (required)
|
||||
* valueCodeableConcept from BDBloodGroupVS (required)
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
Extension: nationality
|
||||
Extension: Nationality
|
||||
Id: nationality
|
||||
Title: "patient Nationality"
|
||||
Description: "Nationality"
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
Extension: occupation
|
||||
Extension: Occupation
|
||||
Description: "Occupation"
|
||||
Id: occupation-bd
|
||||
Title: "Bangladesh Occupations"
|
||||
|
||||
@ -105,6 +105,6 @@ Description: "Profile of Patient Bangladesh Standard"
|
||||
* address 1..* MS
|
||||
* address only BDAddress
|
||||
|
||||
* extension contains occupation named occupation 0..1
|
||||
* extension contains Occupation named occupation 0..1
|
||||
|
||||
* extension contains nationality named nationality 1..1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user