Fixed Patient Profile according to CCDS
All checks were successful
FHIR IG CI/CD Pipeline / build-ig (push) Successful in 7m12s
FHIR IG CI/CD Pipeline / deploy (push) Successful in 11s

This commit is contained in:
2025-09-30 20:59:21 +00:00
parent ee5e028591
commit 5840b58bca
22 changed files with 63 additions and 74 deletions

View File

@@ -1,4 +1,13 @@
Extension: Nationality
Extension: Nationality
Id: nationality
Title: "patient Nationality"
Description: "Nationality"
Title: "Patient Nationality"
Description: "Nationality of the patient based on Bangladesh country list."
* ^url = "https://fhir.dghs.gov.bd/core/StructureDefinition/nationality"
// Define where this extension can be used
* ^context[0].type = #element
* ^context[0].expression = "Patient"
// Only one value, bound to your ValueSet
* value[x] only CodeableConcept
* valueCodeableConcept from https://fhir.dghs.gov.bd/core/ValueSet/bd-country-list (required)