encounter-profile, valueset class and status add
Some checks failed
Deploy on production / deploy (push) Failing after 35s

This commit is contained in:
2025-09-29 15:47:23 +06:00
parent a930b30ccd
commit e29ca3f7a5
3 changed files with 60 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
// ---------- ValueSet ----------
ValueSet: BDEncounterClassSubsetVS
Id: bd-encounter-class-subset-vs
Title: "BD Encounter Class Subset"
Description: "Subset of EncounterClass limited to inpatient, ambulatory, and emergency."
* ^url = "https://fhir.dghs.gov.bd/core/ValueSet/bd-encounter-class-subset"
* ^status = #active
* ^experimental = false
// Explicitly include the three concepts from the core EncounterClass system
* include http://terminology.hl7.org/CodeSystem/v3-ActCode#IMP "Inpatient"
* include http://terminology.hl7.org/CodeSystem/v3-ActCode#AMB "Ambulatory"
* include http://terminology.hl7.org/CodeSystem/v3-ActCode#EMER "Emergency"

View File

@@ -0,0 +1,15 @@
// ---------- ValueSet ----------
ValueSet: BDEncounterStatusSubsetVS
Id: bd-encounter-status-subset-vs
Title: "BD Encounter Status Subset"
Description: "Subset of EncounterStatus limited to planned, in-progress, finished, and cancelled."
* ^url = "https://fhir.dghs.gov.bd/core/ValueSet/bd-encounter-status-subset"
* ^status = #active
* ^experimental = false
// Explicitly include the four concepts from the core code system
* include http://hl7.org/fhir/encounter-status#planned "Planned"
* include http://hl7.org/fhir/encounter-status#in-progress "In Progress"
* include http://hl7.org/fhir/encounter-status#finished "Finished"
* include http://hl7.org/fhir/encounter-status#cancelled "Cancelled"