Compare commits

...

2 Commits

Author SHA1 Message Date
c691d0e46b Merge branch 'main' of https://git.dghs.gov.bd/gitadmin/BD-Core-FHIR-IG
Some checks failed
FHIR IG CI/CD Pipeline / deploy (push) Blocked by required conditions
FHIR IG CI/CD Pipeline / build-ig (push) Has been cancelled
2025-09-30 13:14:37 +06:00
32d5756d7d fix: 🐛 fix nationality and occupation within patient profile 2025-09-30 13:13:50 +06:00

View File

@ -3,8 +3,8 @@
Profile: BDPatientProfile
Id: bd-patient
Parent: Patient
Title: "Patient Profile for Bangladesh-V2"
Description: "Profile of Patient Bangladesh Standard V2"
Title: "Patient Profile for Bangladesh"
Description: "Profile of Patient Bangladesh Standard"
// ----- Begin rules:
@ -106,6 +106,8 @@ Description: "Profile of Patient Bangladesh Standard V2"
* address only BDAddress
* name only BDHumanName
* extension contains Occupation named occupation 0..1
* extension contains nationality named nationality 1..1
Profile: BDHumanName
Id: bd-human-name
@ -117,5 +119,3 @@ Description: "Profile to represent human names in Bangladesh"
0..1
* extension[language].valueCode from http://hl7.org/fhir/ValueSet/languages (preferred)
* extension contains Occupation named occupation 0..1
* extension contains nationality named nationality 1..1